diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 7300f4d..d68279c 100644
|
a
|
b
|
The admin represents this as an ``<input type="text">`` with a JavaScript
|
| 413 | 413 | calendar, and a shortcut for "Today". The JavaScript calendar will always |
| 414 | 414 | start the week on a Sunday. |
| 415 | 415 | |
| | 416 | .. note:: |
| | 417 | As currently implemented, setting ``auto_now`` or ``auto_add_now`` to |
| | 418 | ``True`` will cause the field to have ``editable=False`` and ``blank=True`` |
| | 419 | set. |
| | 420 | |
| 416 | 421 | ``DateTimeField`` |
| 417 | 422 | ----------------- |
| 418 | 423 | |