|
|
1
|
Add signature support for all current Index attributes.
|
chipx86
|
March 25th, 2022, 6:20 p.m.
|
|
|
|
1
|
Fix running unit tests through the old test runner.
|
chipx86
|
March 9th, 2022, 4:10 p.m.
|
|
|
|
1
|
Fix a regression in comparing regexes to output in tests.
|
chipx86
|
March 8th, 2022, 10:03 p.m.
|
|
|
|
1
|
Update unit tests to handle MariaDB and MySQL 8 differences.
|
chipx86
|
February 4th, 2022, 6:53 p.m.
|
|
|
|
1
|
Add testing decorators for requiring parameters or attributes.
|
chipx86
|
February 4th, 2022, 9:13 p.m.
|
|
|
|
1
|
Add serialization for Enum and CombinedExpression.
|
chipx86
|
February 4th, 2022, 8:22 p.m.
|
|
|
|
1
|
Allow database backends to specify their default tablespace.
|
chipx86
|
February 4th, 2022, 6:55 p.m.
|
|
|
|
1
|
Fix a crash during patching when MySQL support isn't available.
|
chipx86
|
February 21st, 2022, 6:45 p.m.
|
|
|
|
2
|
Support comparing SQL when order is not guaranteed in some statements.
|
chipx86
|
February 4th, 2022, 6:51 p.m.
|
|
|
|
1
|
Register type equality checks for Q and F objects.
|
chipx86
|
February 4th, 2022, 6:36 p.m.
|
|
|
|
1
|
Add initial support for Django 3.2 and 4.0.
|
chipx86
|
January 28th, 2022, 10:11 p.m.
|
|
|
|
1
|
Add a serialization layer for signature and Python data representations.
|
chipx86
|
January 26th, 2022, 11:54 p.m.
|
|
|
|
1
|
Update package metadata and tox for supported Python versions.
|
chipx86
|
January 24th, 2022, 8:31 p.m.
|
|
|
|
1
|
Change how patches are imported/applied, and patch during test runs.
|
chipx86
|
January 24th, 2022, 8:27 p.m.
|
|
|
|
1
|
Use getfullargspec on Python 3 and getargspec on Python 2.
|
chipx86
|
January 24th, 2022, 9:27 p.m.
|
|
|
|
1
|
Update pytest dependencies and configuration for better compatibility.
|
chipx86
|
January 24th, 2022, 8:57 p.m.
|
|
|
|
1
|
Add a module for placeholders for hinted evolutions.
|
chipx86
|
January 22nd, 2022, 3:06 p.m.
|
|
|
|
1
|
Switch to compatibility imports for gettext.
|
chipx86
|
January 21st, 2022, 2:40 p.m.
|
|
|
|
1
|
Add a patch for Python 3.10+'s collections module on Django <= 2.0.
|
chipx86
|
January 9th, 2022, 11:45 p.m.
|
|
|
|
1
|
Switch Django Evolution's test suite to use pytest.
|
chipx86
|
January 9th, 2022, 11:52 p.m.
|
|
|
|
1
|
Add a Django patch to work around a mysqlclient incompatibility.
|
chipx86
|
January 2nd, 2022, 10:23 p.m.
|
|
|
|
1
|
Ensure compatibility patches are only applied once.
|
chipx86
|
January 2nd, 2022, 10:41 p.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.1.3.
|
chipx86
|
January 3rd, 2022, 1:29 a.m.
|
|
|
|
1
|
Fix some documentation syntax errors.
|
chipx86
|
January 3rd, 2022, 1:26 a.m.
|
|
|
|
1
|
Remove providing_args= from Signals.
|
chipx86
|
December 16th, 2021, 8 p.m.
|
|
|
|
1
|
Don't attempt to apply mutations to newly-added models.
|
chipx86
|
December 16th, 2021, 8:01 p.m.
|
|
|
|
1
|
Lazily fetch the django_evolution app.
|
chipx86
|
November 16th, 2021, 11:07 p.m.
|
|
|
|
1
|
Rework unique_together data in the signature for comparison and storage.
|
chipx86
|
November 29th, 2021, 3:15 p.m.
|
|
|
|
1
|
Fix regressions from Django 3.2.
|
chipx86
|
April 6th, 2021, 10:14 p.m.
|
|
|
|
1
|
Add real test data for models in unit tests.
|
chipx86
|
January 19th, 2021, 2:43 a.m.
|
|
|
|
1
|
Fix adding new non-NULL fields when there's existing data on SQLite.
|
chipx86
|
January 19th, 2021, 3:07 a.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.1.2.
|
chipx86
|
January 19th, 2021, 3:10 a.m.
|
|
|
|
1
|
Add a tox configuration file for easier testing.
|
chipx86
|
January 7th, 2021, 7:18 p.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.1.1.
|
chipx86
|
December 28th, 2020, 12:40 a.m.
|
|
|
|
1
|
Remove unused imports from the codebase.
|
chipx86
|
December 28th, 2020, 12:31 a.m.
|
|
|
|
1
|
Allow a DecimalField's max_digits and decimal_places to be changed.
|
chipx86
|
November 29th, 2020, 3:12 a.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.1.
|
chipx86
|
November 11th, 2020, 5:10 p.m.
|
|
|
|
1
|
Remove a deprecation warning when computing the package version.
|
chipx86
|
November 4th, 2020, 5:21 p.m.
|
|
|
|
1
|
Allow SQLExecutor to execute within a parent transaction, safely.
|
chipx86
|
November 5th, 2020, 4:25 p.m.
|
|
|
|
1
|
Perform database evolutions using the new dependency graph.
|
chipx86
|
November 2nd, 2020, 12:47 a.m.
|
|
|
|
1
|
Simplify unit tests for Evolver.
|
chipx86
|
October 31st, 2020, 12:46 a.m.
|
|
|
|
1
|
Update the evolutions test apps to have real schema-changing evolutions.
|
chipx86
|
October 31st, 2020, 2:24 a.m.
|
|
|
|
1
|
Add documentation on the new dependency support.
|
chipx86
|
November 3rd, 2020, 1:45 a.m.
|
|
|
|
1
|
Move some test helper functions into TestCase, and improve testability.
|
chipx86
|
October 30th, 2020, 6:55 p.m.
|
|
|
|
1
|
Allow generated SQL to specify their own transaction requirements.
|
chipx86
|
October 25th, 2020, 12:47 a.m.
|
|
|
|
1
|
Fix a couple of issues in Evolver with partial or model-less evolutions.
|
chipx86
|
October 25th, 2020, 2:36 a.m.
|
|
|
|
1
|
Allow get_app_pending_mutations to take precomputed values.
|
chipx86
|
October 26th, 2020, 6:57 p.m.
|
|
|
|
1
|
Speed up unit tests by about 80%.
|
chipx86
|
October 26th, 2020, 4:06 p.m.
|
|
|
|
1
|
Don't use error handling to determine if tables exist.
|
chipx86
|
October 20th, 2020, 9:50 p.m.
|
|
|
|
1
|
Remove the old execute_test_sql in preparation for a new one.
|
chipx86
|
October 23rd, 2020, 2:27 a.m.
|
|