django-model-utils/model_utils
Maarten ter Huurne 033fca4e2d Remove arguments from InheritanceQuerySetMixin._clone()
The `QuerySet._clone()` method has no arguments in either Django 3.2
or 4.1, so I'm assuming the arguments were necessary for a version
of Django that is no longer supported by `django-model-utils`.
2023-04-19 22:14:27 +02:00
..
locale Merge branch 'master' into spanish_translation 2022-03-14 10:36:04 +08:00
__init__.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
choices.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
fields.py fix Callable import 2021-10-08 09:05:33 -05:00
managers.py Remove arguments from InheritanceQuerySetMixin._clone() 2023-04-19 22:14:27 +02:00
models.py Fix TypeError in save when model inherits from both TimeStampModel and StatusModel. (Fixes GH-465) 2020-12-02 00:07:22 +01:00
tracker.py Fix performance regression: avoid pickling the whole instance when deepcopying fields on Django 3.1+ (#500) 2021-10-09 21:30:12 +06:00