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

v0.7.1.rst 686B

123456789101112131415161718
  1. =========================
  2. Oscar 0.7.1 release notes
  3. =========================
  4. This is Oscar 0.7.1, a nano-release to squash one gremlin in 0.7 that affects
  5. `django-oscar-paypal`_.
  6. Bug fixes
  7. =========
  8. This release `makes a change`_ to the checkout session mixin which allows a basket
  9. to be explicitly specified by subclasses of the checkout ``PaymentDetails``
  10. view class. This is required when a different basket to ``request.basket`` is
  11. intended to be used in a preview (this is what `django-oscar-paypal`_ needs to
  12. do).
  13. .. _`makes a change`: https://github.com/django-oscar/django-oscar/commit/fbce17c
  14. .. _`django-oscar-paypal`: https://github.com/django-oscar/django-oscar-paypal