mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #18601 -- Specified that Python minimum version is 2.6.5
This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments.
This commit is contained in:
parent
8c670ee347
commit
18b9dc4154
5 changed files with 8 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ Install Python
|
|||
--------------
|
||||
|
||||
Being a Python Web framework, Django requires Python. It works with any Python
|
||||
version from 2.6 to 2.7 (due to backwards incompatibilities in Python 3.0,
|
||||
version from 2.6.5 to 2.7 (due to backwards incompatibilities in Python 3.0,
|
||||
Django does not currently work with Python 3.0; see :doc:`the Django FAQ
|
||||
</faq/install>` for more information on supported Python versions and the 3.0
|
||||
transition), these versions of Python include a lightweight database called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue