mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
cc4e4d9aee
Many thanks to: * Nicolas Lara, who worked on this feature during the 2008 Google Summer of Code. * Alex Gaynor for his help debugging and fixing a number of issues. * Justin Bronn for his help integrating with contrib.gis. * Karen Tracey for her help with cross-platform testing. * Ian Kelly for his help testing and fixing Oracle support. * Malcolm Tredinnick for his invaluable review notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
.. _ref-models-index:
|
|
|
|
Models
|
|
======
|
|
|
|
Model API reference. For introductory material, see :ref:`topics-db-models`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fields
|
|
relations
|
|
options
|
|
instances
|
|
querysets
|