mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #27857 -- Dropped support for Python 3.4.
This commit is contained in:
parent
a80903b711
commit
cfff2af02b
20 changed files with 37 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue