Changes between Initial Version and Version 1 of metadata


Ignore:
Timestamp:
Jul 15, 2009, 10:39:32 PM (15 years ago)
Author:
dezza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • metadata

    v1 v1  
     1== Model metadata ==
     2
     3Model metadata is "anything that's not a field", such as ordering options (ordering), database table name (db_table), or human-readable singular and plural names (verbose_name and verbose_name_plural). None are required, and adding class Meta to a model is completely optional.
     4
     5A complete list of all possible Meta options can be found in the [http://docs.djangoproject.com/en/dev/ref/models/options/#ref-models-options model option reference].
Back to Top