django-polymorphic/src/polymorphic/tests
2026-01-13 15:23:04 -08:00
..
deletion add filterset test to drf integration tests 2026-01-13 12:34:56 -08:00
errata more query errata testing, throw correct exceptions, all model fields named starting with ___ to work 2026-01-12 11:35:46 -08:00
examples fix, polymorphic serializer validated data is now updated with the child serializer's validated data #378 2026-01-13 15:23:04 -08:00
migrations add filterset test to drf integration tests 2026-01-13 12:34:56 -08:00
other add filterset test to drf integration tests 2026-01-13 12:34:56 -08:00
test_migrations cache remaining ancestory/descendent walks, clear utility caches on model definition 2026-01-12 10:16:50 -08:00
__init__.py add playwright test capability, fix #546 2025-12-01 14:49:26 -08:00
admin.py add tests for polymorphic m2m stacked through relationships in the admin 2026-01-07 11:46:58 -08:00
admintestcase.py Modernize build to use uv and hatchling as the build backend. 2025-08-22 21:48:37 -07:00
conftest.py Refactor how integrations are documented and tested: 2026-01-12 15:48:51 -08:00
debug.py Add a get_child_inlines() hook to inline admin classes 2025-12-07 22:54:12 -08:00
models.py Fix dumpdata usage for polymorphic models and add comprehensive tests. 2026-01-09 12:03:05 -08:00
settings.py bump version, prep changelog 2026-01-13 13:43:34 -08:00
test_admin.py try fix CI runner playwright failures #822 2026-01-10 22:28:08 -08:00
test_base.py convert manager warnings to system checks, add system check for migration manager polymorphism 2026-01-10 08:03:11 -08:00
test_contrib.py Modernize build to use uv and hatchling as the build backend. 2025-08-22 21:48:37 -07:00
test_formsets.py style: Apply ruff formatting to test_formsets.py 2025-12-31 13:21:53 -03:00
test_inheritance.py address test warnings, add inheritance tests 2025-12-08 23:37:26 -08:00
test_multidb.py Content types, multiple databases and database routers 2025-12-23 14:19:30 +00:00
test_orm.py cache remaining ancestory/descendent walks, clear utility caches on model definition 2026-01-12 10:16:50 -08:00
test_performance.py fix #781, add basic query counting test for #780 2026-01-01 11:00:58 -08:00
test_query_translate.py fix coverage 2025-12-25 13:31:51 +00:00
test_regression.py move test models into models, bump version and update change log 2026-01-07 22:26:38 -08:00
test_serialization.py Fix dumpdata usage for polymorphic models and add comprehensive tests. 2026-01-09 12:03:05 -08:00
test_signals.py Implement best effort fetch if polymorphic_ctype_id points to a non existent child row. 2026-01-01 12:23:18 -08:00
test_utils.py cache remaining ancestory/descendent walks, clear utility caches on model definition 2026-01-12 10:16:50 -08:00
urls.py integrate django-rest-polymorphic 2026-01-13 09:51:16 -08:00
utils.py cache remaining ancestory/descendent walks, clear utility caches on model definition 2026-01-12 10:16:50 -08:00