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

v0.6.3.rst 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. =========================
  2. Oscar 0.6.3 release notes
  3. =========================
  4. This is Oscar 0.6.3. It fixes a few issues that have been discovered since the
  5. latest release.
  6. Known issues
  7. ============
  8. * Django 1.4 only: The changes in `#1127`_ mean you explicitly need to register
  9. a call to ``migrate_alerts_to_users`` when the ``post_save`` signal is
  10. emitted for a ``User`` model.
  11. Bug fixes
  12. =========
  13. The following issues were fixed:
  14. * Several strings have been marked translatable.
  15. * `#1167`_ - Offers without ranges can be created correctly.
  16. * `#1166`_, `#1176`_ - Migrations work again with custom User model.
  17. * `#1186`_ - Fix bug with dashboard order search
  18. .. _`#1127`: https://github.com/django-oscar/django-oscar/issues/1127
  19. .. _`#1166`: https://github.com/django-oscar/django-oscar/issues/1166
  20. .. _`#1167`: https://github.com/django-oscar/django-oscar/issues/1167
  21. .. _`#1176`: https://github.com/django-oscar/django-oscar/issues/1176
  22. .. _`#1186`: https://github.com/django-oscar/django-oscar/issues/1186