diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-06-28 16:27:07 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-06-28 16:28:02 +0200 |
| commit | ec2a102d8491a708b56abb19caeebdc5562c2a9c (patch) | |
| tree | 21df80508e21922e0bcf93920d51f7492fb68afb /docs/faq | |
| parent | 70f2d9aaffcdd255b1fde6c83b7fe584c4ee3d45 (diff) | |
[1.6.x] Updated FAQ entry about python 3
Backport of 94f420ef4 from master.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 5a4cab94cf..5ca7a471c8 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -77,15 +77,12 @@ Django version Python versions Can I use Django with Python 3? ------------------------------- -Django 1.5 introduces experimental support for Python 3.2.3 and above. However, -we don't yet suggest that you use Django and Python 3 in production. +Yes, you can! -Python 3 support should be considered a "preview". It's offered to bootstrap -the transition of the Django ecosystem to Python 3, and to help you start -porting your apps for future Python 3 compatibility. But we're not yet -confident enough to promise stability in production. +Django 1.5 introduced experimental support for Python 3.2.3 and above. -Our current plan is to make Django 1.6 suitable for general use with Python 3. +As of Django 1.6, Python 3 support is considered stable and you can safely use +it in production. See also :doc:`/topics/python3`. Will Django run under shared hosting (like TextDrive or Dreamhost)? ------------------------------------------------------------------- |
