django-model-utils/tests/test_fields
Nick Prat e777819073
Fixed an infinite recursion bug when deleting models related to a tracked model with a ForeignKey (#620)
* Fixed an infinite recursion bug when deleting a model, that has a reverse relationship to a tracked model with SET_NULL on_delete

---------

Co-authored-by: Napat Ch <napat@thevcgroup.com>
2025-04-03 19:58:57 +02:00
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_field_tracker.py Fixed an infinite recursion bug when deleting models related to a tracked model with a ForeignKey (#620) 2025-04-03 19:58:57 +02:00
test_monitor_field.py Annotate test_field_tracker module 2024-06-13 12:02:05 +02:00
test_split_field.py Annotate test_fields package 2024-06-13 12:02:05 +02:00
test_status_field.py Annotate return type of test methods 2024-06-13 12:02:05 +02:00
test_urlsafe_token_field.py Annotate test_field_tracker module 2024-06-13 12:02:05 +02:00
test_uuid_field.py Annotate return type of test methods 2024-06-13 12:02:05 +02:00