Changes between Initial Version and Version 1 of meta


Ignore:
Timestamp:
Jul 15, 2009, 5:45:54 PM (15 years ago)
Author:
dezza
Comment:

I visited, it didn't exist, so I created it .. Take it or leave it, but don't delete it please, I would like to improve this later.

Legend:

Unmodified
Added
Removed
Modified
  • meta

    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