You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

v0.6.5.rst 520B

12345678910111213141516
  1. =========================
  2. Oscar 0.6.5 release notes
  3. =========================
  4. This is Oscar 0.6.5, a minor security release. If you rely on the
  5. ``permissions_required`` decorator or the
  6. ``Application.permissions_map`` and ``Application.default_permissions`` syntax,
  7. you must upgrade.
  8. Bug fixes
  9. =========
  10. * The ``permissions_required`` decorator now handles both methods and
  11. properties on the User model. Previously, it wasn't supported, but a
  12. docstring showed ``is_anonymous`` as an example, which is a
  13. method.