Changes between Initial Version and Version 1 of Ticket #22995, comment 14


Ignore:
Timestamp:
Aug 5, 2014, 3:47:56 PM (10 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22995, comment 14

    initial v1  
    1 We wouldn't ever consider adding a `models.now()` shortcut, would we? It's a little magical, but a very common use case. The import is what bugs me the most. It seems similar to `models.SET_NULL`.
     1We wouldn't ever consider adding a `models.now()` shortcut, would we? It's a little magical, but a very common use case. The import is what bugs me the most. You need to import something from "utils" in many of your models files. It seems similar to `models.SET_NULL`.
Back to Top