|
|
1
|
Fix an ordering issue testing DatabaseState.iter_indexes().
|
chipx86
|
June 18th, 2019, 2:58 p.m.
|
|
|
|
1
|
Add replacement syncdb and migrate commands that wrap evolve.
|
chipx86
|
June 14th, 2019, 2:45 a.m.
|
|
|
|
1
|
Move release notes to the docs.
|
chipx86
|
June 14th, 2019, 2:32 a.m.
|
|
|
|
1
|
Change the app signature to record all applied migrations.
|
chipx86
|
June 14th, 2019, 3 a.m.
|
|
|
|
1
|
Rewrite the documentation for Django Evolution.
|
chipx86
|
June 13th, 2019, 6:54 p.m.
|
|
|
|
1
|
Fix a handful of docstring-related issues in the codebase.
|
chipx86
|
June 14th, 2019, 2:29 a.m.
|
|
|
|
1
|
Completely redo the way we install baselines after syncdb/migrate.
|
chipx86
|
June 7th, 2019, 1:51 p.m.
|
|
|
|
1
|
Add proper support for pre/post migrate/sync signals.
|
chipx86
|
June 7th, 2019, 1:36 p.m.
|
|
|
|
1
|
Apply migrations during the evolution process.
|
chipx86
|
June 4th, 2019, 7:38 p.m.
|
|
|
|
1
|
Use the correct database for fetching app upgrade info.
|
chipx86
|
June 5th, 2019, 2:03 a.m.
|
|
|
|
1
|
Add signals for the start and end of the whole evolution process.
|
chipx86
|
June 5th, 2019, 2:18 a.m.
|
|
|
|
1
|
Update migration utils for improved filtering and recording.
|
chipx86
|
June 4th, 2019, 7:30 p.m.
|
|
|
|
1
|
Add a MigrationExecutor subclass supporting custom migrations and signals.
|
chipx86
|
June 3rd, 2019, 1:18 p.m.
|
|
|
|
1
|
Remove recorded test migrations before test runs.
|
chipx86
|
June 3rd, 2019, 12:58 p.m.
|
|
|
|
1
|
Install Django Evolution models when not present in the database.
|
chipx86
|
May 30th, 2019, 5:43 p.m.
|
|
|
|
1
|
Add migration compatibility for Django 1.7 through 1.11.
|
chipx86
|
May 30th, 2019, 12:54 a.m.
|
|
|
|
1
|
Set the app label on all test models.
|
chipx86
|
May 30th, 2019, 5:16 p.m.
|
|
|
|
1
|
Add support for creating tables from models in EvolveAppTask.
|
chipx86
|
May 30th, 2019, 12:40 a.m.
|
|
|
|
2
|
Add knowledge of Django Migrations and tracking of the schema upgrade method.
|
chipx86
|
May 13th, 2019, 3:19 a.m.
|
|
|
|
1
|
Add and fix utility functions for working with apps and models.
|
chipx86
|
May 13th, 2019, 3:39 a.m.
|
|
|
|
1
|
Change Evolver task execution to prepare and execute in batches.
|
chipx86
|
May 28th, 2019, 11:58 a.m.
|
|
|
|
1
|
Add support for modern Django app labels.
|
chipx86
|
May 13th, 2019, 4:01 a.m.
|
|
|
|
1
|
Add new utilities for working with databases and models.
|
chipx86
|
May 22nd, 2019, 4:16 a.m.
|
|
|
|
1
|
Replace get_app_upgrade_method with a more useful get_app_upgrade_info.
|
chipx86
|
May 22nd, 2019, 3:54 a.m.
|
|
|
|
1
|
Add support for project-defined custom evolutions.
|
chipx86
|
May 21st, 2019, 6:55 p.m.
|
|
|
|
1
|
Fix the custom unpickler on Python 2.x.
|
chipx86
|
May 21st, 2019, 4:03 p.m.
|
|
|
|
1
|
Add utility functions for working with Django Migrations.
|
chipx86
|
May 21st, 2019, 3:58 p.m.
|
|
|
|
1
|
Support loading pickled data referencing SortedDict.
|
chipx86
|
May 20th, 2019, 5:08 p.m.
|
|
|
|
1
|
Improve scanning and normalization abilities for DatabaseState.
|
chipx86
|
May 20th, 2019, 4:59 p.m.
|
|
|
|
1
|
Remove old unused signature functions.
|
chipx86
|
May 13th, 2019, 6:55 p.m.
|
|
|
|
1
|
Introduce version 2 of the Django Evolution signature format.
|
chipx86
|
April 30th, 2019, 1:03 a.m.
|
|
|
|
1
|
Fix positional arguments for commands on modern Django.
|
chipx86
|
April 30th, 2019, 1:10 a.m.
|
|
|
|
1
|
Add a new primary class for handling evolutions.
|
chipx86
|
November 29th, 2018, 3:28 a.m.
|
|
|
|
1
|
Don't modify a signature when injecting on_delete for ForeignKeys.
|
chipx86
|
November 26th, 2018, 1:01 a.m.
|
|
|
|
1
|
Fix equality checking for signatures.
|
chipx86
|
November 20th, 2018, 3:35 p.m.
|
|
|
|
1
|
Fix some simple Python 3 issues with management commands.
|
chipx86
|
November 14th, 2018, 4:51 p.m.
|
|
|
|
1
|
Work with ProjectSignatures directly from the Version model.
|
chipx86
|
November 14th, 2018, 4:43 p.m.
|
|
|
|
1
|
Add an error and optional checking for missing signatures.
|
chipx86
|
November 14th, 2018, 4:11 p.m.
|
|
|
|
1
|
Move signature diffing into dedicated Signature.diff methods.
|
chipx86
|
November 2nd, 2018, 1:39 p.m.
|
|
|
|
1
|
Update all mutations to use the new signature classes.
|
chipx86
|
November 2nd, 2018, 2:47 a.m.
|
|
|
|
1
|
Add methods for removing signatures from parent signatures.
|
chipx86
|
November 1st, 2018, 4:38 p.m.
|
|
|
|
1
|
Change field type checks to work with subclasses.
|
chipx86
|
November 1st, 2018, 3:56 p.m.
|
|
|
|
1
|
Improve the get_app compatibility method.
|
chipx86
|
November 1st, 2018, 3:43 p.m.
|
|
|
|
1
|
Add cross-Django compatibility for module paths in pickled data.
|
chipx86
|
November 1st, 2018, 2:15 p.m.
|
|
|
|
1
|
Handle related_model specially in FieldSignature.
|
chipx86
|
November 1st, 2018, 1:51 a.m.
|
|
|
|
1
|
Pass keyword arguments to several function calls and constructors.
|
chipx86
|
November 1st, 2018, 12:30 a.m.
|
|
|
|
1
|
Add diffing support for the new signature classes.
|
chipx86
|
October 27th, 2018, 12:35 a.m.
|
|
|
|
1
|
Switch unit tests to the context manager form of assertRaisesMessage.
|
chipx86
|
October 30th, 2018, 6:36 p.m.
|
|
|
|
1
|
Add new signature introspection and cloning functions.
|
chipx86
|
February 8th, 2018, 6:44 p.m.
|
|
|
|
1
|
Add new classes for managing signatures.
|
chipx86
|
February 8th, 2018, 2:27 p.m.
|
|