Django

Code

Ticket #1408: django_admin_modules_description_doc.diff

File django_admin_modules_description_doc.diff, 428 bytes (added by django@poelzi.org, 3 years ago)

docs changes. not very pretty :)

  • docs/model-api.txt

    old new  
    818818 
    819819    If this isn't given, Django will use ``verbose_name + "s"``. 
    820820 
     821``description`` 
     822    A human-readable description of the model. 
     823    The admin interface will show this in the model details page. 
     824 
    821825Admin options 
    822826============= 
    823827