django-model-utils/model_utils
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
..
locale Translation files 2024-04-01 15:09:46 +02:00
__init__.py Suppress error about __version__ being None when not installed 2024-04-05 17:15:16 +02:00
choices.py Make type aliases compatible with old Python versions 2024-06-13 12:02:05 +02:00
fields.py Provide type arguments to field base classes 2024-06-13 12:02:05 +02:00
managers.py chore: Replicate Django's signature at SoftDelete queryset 2024-08-28 10:41:31 -03:00
models.py Annotate the models module 2024-06-13 12:02:05 +02:00
py.typed Add py.typed 2023-01-23 22:03:56 +00:00
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