Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 743 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 743 Bytes

Change Log

0.43

  • Fix for Python 3 regression for params to remove (thanks @bw-aus, @ghost, @birdsarah)
  • Update tox to use Django 2.2 (thanks @birdsarah)

0.42

  • Fix for Django 1.11
  • Fix encoding problem (thanks @bw-aus)
  • Add CSS classes to template (thanks @JanMalte)
  • Fix missing translation (thanks @JanMalte and @valentjedi)
  • Preserve ordering of allowed sort fields (thanks @tooreht)

0.41

  • Further querystring improvement (thanks @fle)
  • Test against Django 1.8

0.40

  • Add support for Python 3
  • Add tox & travis to test all variations
  • Update license to MIT

0.30

  • Add support for preserving other query strings (thanks @fle)
  • Make sure tests run in 1.6 and 1.7 (thanks @fle)