Docs: mention python 3 support
parent
fbcd68a220
commit
6a32ffbf98
|
|
@ -1,6 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.5 (dev)
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
* Add Python 3 support
|
||||||
|
* Fix errors with ContentType objects that don't refer to an existing model.
|
||||||
|
|
||||||
|
|
||||||
Version 0.4.2 (2013-04-10)
|
Version 0.4.2 (2013-04-10)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,7 @@ The Python versions need to be installed at your system.
|
||||||
On Linux, download the versions at http://www.python.org/download/releases/.
|
On Linux, download the versions at http://www.python.org/download/releases/.
|
||||||
On MacOS X, use Homebrew_ to install other Python versions.
|
On MacOS X, use Homebrew_ to install other Python versions.
|
||||||
|
|
||||||
We currently support Python 2.6 and 2.7.
|
We currently support Python 2.6, 2.7 and 3.3.
|
||||||
Python 3.3 support is being worked on.
|
|
||||||
|
|
||||||
|
|
||||||
Example project
|
Example project
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue