Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 764 Bytes

CHANGELOG.rst

File metadata and controls

45 lines (34 loc) · 764 Bytes

Changelog

1.0.0

  1. Support Django 1.11, 2.0 & 2.1 remove support for Django < 1.11
  2. Support Python 2.7, 3.5-3.7
  3. Added tests coverage

0.2

  1. Move to tox for tests.
  2. Django 1.9 to 1.11 support. The official minimum supported version is 1.9.

0.1

  1. Cleanup and fixing of tests courtesy of senyor.
  2. Rewrite distinct query so it works with Oracle backend.

0.0.6

  1. Better packaging.

0.0.5 (2011-08-17)

  1. Added sites support.
  2. Added unittests.

0.0.4 (2011-08-11)

  1. Cleanup. Docs polish.

0.0.3

  1. Spelling correction, thanks tiktuk.

0.0.2

  1. Doc update to indicate importance of placing url include before admin url include.

0.0.1

  1. First super alpha release.