Django

Code

Changeset 44

Show
Ignore:
Timestamp:
07/14/05 19:53:18 (3 years ago)
Author:
jacob
Message:

Fixed another few small bugs in docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r42 r44  
    134134options that are common to all field types.  These options are: 
    135135 
    136     ======================  ================================================================== 
     136    ======================  =================================================== 
    137137    Option                  Description 
    138     ======================  ================================================================== 
     138    ======================  =================================================== 
    139139    ``blank``               If ``True``, the field is allowed to be blank.   
    140140                            Note that this is different from ``null`` in that 
     
    218218                            See the `Form fields guide`_ for information about 
    219219                            validators. 
    220     ======================  ================================================================== 
     220    ======================  =================================================== 
    221221 
    222222.. _`Form fields guide`: http://www.djangoproject.com/FIXME/ 
     
    416416                             PK on the other object is named something  
    417417                             different, this is how to indicate that. 
    418     ======================================================================== 
     418    ======================   =================================================== 
    419419 
    420420.. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/     
  • django/trunk/docs/templates.txt

    r41 r44  
    544544     
    545545``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) 
    547547     
    548548``default`` 
     
    655655     
    656656``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). 
    658658     
    659659``timesince``