|
|
1
|
Merge branch 'release-0.7.x'
|
MA
math512
|
May 25th, 2016, 5:24 a.m.
|
|
|
|
2
|
Fix evolution optimization issues when renaming models.
|
chipx86
|
March 30th, 2016, 4:14 p.m.
|
|
|
|
1
|
Fix migrating old databases not containing certain metadata.
|
chipx86
|
November 23rd, 2015, 4:42 p.m.
|
|
|
|
1
|
Add smarter support for grabbing the latest Version for a database.
|
chipx86
|
November 23rd, 2015, 4:31 p.m.
|
|
|
|
1
|
Add a project setting to disable automatic Django Evolution behavior.
|
chipx86
|
August 13th, 2015, 4:33 p.m.
|
|
|
|
1
|
Add .travis.yml
|
brennie
|
July 7th, 2015, 10:08 p.m.
|
|
|
|
1
|
Change maximum django version
|
brennie
|
July 7th, 2015, 3:29 p.m.
|
|
|
|
1
|
Allow django_evolution to be imported on Django 1.7+.
|
chipx86
|
June 17th, 2015, 4:12 p.m.
|
|
|
|
1
|
Prevent attempting to create/delete indexes unnecessarily.
|
chipx86
|
April 4th, 2015, 1:05 a.m.
|
|
|
|
1
|
Prevent evolution issues with same field names across different models.
|
chipx86
|
April 4th, 2015, 1:01 a.m.
|
|
|
|
1
|
Add a RenameModel mutation for handling model renames.
|
chipx86
|
August 12th, 2014, 2:52 p.m.
|
|
|
|
1
|
Fix issues with setting and removing unique_together in one transaction.
|
chipx86
|
July 24th, 2014, 4:59 p.m.
|
|
|
|
1
|
Fix compatibility issues with Django 1.6.
|
chipx86
|
January 31st, 2014, 12:39 a.m.
|
|
|
|
1
|
Pre-process mutations to optimize table modifications.
|
chipx86
|
December 31st, 2013, 6:23 p.m.
|
|
|
|
1
|
Sort mutations by table name before applying.
|
chipx86
|
January 3rd, 2014, 10:22 p.m.
|
|
|
|
1
|
Condense ALTER TABLEs when possible.
|
chipx86
|
January 3rd, 2014, 9:13 p.m.
|
|
|
|
1
|
Introduce new structures for storing SQL statements.
|
chipx86
|
January 3rd, 2014, 3:03 p.m.
|
|
|
|
1
|
Optimize adding NOT NULL fields with initial values.
|
chipx86
|
December 29th, 2013, 3:18 a.m.
|
|
|
|
1
|
Fix lookup of models from database routers.
|
chipx86
|
December 26th, 2013, 2:16 p.m.
|
|
|
|
1
|
Remove all the conditionals for older Django limitations.
|
chipx86
|
December 26th, 2013, 2:16 p.m.
|
|
|
|
1
|
Split up the code for the evolve management command.
|
chipx86
|
December 20th, 2013, 3:07 p.m.
|
|
|
|
|
Move exception classes from django_evolution to django_evolution.errors.
|
chipx86
|
December 29th, 2013, 2:05 a.m.
|
|
|
|
|
Add a concept of "mutators" to the evolution process.
|
chipx86
|
December 29th, 2013, 1:56 a.m.
|
|
|
|
1
|
Add a utility function for chaining nested setdefault calls.
|
chipx86
|
December 16th, 2013, 2:58 p.m.
|
|
|
|
1
|
Add support for Django 1.5's index_together property.
|
chipx86
|
December 16th, 2013, 1:10 p.m.
|
|
|
|
1
|
Require ChangeMetas for existing models containing unique_together.
|
chipx86
|
December 13th, 2013, 5:22 p.m.
|
|
|
|
1
|
Change how we generate new and default index names.
|
chipx86
|
December 13th, 2013, 3:12 p.m.
|
|
|
|
1
|
Move much of our Django support capability detection into support.py.
|
chipx86
|
December 13th, 2013, 1:54 p.m.
|
|
|
|
1
|
Support evolving unique_together.
|
chipx86
|
December 12th, 2013, 2:33 a.m.
|
|
|
|
1
|
Add intelligence for looking up and tracking indexes during evolution.
|
chipx86
|
December 9th, 2013, 12:52 a.m.
|
|
|
|
1
|
Introspect indexes from the database prior to evolutions.
|
chipx86
|
December 5th, 2013, 3:40 p.m.
|
|
|
|
|
Fix up several fields in the admin UI for models.
|
ZI
ziis
|
September 11th, 2013, 7:22 a.m.
|
|
|
|
3
|
Changed ClearCase documentation
|
jan.koprowski
|
June 12th, 2010, 5:14 a.m.
|
|
|
|
|
django-evolution on multi-db
|
MB
mbee
|
July 16th, 2010, 3:33 a.m.
|
|
|
|
1
|
Automatically call evolve during extension installation
|
mike_conley
|
June 18th, 2010, 5:34 a.m.
|
|
|
|
1
|
Fix some documentation and commenting issues I noticed.
|
david
|
June 17th, 2010, 3:01 p.m.
|
|
|
|
1
|
Remove sys.exit from django-evolution evolve
|
mike_conley
|
June 3rd, 2010, 8:48 a.m.
|
|
|
|
2
|
rb-site WSGI support
|
jan.koprowski
|
June 12th, 2010, 4:49 a.m.
|
|
|
|
|
Add purge-app parameter to evolve command
|
mike_conley
|
May 30th, 2010, 7:09 a.m.
|
|