django-model-utils/tests
Maarten ter Huurne a6b0a2aff7 Fix and re-enable AbstractModelTrackerTests
There used to be a [bug in Django](https://code.djangoproject.com/ticket/30427)
that caused these tests to fail, according to the discussion of #370.
That bug was fixed in Django 4.0.

However, because the test model was using a `FieldTracker`
rather than a `ModelTracker`, all model-specific test cases
in `ModelTrackerTests` continued to fail.
2024-06-12 16:54:14 +02:00
..
test_fields Fix and re-enable AbstractModelTrackerTests 2024-06-12 16:54:14 +02:00
test_managers Avoid deprecated SoftDeletableModel.objects manager in tests 2024-04-16 04:02:33 +02:00
test_models Resolve name clash among test models 2024-03-22 17:32:51 +01:00
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
fields.py Add django 3.0 to the test matrix and drop six (#395) 2019-12-09 19:37:16 +06:00
models.py Fix and re-enable AbstractModelTrackerTests 2024-06-12 16:54:14 +02:00
settings.py Make default port a string 2024-04-05 17:15:16 +02:00
test_choices.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
test_inheritance_iterable.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_miscellaneous.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00