mirror of
https://github.com/Hopiu/django.git
synced 2026-03-18 15:00:25 +00:00
Deferred models now automatically update only the fields which are loaded from the db (with .only() or .defer()). In addition, any field set manually after the load is updated on save. |
||
|---|---|---|
| .. | ||
| fields.txt | ||
| index.txt | ||
| instances.txt | ||
| options.txt | ||
| querysets.txt | ||
| relations.txt | ||