Changeset 44
- Timestamp:
- 07/14/05 19:53:18 (3 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (3 diffs)
- django/trunk/docs/templates.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r42 r44 134 134 options that are common to all field types. These options are: 135 135 136 ====================== =================================================== ===============136 ====================== =================================================== 137 137 Option Description 138 ====================== =================================================== ===============138 ====================== =================================================== 139 139 ``blank`` If ``True``, the field is allowed to be blank. 140 140 Note that this is different from ``null`` in that … … 218 218 See the `Form fields guide`_ for information about 219 219 validators. 220 ====================== =================================================== ===============220 ====================== =================================================== 221 221 222 222 .. _`Form fields guide`: http://www.djangoproject.com/FIXME/ … … 416 416 PK on the other object is named something 417 417 different, this is how to indicate that. 418 ====================== ===================================================418 ====================== =================================================== 419 419 420 420 .. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/ django/trunk/docs/templates.txt
r41 r44 544 544 545 545 ``date`` 546 Formats a date according to the given format (same as the now_tag)546 Formats a date according to the given format (same as the ``now`` tag) 547 547 548 548 ``default`` … … 655 655 656 656 ``time`` 657 Formats a time according to the given format (same as the now_tag).657 Formats a time according to the given format (same as the ``now`` tag). 658 658 659 659 ``timesince``
