Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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