Ticket #15941: 15941.patch
File 15941.patch, 583 bytes (added by , 14 years ago) |
---|
-
docs/ref/models/fields.txt
416 416 it's not just a default value that you can override. 417 417 418 418 The admin represents this as an ``<input type="text">`` with a JavaScript 419 calendar, and a shortcut for "Today". The JavaScript calendar will always 420 start the week on a Sunday. 419 calendar, and a shortcut for "Today". 421 420 422 421 .. note:: 423 422 As currently implemented, setting ``auto_now`` or ``auto_now_add`` to