mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
* Add tracker context manager and decorator * Handle auto-field warning in tests * Use tracker context in monkey-patched methods * Test delaying set_saved_fields call with context manager * Docs for tracker context * Describe FieldsContext context manager in changes * Fix unused import * #494 add breaking changes note on 4.1.1 release for #404 * #494 fix typo * #494 add docstring for FieldsContext * #494 move breaking changes from 4.1.1 to 4.1.0 * #494 fix typo and add some more docstrings |
||
|---|---|---|
| .. | ||
| test_fields | ||
| test_managers | ||
| test_models | ||
| __init__.py | ||
| fields.py | ||
| managers.py | ||
| models.py | ||
| settings.py | ||
| signals.py | ||
| test_choices.py | ||
| test_inheritance_iterable.py | ||
| test_miscellaneous.py | ||