Skip to content

Latest commit

 

History

History
167 lines (132 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

167 lines (132 loc) · 5.18 KB

0.8.1 - 2021-04-10

Fix

  • Fixed problem with ManifestStaticFilesStorage #63

0.8.0 - 2021-04-10

Added

  • Compatibility Django 3.2

Changed

  • Module filter rename to filters

Fix

  • Fixed static loads

0.7.0 - 2021-02-22

Added

  • Added possibility to set a title of filter #58

Fix

  • Avoided leading ?& GET parameters #59 (thx @jaredahern)

Changed

  • Changed title of filter from By {field_name} to {field_name}

0.6.4 - 2021-01-19

Added

  • Added Greek translation
  • Added Italian translation
  • Moved tests to Github Actions

0.6.3 - 2020-10-01

Added

  • Added Polish translation #45 (thx @sqlmiles)
  • Added Japanese translation

Fix

  • Fix Portuguese translation #53

0.6.2 - 2020-08-07

Added

  • Compatibility Django 3.1

0.6.1 - 2020-06-05

Added

  • Added Danish translation #45 (thx @tiktuk)

Changed

  • Refactor tests

0.6.0 - 2020-05-04

Added

  • Added setter for initial field value (#44)

0.5.4 - 2020-02-10

Added

  • Added Simplified Chinese translation (thx @daimon99)

0.5.3 - 2019-12-16

Added

  • Added Brazilian portuguese translation (thx @sandrofolk)
  • Use proper Template comment tag #39 (thx @nitinnain)

0.5.2 - 2019-12-04

Added

  • Compatibility Django 3.0

0.5.1 - 2019-10-15

Changed

  • Fix inline CSS that overrided base a admin CSS (#36)

0.5.0 - 2019-07-04

Added

  • Add csp compliance through django-csp (thanks @jsumnerPhD)

Fixed

  • Fix problem with locale

0.4.0 - 2019-04-19

Changed

  • Changed name lookup field {field}__gte -> {field}__range__gte
  • Changed name lookup field {field}__lte -> {field}__range__lte

0.3.16 - 2019-04-14

Changed

  • Fix problem when thousand separator is used (#18)

0.3.15 - 2019-04-05

Added

  • Added Spanish translation
  • Compatibility Django 2.2

0.3.14 - 2019-03-25

Added

  • Added French translation
  • Added German translation

0.3.13 - 2019-03-21

Added

  • Added Czech translation

0.3.12 - 2019-01-31

Added

  • Added Russian translation

0.3.11 - 2019-01-30

Changed

  • Avoid loading admin_static in templates under Django>=1.10 (#27)

0.3.10 - 2018-12-05

Changed

  • Fix calendar position on mobile (#23)

0.3.9 - 2018-10-31

Changed

  • Fix calendar icons displayed for Django 2.1

0.3.8 - 2018-10-12

Added

  • Compatibility Django 2.1

0.3.7 - 2018-06-29

Changed

  • Fix system name with non-unicode char (#18)

0.3.6 - 2018-04-27

Changed

  • Change padding on the buttons (#16)

0.3.5 - 2018-03-17

Added

  • Compatibility Django 2.0

0.3.4 - 2018-03-17

Changed

  • Add get_timezone
  • Drop support Django < 1.8