您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.