mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed typo in current_app deprecation note.
This commit is contained in:
parent
5cf8f4596c
commit
6b605be5fe
@ -187,7 +187,7 @@ different contexts.
|
|||||||
|
|
||||||
.. deprecated:: 1.8
|
.. deprecated:: 1.8
|
||||||
|
|
||||||
The ``curent_app`` argument is deprecated. If you need it, you must
|
The ``current_app`` argument is deprecated. If you need it, you must
|
||||||
now use a :class:`RequestContext` instead of a :class:`Context`.
|
now use a :class:`RequestContext` instead of a :class:`Context`.
|
||||||
|
|
||||||
For details, see :ref:`playing-with-context` below.
|
For details, see :ref:`playing-with-context` below.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user