Version 1 (modified by dezza, 15 years ago) ( diff )

--

Model metadata

Model 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.

A complete list of all possible Meta options can be found in the model option reference.

Note: See TracWiki for help on using the wiki.
Back to Top