mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Corrected AppConfig.get_models() signature in docs.
This commit is contained in:
parent
6ffe48b8e4
commit
7c56fc8e91
@ -242,7 +242,7 @@ Read-only attributes
|
|||||||
Methods
|
Methods
|
||||||
-------
|
-------
|
||||||
|
|
||||||
.. method:: AppConfig.get_models()
|
.. method:: AppConfig.get_models(include_auto_created=False, include_swapped=False)
|
||||||
|
|
||||||
Returns an iterable of :class:`~django.db.models.Model` classes for this
|
Returns an iterable of :class:`~django.db.models.Model` classes for this
|
||||||
application.
|
application.
|
||||||
|
Loading…
Reference in New Issue
Block a user