|
|
1
|
Remove some now-redundant index state tracking utility functions.
|
chipx86
|
February 7th, 2018, 6:19 p.m.
|
|
|
|
1
|
Rework how local database state is tracked.
|
chipx86
|
February 7th, 2018, 6:13 p.m.
|
|
|
|
1
|
Add support for Django 2.1.
|
chipx86
|
October 23rd, 2018, 11:31 p.m.
|
|
|
|
1
|
Mark ForeignKeys as initially deferred references on SQLite3.
|
chipx86
|
October 23rd, 2018, 10:41 p.m.
|
|
|
|
1
|
Use the database backend's preferred SQL for dropping indexes.
|
chipx86
|
October 23rd, 2018, 10:25 p.m.
|
|
|
|
2
|
Keep the injected on_delete out of the field signature.
|
chipx86
|
October 24th, 2018, 3:27 a.m.
|
|
|
|
2
|
Always set explicit ForeignKey.on_delete values.
|
chipx86
|
October 23rd, 2018, 8:16 p.m.
|
|
|
|
1
|
Add compatibility with relation field attribute changes in Django 1.9+.
|
chipx86
|
October 23rd, 2018, 7:40 p.m.
|
|
|
|
2
|
Fix the logic for deleting tables on Django 1.7 and higher.
|
chipx86
|
October 23rd, 2018, 7:21 p.m.
|
|
|
|
1
|
Prevent get_models() from returning abstract models on Django 1.7+.
|
chipx86
|
October 21st, 2018, 2:58 a.m.
|
|
|
|
1
|
Fix a few more pickle-related compatibility issues.
|
chipx86
|
October 21st, 2018, 2:55 a.m.
|
|
|
|
1
|
Convert all source files to UNIX line endings.
|
eusoutoni
|
September 8th, 2018, 6:08 a.m.
|
|
|
|
1
|
Fix quoting of unique_together constraint and table names.
|
chipx86
|
April 30th, 2018, 4:59 p.m.
|
|
|
|
1
|
Exclude database test data files from the test runner.
|
chipx86
|
March 27th, 2018, 2:36 p.m.
|
|
|
|
1
|
Remove old DB-specific test data files and improve test file lookups.
|
chipx86
|
February 5th, 2018, 1:10 p.m.
|
|
|
|
1
|
Add compatibility with Python 3.
|
chipx86
|
February 4th, 2018, 2:01 a.m.
|
|
|
|
1
|
Store the field and attribute orders in the signatures and mutations.
|
chipx86
|
February 3rd, 2018, 11:28 p.m.
|
|
|
|
1
|
Modernize the packaging for Django Evolution.
|
chipx86
|
February 1st, 2018, 6:44 p.m.
|
|
|
|
1
|
Clean up and document the code for diffing signatures.
|
chipx86
|
February 1st, 2018, 5:59 p.m.
|
|
|
|
1
|
Remove the multi-db SQL test data.
|
chipx86
|
February 3rd, 2018, 11:24 p.m.
|
|
|
|
1
|
Switch to using six for all dictionary iteration.
|
chipx86
|
February 1st, 2018, 2:43 p.m.
|
|
|
|
1
|
Convert all files to using Unicode strings.
|
chipx86
|
February 1st, 2018, 2:14 p.m.
|
|
|
|
1
|
Add support for Django 1.11.
|
chipx86
|
February 1st, 2018, 12:01 a.m.
|
|
|
|
1
|
Provide connection information when generating index names for tests.
|
chipx86
|
January 31st, 2018, 11:47 p.m.
|
|
|
|
1
|
Fix MySQL/Postgres compatibility with Django 1.10.
|
chipx86
|
January 30th, 2018, 8:48 p.m.
|
|
|
|
1
|
Clean up and document the unit test utility functions.
|
chipx86
|
January 30th, 2018, 6:11 p.m.
|
|
|
|
1
|
Combine the ChangeMeta test suites into a single file.
|
chipx86
|
January 29th, 2018, 5:31 p.m.
|
|
|
|
1
|
Modernize the signature-related unit tests.
|
chipx86
|
January 28th, 2018, 6:48 p.m.
|
|
|
|
1
|
Introduce a top-level concept of a simulation.
|
chipx86
|
January 25th, 2018, 6:32 p.m.
|
|
|
|
1
|
Fix up the base classes for mutations.
|
chipx86
|
February 1st, 2018, 12:21 a.m.
|
|
|
|
1
|
Add compatibility functions for working with database routers.
|
chipx86
|
January 28th, 2018, 6:27 p.m.
|
|
|
|
1
|
Split out the mock model support into its own file.
|
chipx86
|
January 25th, 2018, 4:26 p.m.
|
|
|
|
1
|
Standardize mutation hint generation.
|
chipx86
|
January 25th, 2018, 3:40 p.m.
|
|
|
|
1
|
Improve error output when a signature is missing data.
|
chipx86
|
January 25th, 2018, 3:23 p.m.
|
|
|
|
1
|
Flesh out the documentation for the mutation classes.
|
chipx86
|
January 25th, 2018, 2 p.m.
|
|
|
|
1
|
Standardize serializing of attributes/values in mutation statements.
|
chipx86
|
January 23rd, 2018, 4:37 p.m.
|
|
|
|
1
|
Speed up the test suite on Django 1.7+.
|
chipx86
|
January 28th, 2018, 10:38 p.m.
|
|
|
|
1
|
Nuke ancient ez_setup.py file.
|
david
|
January 20th, 2018, 8:35 a.m.
|
|
|
|
1
|
Inspect the schema and install baselines after running manage.py migrate.
|
chipx86
|
March 9th, 2017, 2:53 p.m.
|
|
|
|
2
|
Add release notes for Django Evolution 0.7.7.
|
chipx86
|
May 18th, 2017, midnight
|
|
|
|
1
|
Update management commands to work on newer versions of Django.
|
chipx86
|
February 13th, 2017, 1:50 a.m.
|
|
|
|
1
|
Add an option for writing hinted evolution files.
|
chipx86
|
January 19th, 2017, 1:06 a.m.
|
|
|
|
1
|
Add utility functions for getting an app's name and label.
|
chipx86
|
January 19th, 2017, 1:02 a.m.
|
|
|
|
1
|
Improve the information shown for the evolution process.
|
chipx86
|
July 27th, 2016, 2:04 p.m.
|
|
|
|
1
|
Fix a regression with renaming models.
|
chipx86
|
July 27th, 2016, 4:01 a.m.
|
|
|
|
2
|
Add schema evolution compatibility for Django 1.7, 1.8, and 1.9.
|
chipx86
|
April 8th, 2016, 3:49 p.m.
|
|
|
|
1
|
Add compatibility functions for most Django database/model/app operations.
|
chipx86
|
April 8th, 2016, 3:17 a.m.
|
|
|
|
1
|
Separate out index name and unique constraint name generation in tests.
|
chipx86
|
April 8th, 2016, 3:01 a.m.
|
|
|
|
1
|
Improve debugging of unit tests when SQL statements don't match.
|
chipx86
|
April 7th, 2016, 11:51 p.m.
|
|
|
|
1
|
Update and document the database test data for indexes.
|
chipx86
|
April 6th, 2016, 8:43 p.m.
|
|