Changes between Initial Version and Version 1 of Ticket #29173, comment 3


Ignore:
Timestamp:
Mar 19, 2018, 4:33:56 AM (7 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29173, comment 3

    initial v1  
    99Note `pre_save` takes the `model_instance` parameter precisely for this purpose.
    1010
    11 The canonical example of this usage is from `DateTimeField`, for handling `auto_now` and `auto_now_add`:
     11The canonical example of this usage is from `DateField`, for handling `auto_now` and `auto_now_add`:
    1212
    1313{{{
Back to Top