django-model-utils/tests/test_fields
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
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_field_tracker.py Fix and re-enable AbstractModelTrackerTests 2024-06-12 16:54:14 +02:00
test_monitor_field.py feat(monitor): Change default to None when the field is marked as nullable and no default is provided (#599) 2024-04-04 10:26:17 +02:00
test_split_field.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
test_status_field.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_urlsafe_token_field.py Added deconstruct 2021-04-30 21:40:39 +05:00
test_uuid_field.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00