mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
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. |
||
|---|---|---|
| .. | ||
| test_fields | ||
| test_managers | ||
| test_models | ||
| __init__.py | ||
| fields.py | ||
| models.py | ||
| settings.py | ||
| test_choices.py | ||
| test_inheritance_iterable.py | ||
| test_miscellaneous.py | ||