mirror of
https://github.com/django/django.git
synced 2025-07-07 11:19:12 +00:00
[4.0.x] Corrected AppConfig.get_models() signature in docs.
Backport of 7c56fc8e91ef34d81cba16eaaa610575667dd2a7 from main
This commit is contained in:
parent
d8b437b1fb
commit
b8f7c84922
@ -251,7 +251,7 @@ Read-only attributes
|
||||
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
|
||||
application.
|
||||
|
Loading…
x
Reference in New Issue
Block a user