mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #23814 -- Documented apps refactored out of Django.
This commit is contained in:
parent
8f30556329
commit
cb506aed2a
10 changed files with 51 additions and 115 deletions
|
@ -1885,11 +1885,7 @@ The secret key is used for:
|
|||
* All :doc:`messages </ref/contrib/messages>` if you are using
|
||||
:class:`~django.contrib.messages.storage.cookie.CookieStorage` or
|
||||
:class:`~django.contrib.messages.storage.fallback.FallbackStorage`.
|
||||
* :mod:`Form wizard <formtools.wizard.views>` progress when using
|
||||
cookie storage with
|
||||
:class:`formtools.wizard.views.CookieWizardView`.
|
||||
* All :func:`~django.contrib.auth.views.password_reset` tokens.
|
||||
* All in progress :mod:`form previews <formtools.preview>`.
|
||||
* Any usage of :doc:`cryptographic signing </topics/signing>`, unless a
|
||||
different key is provided.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue