Changes between Version 2 and Version 3 of Ticket #29331


Ignore:
Timestamp:
Apr 16, 2018, 12:45:00 PM (6 years ago)
Author:
Ben Mathes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29331 – Description

    v2 v3  
     1Reproduced in this github django repo: https://github.com/benmathes/deferred_fields_bug
     2
    13
    24When defining a model, if you rename a model's db column, django will thing that model is deferred and will not {{{save()}}} it.
Back to Top