Changes between Version 2 and Version 3 of Ticket #29331
- Timestamp:
- Apr 16, 2018, 12:45:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29331 – Description
v2 v3 1 Reproduced in this github django repo: https://github.com/benmathes/deferred_fields_bug 2 1 3 2 4 When defining a model, if you rename a model's db column, django will thing that model is deferred and will not {{{save()}}} it.