summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-02-17 19:45:34 -0500
committerTim Graham <timograham@gmail.com>2017-09-25 17:11:03 -0400
commitcfff2af02be40106d4759cc6f8bfa476ce82421c (patch)
tree2680ff4040dd83d7b50ca2265e8268e362142476 /docs/ref
parenta80903b7114c984b5087597e8c34750e7bb44f51 (diff)
Fixed #27857 -- Dropped support for Python 3.4.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/applications.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 53d11e31e4..35d2118a27 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -192,7 +192,7 @@ Configurable attributes
.. attribute:: AppConfig.path
Filesystem path to the application directory, e.g.
- ``'/usr/lib/python3.4/dist-packages/django/contrib/admin'``.
+ ``'/usr/lib/pythonX.Y/dist-packages/django/contrib/admin'``.
In most cases, Django can automatically detect and set this, but you can
also provide an explicit override as a class attribute on your