|
@@ -37,11 +37,12 @@ availability logic now needs to be handled with strategies.
|
37
|
37
|
Compatibility
|
38
|
38
|
-------------
|
39
|
39
|
|
40
|
|
-Oscar 0.8 drops supports for Django 1.5, and is compatible with Django 1.6 and
|
41
|
|
-Django 1.7.
|
|
40
|
+This release adds support for Django 1.7. Per our policy of always supporting
|
|
41
|
+two versions of Django, support for Django 1.5 has been dropped.
|
42
|
42
|
|
43
|
|
-Support for Python 2.6 has been dropped; Oscar works with Python 2.7, 3.3
|
44
|
|
-and 3.4.
|
|
43
|
+This release also adds full Python 3.3 and 3.4 support. But due to South
|
|
44
|
+not supporting Python 3, Python 3 support is only supported in combination
|
|
45
|
+with Django 1.7 and it's new migration framework.
|
45
|
46
|
|
46
|
47
|
.. _new_in_0.8:
|
47
|
48
|
|