1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref/models/index.txt
Jorge C. Leitão 8780849da0 Fixed #22812 -- Refactored lookup API documentation.
Thanks Anssi and Tim for reviews.
2014-07-08 20:05:49 -04:00

18 lines
222 B
Plaintext

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