mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
The `soft` argument was made keyword-only, to avoid conflicts with new positional arguments that might be added to Django. It was already conflicting with the `keep_parents` argument. The `using` argument is now passed to the superclass positionally, as otherwise it can overlap with `*args`, resulting in a `TypeError` on calls where `keep_parents` is passed positionally. |
||
|---|---|---|
| .. | ||
| locale | ||
| __init__.py | ||
| choices.py | ||
| fields.py | ||
| managers.py | ||
| models.py | ||
| py.typed | ||
| tracker.py | ||