|
|
|
|
Fix index introspection on PostgreSQL 18.
|
david
|
March 18th, 2026, 4:10 a.m.
|
|
|
|
|
1
|
Fix expected index SQL for DESC on MySQL 5.7.
|
david
|
March 18th, 2026, 4:11 a.m.
|
|
|
|
|
1
|
Revamp the tox configuration.
|
david
|
March 17th, 2026, 10:17 p.m.
|
|
|
|
|
|
Fix ChangeField failure with index+column type changes on MySQL.
|
david
|
March 17th, 2026, 11:43 p.m.
|
|
|
|
|
2
|
Update pytest for django-evolution release-2.x.
|
david
|
March 3rd, 2026, 12:44 a.m.
|
|
|
|
|
1
|
Remove django_evolution.compat.translation
|
david
|
February 19th, 2026, 3:52 p.m.
|
|
|
|
|
1
|
Remove six.
|
david
|
February 19th, 2026, 3:51 p.m.
|
|
|
|
|
1
|
Remove app compatibility shims.
|
david
|
February 19th, 2026, 4 p.m.
|
|
|
|
|
1
|
Consolidate pickle compatibility code.
|
david
|
February 19th, 2026, 3:53 p.m.
|
|
|
|
|
1
|
Fix issues when the default id field is BigAutoField.
|
david
|
December 23rd, 2025, 4:50 p.m.
|
|
|
|
|
1
|
Don't emit migrations signals if there's no migration plan.
|
david
|
December 23rd, 2025, 4:47 p.m.
|
|
|
|
|
1
|
Bump version to 3.0.
|
david
|
December 29th, 2025, 10 p.m.
|
|
|
|
|
1
|
Update tests for % change in 5.0
|
david
|
December 23rd, 2025, 4:52 p.m.
|
|
|
|
|
1
|
Use __future__.annotations everywhere.
|
david
|
December 29th, 2025, 11:36 p.m.
|
|
|
|
|
1
|
Handle CheckConstraint.check -> condition.
|
david
|
December 22nd, 2025, 5:19 p.m.
|
|
|
|
|
1
|
Fix issues caused by `unique` being a `cached_property`.
|
david
|
December 23rd, 2025, 4:45 p.m.
|
|
|
|
|
1
|
Add a new test for removing index_together.
|
david
|
December 22nd, 2025, 4:58 p.m.
|
|
|
|
|
2
|
Move django-evolution to pyproject.toml and set minimum dependencies.
|
david
|
December 22nd, 2025, 4:55 p.m.
|
|
|
|
|
2
|
Fix test output to show failures in the summary.
|
david
|
December 22nd, 2025, 4:56 p.m.
|
|
|
|
|
2
|
Update test matrix.
|
david
|
December 22nd, 2025, 4:56 p.m.
|
|
|
|
|
2
|
Update for removed index_together field.
|
david
|
December 22nd, 2025, 4:58 p.m.
|
|
|
|
|
2
|
Update for removed django.utils.timezone.utc.
|
david
|
December 22nd, 2025, 4:57 p.m.
|
|
|
|
|
2
|
Add release notes for Django Evolution 2.4.2 and update docs.
|
chipx86
|
August 5th, 2025, 7:25 a.m.
|
|
|
|
|
1
|
Make MoveToDjangoMigrations work when the app isn't yet in the database.
|
chipx86
|
July 30th, 2025, 10:21 a.m.
|
|
|
|
|
1
|
Fix compatibility with newer versions of tox and virtualenv.
|
chipx86
|
July 30th, 2025, 4:23 a.m.
|
|
|
|
|
1
|
Fix comparing constructed and deserialized UniqueConstraints.
|
chipx86
|
July 30th, 2025, 4:19 a.m.
|
|
|
|
|
2
|
Add release notes for Django Evolution 2.4.1.
|
chipx86
|
October 18th, 2024, 6:44 a.m.
|
|
|
|
|
3
|
Add support for RENAMED_FIELD_TYPES in the legacy pickler.
|
chipx86
|
October 18th, 2024, 5:29 a.m.
|
|
|
|
|
1
|
Always consider new migration-aware apps when evolving.
|
chipx86
|
October 29th, 2024, 5:15 a.m.
|
|
|
|
|
1
|
Update doc building to use modern Sphinx and beanbag-docutils.
|
chipx86
|
July 23rd, 2024, 12:05 a.m.
|
|
|
|
|
2
|
Add release notes for Django Evolution 2.4.
|
chipx86
|
May 13th, 2024, 10:36 p.m.
|
|
|
|
|
1
|
Add configuration for renamed field module paths.
|
david
|
April 4th, 2024, 9:13 p.m.
|
|
|
|
|
1
|
Add docs and update release notes for db_table_comment.
|
chipx86
|
October 15th, 2023, 11:03 p.m.
|
|
|
|
|
1
|
Add support for table comment evolutions in Django 4.2+.
|
chipx86
|
October 15th, 2023, 6:08 a.m.
|
|
|
|
|
1
|
Fix Postgres unit tests on Django 4.1+.
|
chipx86
|
October 15th, 2023, 3:09 a.m.
|
|
|
|
|
1
|
Add management commands for working with evolutions and project signatures.
|
chipx86
|
June 17th, 2023, 12:29 a.m.
|
|
|
|
|
1
|
Add release notes and update compatibility docs for Django Evolution 2.3.
|
chipx86
|
June 17th, 2023, 12:46 a.m.
|
|
|
|
|
1
|
Fix configuration/environmental issues for unit tests.
|
chipx86
|
June 2nd, 2023, 6:47 a.m.
|
|
|
|
|
1
|
Add useful debug logging for evolutions.
|
chipx86
|
June 2nd, 2023, 6:49 a.m.
|
|
|
|
|
1
|
Add support for Python 3.12 and Django 4.2.
|
chipx86
|
June 2nd, 2023, 6:43 a.m.
|
|
|
|
|
1
|
Add support for Django 4.1 and Python 3.11.
|
chipx86
|
October 4th, 2022, 2:21 a.m.
|
|
|
|
|
1
|
Fix collecting SQL from schema editors while in transactions.
|
chipx86
|
July 11th, 2022, 5:05 a.m.
|
|
|
|
|
1
|
Fix a premature import when patching SQLite compatibility.
|
chipx86
|
June 24th, 2022, 10:50 p.m.
|
|
|
|
|
1
|
Add release notes for Django Evolution 2.2.
|
chipx86
|
June 20th, 2022, 8:05 a.m.
|
|
|
|
|
1
|
Avoid a Python deprecation warning with the collections patch.
|
chipx86
|
June 1st, 2022, 12:12 a.m.
|
|
|
|
|
1
|
Differentiate database installs from upgrades in success messages.
|
chipx86
|
June 1st, 2022, 12:14 a.m.
|
|
|
|
|
1
|
Improve Python Path setup when running unit tests.
|
chipx86
|
June 1st, 2022, 12:19 a.m.
|
|
|
|
|
1
|
Don't stash references for models not yet in the database.
|
chipx86
|
May 16th, 2022, 10:46 a.m.
|
|
|
|
|
1
|
Don't try to apply defaults to certain database-specific field types.
|
chipx86
|
May 16th, 2022, 10:50 a.m.
|
|
|
|
|
1
|
Defer constraints and indexes when creating models through the evolver.
|
chipx86
|
May 16th, 2022, 6:54 a.m.
|
|