mirror of
https://github.com/django/django.git
synced 2025-11-24 04:47:12 +00:00
Model.save_base() is called directly when loading fixtures and assumes
existing rows will be updated. Branching of "raw" allows to maintain
the optimization introduced in #29260 while supporting this edge case.
Regression in
|
||
|---|---|---|
| .. | ||
| models | ||
| __init__.py | ||
| test_data.py | ||
| test_deserializedobject.py | ||
| test_json.py | ||
| test_natural.py | ||
| test_xml.py | ||
| test_yaml.py | ||
| tests.py | ||