|
@@ -0,0 +1,20 @@
|
|
1
|
+=========================
|
|
2
|
+Oscar 0.7.2 release notes
|
|
3
|
+=========================
|
|
4
|
+
|
|
5
|
+This is Oscar 0.7.2, a minor security release. If you rely on the
|
|
6
|
+``permissions_required`` decorator or the
|
|
7
|
+``Application.permissions_map`` and ``Application.default_permissions`` syntax,
|
|
8
|
+you must upgrade.
|
|
9
|
+
|
|
10
|
+Bug fixes
|
|
11
|
+=========
|
|
12
|
+
|
|
13
|
+* The ``permissions_required`` decorator now handles both methods and
|
|
14
|
+ properties on the User model. Previously, it wasn't supported, but a
|
|
15
|
+ docstring showed ``is_anonymous`` as an example, which is a
|
|
16
|
+ method.
|
|
17
|
+
|
|
18
|
+* It fixes a syntax error in ``basket.views.BasketView`` when rendering an
|
|
19
|
+ error message. Previously, trying to save an item for later while not
|
|
20
|
+ being logged in would cause an Internal Server Error.
|