|
|
1
|
Add a new SQLExecutor class for managing all SQL operations.
|
chipx86
|
October 24th, 2020, 10:43 p.m.
|
|
|
|
1
|
Add a new evolutions argument for some signal emissions.
|
chipx86
|
October 14th, 2020, 4:39 p.m.
|
|
|
|
1
|
Allow providing explicit SQL and evolutions to EvolveAppTask.execute().
|
chipx86
|
October 14th, 2020, 5:25 p.m.
|
|
|
|
1
|
Add a graph for managing dependencies between evolutions and migrations.
|
chipx86
|
October 19th, 2020, 5:35 p.m.
|
|
|
|
1
|
Fix the order of SQL statements when creating batches of new models.
|
chipx86
|
September 10th, 2020, 4:12 p.m.
|
|
|
|
1
|
Add a patch for fixing broken db_indexes on MySQL on Django 1.8-1.10.
|
chipx86
|
September 14th, 2020, 8:58 p.m.
|
|
|
|
1
|
Add additional checks for baseline signature integrity.
|
chipx86
|
October 13th, 2020, 2:43 a.m.
|
|
|
|
1
|
Add utils for fetching evolution module names and individual evolution modules.
|
chipx86
|
October 14th, 2020, 4:13 p.m.
|
|
|
|
1
|
Allow creation of a MigrationList from a list of migration names.
|
chipx86
|
October 14th, 2020, 4:15 p.m.
|
|
|
|
2
|
Add utilities for fetching dependencies for an evolution or its app.
|
chipx86
|
October 18th, 2020, 1:58 a.m.
|
|
|
|
1
|
Cache the result of Diff.evolution() for repeated calls.
|
chipx86
|
October 26th, 2020, 7:05 p.m.
|
|
|
|
1
|
Add decorators for skipping tests when run without indicated Django support.
|
chipx86
|
October 26th, 2020, 5:01 p.m.
|
|
|
|
1
|
Add a document covering Django Evolution's versioning policy.
|
chipx86
|
October 24th, 2020, 11:45 p.m.
|
|
|
|
2
|
Add utilities for merging dictionaries and deduplicating lists of items.
|
chipx86
|
October 13th, 2020, 3:07 a.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.0.
|
chipx86
|
August 9th, 2020, 5:03 p.m.
|
|
|
|
1
|
Fix issues and add missing content to the codebase docs.
|
chipx86
|
August 5th, 2020, 10:12 p.m.
|
|
|
|
1
|
Rewrite the README and part of the introduction to the docs.
|
chipx86
|
August 5th, 2020, 10:20 p.m.
|
|
|
|
1
|
Update the AUTHORS content and LICENSE date.
|
chipx86
|
August 5th, 2020, 10:41 p.m.
|
|
|
|
1
|
Clean up and simplify the common primary key constraint management.
|
chipx86
|
July 26th, 2020, 11:30 p.m.
|
|
|
|
1
|
Dynamically return SQL statement maps for unit tests.
|
chipx86
|
July 30th, 2020, 7:53 p.m.
|
|
|
|
1
|
Allow SQLResult to take in None or Statement values.
|
chipx86
|
July 30th, 2020, 8:01 p.m.
|
|
|
|
1
|
Fix regressions with the Django 2.0 unique index quoting patch.
|
chipx86
|
July 30th, 2020, 8:05 p.m.
|
|
|
|
1
|
Fix a regression with executing SQL containing '%' characters.
|
chipx86
|
July 30th, 2020, 8:10 p.m.
|
|
|
|
1
|
Fix SQLite 3.25 and earlier on Django 1.6.
|
chipx86
|
August 4th, 2020, 1:46 a.m.
|
|
|
|
1
|
Add signature support for Django 2.2+ constraints.
|
chipx86
|
August 4th, 2020, 1:55 a.m.
|
|
|
|
1
|
Add better type support when generating evolution hints.
|
chipx86
|
August 4th, 2020, 2:06 a.m.
|
|
|
|
1
|
Add the ability to evolve constraints on a model in Django 2.2+.
|
chipx86
|
August 4th, 2020, 2:29 a.m.
|
|
|
|
1
|
Add support for ignoring certain attribute changes on a field.
|
chipx86
|
August 1st, 2020, 2:57 a.m.
|
|
|
|
1
|
Bundle an internal version of six for future compatibility.
|
chipx86
|
July 22nd, 2020, 5:53 p.m.
|
|
|
|
1
|
Add early support for Django 3.1.
|
chipx86
|
July 23rd, 2020, 4:10 a.m.
|
|
|
|
1
|
Add support for Django 3.0.
|
chipx86
|
July 23rd, 2020, 3:01 a.m.
|
|
|
|
1
|
Add a new class for managing lists of migrations.
|
chipx86
|
July 23rd, 2020, 2:40 a.m.
|
|
|
|
1
|
Switch from Django's old curry() method to functools.partial().
|
chipx86
|
July 22nd, 2020, 5:55 p.m.
|
|
|
|
1
|
Add support for just-in-time SQL code generation for databases.
|
chipx86
|
July 20th, 2020, 6:43 p.m.
|
|
|
|
1
|
Fix and improve column renaming on SQLite.
|
chipx86
|
July 21st, 2020, 2:39 a.m.
|
|
|
|
1
|
Add the beginnings of Django 2.2 support.
|
chipx86
|
July 17th, 2020, 4:13 p.m.
|
|
|
|
2
|
Add a compatibility patch for Django 2.0's SQLite unique index name quoting.
|
chipx86
|
July 17th, 2020, midnight
|
|
|
|
1
|
Show the versions of Python, Django, and database modules when running tests.
|
chipx86
|
July 16th, 2020, 8:57 p.m.
|
|
|
|
1
|
Batch together operations for a SQLite table rebuild.
|
chipx86
|
July 16th, 2020, 11:50 p.m.
|
|
|
|
1
|
Fix restoring table indexes when rebuilding a table on SQLite.
|
chipx86
|
July 16th, 2020, 8:44 p.m.
|
|
|
|
1
|
Rewrite the SQLite backend for more efficient/future-proof table rewriting.
|
chipx86
|
July 14th, 2020, 3:33 a.m.
|
|
|
|
1
|
Improve the format and capabilities for mapped SQL test statements.
|
chipx86
|
July 13th, 2020, 3 a.m.
|
|
|
|
1
|
Flesh out the docs for BaseTestCase and clean up some code.
|
chipx86
|
July 8th, 2020, 5:09 p.m.
|
|
|
|
1
|
Add a MoveToMigrations evolution for all built-in Django apps.
|
chipx86
|
July 7th, 2020, 3:42 a.m.
|
|
|
|
1
|
Patch the SQLite backend to fix Alter Table breakages.
|
chipx86
|
January 29th, 2020, 1:42 p.m.
|
|
|
|
|
Allow doc building using earlier versions of Sphinx.
|
heyonghan
|
November 3rd, 2019, 7:25 p.m.
|
|
|
|
1
|
Fix a regression with creating pending references to models on Django 1.6.
|
chipx86
|
June 18th, 2019, 5:25 p.m.
|
|
|
|
1
|
Fix when the evolving and evolved signals are emitted.
|
chipx86
|
June 18th, 2019, 3:23 p.m.
|
|
|
|
1
|
Import management modules before emitting any signals.
|
chipx86
|
June 18th, 2019, 3:19 p.m.
|
|
|
|
1
|
Fix creating models with multiple databases and with app label conflicts.
|
chipx86
|
June 18th, 2019, 3:14 p.m.
|
|