1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/ref/models/index.txt
Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Thanks to Russell Keith-Magee for mentoring this Google Summer of
Code 2014 project and everyone else who helped with the patch!
2015-01-06 19:25:12 -05:00

21 lines
267 B
Plaintext

======
Models
======
Model API reference. For introductory material, see :doc:`/topics/db/models`.
.. toctree::
:maxdepth: 1
fields
meta
relations
class
options
instances
querysets
queries
lookups
expressions
database-functions