mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Fixed typo in docs/releases/4.2.txt.
This commit is contained in:
parent
2785e121c7
commit
d547171183
@ -101,7 +101,7 @@ Custom file storages
|
|||||||
|
|
||||||
The new :setting:`STORAGES` setting allows configuring multiple custom file
|
The new :setting:`STORAGES` setting allows configuring multiple custom file
|
||||||
storage backends. It also controls storage engines for managing
|
storage backends. It also controls storage engines for managing
|
||||||
:doc:`files </topics/files>` (the ``"defaut"`` key) and :doc:`static files
|
:doc:`files </topics/files>` (the ``"default"`` key) and :doc:`static files
|
||||||
</ref/contrib/staticfiles>` (the ``"staticfiles"`` key).
|
</ref/contrib/staticfiles>` (the ``"staticfiles"`` key).
|
||||||
|
|
||||||
The old ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings are
|
The old ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings are
|
||||||
|
Loading…
Reference in New Issue
Block a user