|
|
1
|
Update doc building to use modern Sphinx and beanbag-docutils.
|
chipx86
|
July 23rd, 2024, 2:05 a.m.
|
|
|
|
2
|
Add release notes for Django Evolution 2.4.
|
chipx86
|
May 14th, 2024, 12:36 a.m.
|
|
|
|
1
|
Add configuration for renamed field module paths.
|
david
|
April 4th, 2024, 11:13 p.m.
|
|
|
|
1
|
Add docs and update release notes for db_table_comment.
|
chipx86
|
October 16th, 2023, 1:03 a.m.
|
|
|
|
1
|
Add support for table comment evolutions in Django 4.2+.
|
chipx86
|
October 15th, 2023, 8:08 a.m.
|
|
|
|
1
|
Fix Postgres unit tests on Django 4.1+.
|
chipx86
|
October 15th, 2023, 5:09 a.m.
|
|
|
|
1
|
Add management commands for working with evolutions and project signatures.
|
chipx86
|
June 17th, 2023, 2:29 a.m.
|
|
|
|
1
|
Add release notes and update compatibility docs for Django Evolution 2.3.
|
chipx86
|
June 17th, 2023, 2:46 a.m.
|
|
|
|
1
|
Add useful debug logging for evolutions.
|
chipx86
|
June 2nd, 2023, 8:49 a.m.
|
|
|
|
1
|
Fix configuration/environmental issues for unit tests.
|
chipx86
|
June 2nd, 2023, 8:47 a.m.
|
|
|
|
1
|
Add support for Python 3.12 and Django 4.2.
|
chipx86
|
June 2nd, 2023, 8:43 a.m.
|
|
|
|
1
|
Add support for Django 4.1 and Python 3.11.
|
chipx86
|
October 4th, 2022, 4:21 a.m.
|
|
|
|
1
|
Fix collecting SQL from schema editors while in transactions.
|
chipx86
|
July 11th, 2022, 7:05 a.m.
|
|
|
|
1
|
Fix a premature import when patching SQLite compatibility.
|
chipx86
|
June 25th, 2022, 12:50 a.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.2.
|
chipx86
|
June 20th, 2022, 10:05 a.m.
|
|
|
|
1
|
Avoid a Python deprecation warning with the collections patch.
|
chipx86
|
June 1st, 2022, 2:12 a.m.
|
|
|
|
1
|
Differentiate database installs from upgrades in success messages.
|
chipx86
|
June 1st, 2022, 2:14 a.m.
|
|
|
|
1
|
Improve Python Path setup when running unit tests.
|
chipx86
|
June 1st, 2022, 2:19 a.m.
|
|
|
|
1
|
Don't try to apply defaults to certain database-specific field types.
|
chipx86
|
May 16th, 2022, 12:50 p.m.
|
|
|
|
1
|
Don't stash references for models not yet in the database.
|
chipx86
|
May 16th, 2022, 12:46 p.m.
|
|
|
|
1
|
Defer constraints and indexes when creating models through the evolver.
|
chipx86
|
May 16th, 2022, 8:54 a.m.
|
|
|
|
1
|
Instal psycopg2 2.8.x for unit testing on certain versions of Django.
|
chipx86
|
May 14th, 2022, 9:11 a.m.
|
|
|
|
1
|
Fix setting non-string initial data from a callable.
|
chipx86
|
May 14th, 2022, 9:06 a.m.
|
|
|
|
1
|
Add DateTimeFields and DateFields to the ChangeField test models.
|
chipx86
|
May 14th, 2022, 4:19 a.m.
|
|
|
|
1
|
Track unique indexes separately from normal indexes in the database state.
|
chipx86
|
May 14th, 2022, 12:57 a.m.
|
|
|
|
1
|
Add base classes for mutators.
|
chipx86
|
May 7th, 2022, 12:11 a.m.
|
|
|
|
1
|
Fix ordering and conflict issues with adding and dropping indexes.
|
chipx86
|
May 15th, 2022, 1:22 a.m.
|
|
|
|
1
|
Pass custom evolutions to EvolutionGraph.
|
chipx86
|
May 7th, 2022, 1:46 a.m.
|
|
|
|
1
|
Add a base mutation and a corresponding mutator for upgrade methods.
|
chipx86
|
May 7th, 2022, 12:51 a.m.
|
|
|
|
1
|
Add global registration of custom migrations.
|
chipx86
|
May 6th, 2022, 4:32 a.m.
|
|
|
|
1
|
Allow get_evolution_dependencies to take a list of custom evolutions.
|
chipx86
|
May 6th, 2022, 2:07 a.m.
|
|
|
|
1
|
Split django_evolution.mutators into multiple sub-modules.
|
chipx86
|
May 6th, 2022, 5 a.m.
|
|
|
|
1
|
Add field type change support in each database backend.
|
chipx86
|
April 9th, 2022, 12:25 a.m.
|
|
|
|
1
|
Add common database backend support for changing field types.
|
chipx86
|
April 9th, 2022, 12:19 a.m.
|
|
|
|
1
|
Clean up some ChangeField logic in preparation for field type changes.
|
chipx86
|
April 8th, 2022, 11:39 a.m.
|
|
|
|
1
|
Add and update compatibility functions for working with models and fields.
|
chipx86
|
April 8th, 2022, 11:07 a.m.
|
|
|
|
1
|
Add support for all features on Index objects through Django 4.0.
|
chipx86
|
March 29th, 2022, 1:59 a.m.
|
|
|
|
1
|
Consolidate functionality for building column definition schemas.
|
chipx86
|
April 6th, 2022, 1:30 a.m.
|
|
|
|
1
|
Add support for changing field types in ChangeField.
|
chipx86
|
April 9th, 2022, 12:33 a.m.
|
|
|
|
1
|
Add utilities for iterating through model fields and reverse relations.
|
chipx86
|
April 8th, 2022, 11:18 p.m.
|
|
|
|
1
|
Split django_evolution.mutations into sub-modules.
|
chipx86
|
April 6th, 2022, 2:16 a.m.
|
|
|
|
1
|
Add classes for warning on deprecations.
|
chipx86
|
March 30th, 2022, 11:50 p.m.
|
|
|
|
1
|
Move all Django Evolution settings into a DJANGO_EVOLUTION dictionary.
|
chipx86
|
March 31st, 2022, 1:20 a.m.
|
|
|
|
1
|
Split django_evolution.evolve into per-class modules.
|
chipx86
|
March 31st, 2022, 2:16 a.m.
|
|
|
|
1
|
Update packaging metadata and version compatibility.
|
chipx86
|
March 31st, 2022, 6:26 a.m.
|
|
|
|
1
|
Use Django's database introspection to scan table indexes.
|
chipx86
|
March 26th, 2022, 2:19 a.m.
|
|
|
|
1
|
Add Docker images for test databases and improve testing options.
|
chipx86
|
March 29th, 2022, 3:23 a.m.
|
|
|
|
1
|
Add signature support for all current Index attributes.
|
chipx86
|
March 26th, 2022, 2:20 a.m.
|
|
|
|
1
|
Fix running unit tests through the old test runner.
|
chipx86
|
March 10th, 2022, 1:10 a.m.
|
|
|
|
1
|
Fix a regression in comparing regexes to output in tests.
|
chipx86
|
March 9th, 2022, 7:03 a.m.
|
|