django-model-utils/tests/test_managers
Maarten ter Huurne 512d0f1890 Avoid deprecated SoftDeletableModel.objects manager in tests
Use the `available_objects` manager instead.
2024-04-16 04:02:33 +02:00
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_inheritance_manager.py fix: Use proper column name instead of attname (#573) 2023-06-16 15:34:47 +02:00
test_join_manager.py Add pyupgrade to pre-commit configurations 2022-08-17 23:08:31 +02:00
test_query_manager.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
test_softdelete_manager.py Avoid deprecated SoftDeletableModel.objects manager in tests 2024-04-16 04:02:33 +02:00
test_status_manager.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00