Changes between Initial Version and Version 1 of meta
- Timestamp:
- Jul 15, 2009, 5:45:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
meta
v1 v1 1 == Model metadata == 2 3 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. 4 5 A 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].