Ticket #1408: django_admin_modules_description_doc.diff
File django_admin_modules_description_doc.diff, 428 bytes (added by , 19 years ago) |
---|
-
docs/model-api.txt
818 818 819 819 If this isn't given, Django will use ``verbose_name + "s"``. 820 820 821 ``description`` 822 A human-readable description of the model. 823 The admin interface will show this in the model details page. 824 821 825 Admin options 822 826 ============= 823 827