summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-02-06 21:37:25 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-31 09:46:17 +0200
commit69a30f620eb46246c0b39cd40a0f7df57f2af8d0 (patch)
tree84a3d0c9deaff7d8c9e4c50780689beb1e5c500b /docs
parente3fc9af4abd65262f2d3bdced96b687b65be618a (diff)
Refs #30160 -- Simplified archive extension map and added other aliases.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index dfb6162410..d195b58496 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1222,7 +1222,7 @@ For example::
.. django-admin-option:: --template TEMPLATE
Provides the path to a directory with a custom app template file or a path to a
-compressed file (``.tar.gz``, ``.tar.bz2``, ``.tgz``, ``.tbz``, ``.zip``)
+compressed file (``.tar.gz``, ``.tar.bz2``, ``.tgz``, ``.tbz2``, ``.zip``)
containing the app template files.
For example, this would look for an app template in the given directory when