Changes between Version 2 and Version 3 of Ticket #12753, comment 21
- Timestamp:
- Mar 12, 2012, 11:56:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12753, comment 21
v2 v3 2 2 What will I do with tests, that tested some objects was created near `now` time and change behavior for this objects? 3 3 4 I think more you should deprecate using of `auto_now` and `auto_now_add` in `DateTimeField` constructor. And simply add link to wiki, where was described how to set datetime field in `save` method of the model object.4 I think more you should deprecate using of `auto_now` and `auto_now_add` in `DateTimeField` constructor. And simply add link to wiki, where was described how to set datetime field to `now` time in `save` method of the model object.