選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

v0.7.3.rst 452B

1234567891011
  1. =========================
  2. Oscar 0.7.3 release notes
  3. =========================
  4. This is Oscar 0.7.3, a tiny release to relax the dependency restrictions for
  5. ``South`` and ``django-compressor``:
  6. * ``South`` 1.0 can now be used with Oscar 0.7.3. Previously it was capped at 0.9.
  7. * ``django-compressor`` 1.4 can now be used with Oscar 0.7.3 when running Python 2.7
  8. (Previously 1.3 was specified for Python 2.7, while 1.4a was specified for
  9. Python 3).