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.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).