summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-29 20:26:13 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-29 20:31:59 +0100
commit7b88a96553bffcaffb3d8ecb54d0ef7c3c0e934f (patch)
tree1b3bcfb7d474af6ae3c83bc63c98dfaa70d1012c /docs/ref
parent98b52ae201f17b3fb702403ce676c7d324f3bfbc (diff)
Added AppConfig.get_models().
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/applications.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 1fc74f6bee..8505784737 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -156,6 +156,10 @@ Read-only attributes
Methods
-------
+.. method:: AppConfig.get_models()
+
+ Returns an iterable of :class:`~django.db.models.Model` classes.
+
.. method:: AppConfig.get_model(model_name)
Returns the :class:`~django.db.models.Model` with the given