django-model-utils/model_utils
Maarten ter Huurne db9336031e Call Field.get_default() instead of _get_default()
We can call the inherited public method using `super()` instead of
calling the private method directly.
2024-06-13 12:02:05 +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 Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
fields.py Call Field.get_default() instead of _get_default() 2024-06-13 12:02:05 +02:00
managers.py Do not assume that default manager is named objects in join() 2024-06-13 12:02:05 +02:00
models.py Fix SoftDeletableModel.delete() forwarding positional args to superclass 2024-04-11 16:45:32 +02:00
py.typed Add py.typed 2023-01-23 22:03:56 +00:00
tracker.py Remove catching of AttributeError in DescriptorWrapper 2024-06-12 16:55:45 +02:00