0.8.1 - 2021-04-10
- Fixed problem with
ManifestStaticFilesStorage
#63
0.8.0 - 2021-04-10
- Compatibility Django 3.2
- Module
filter
rename tofilters
- Fixed static loads
0.7.0 - 2021-02-22
- Added possibility to set a title of filter #58
- Avoided leading ?& GET parameters #59 (thx @jaredahern)
- Changed title of filter from
By {field_name}
to{field_name}
0.6.4 - 2021-01-19
- Added Greek translation
- Added Italian translation
- Moved tests to Github Actions
0.6.3 - 2020-10-01
- Added Polish translation #45 (thx @sqlmiles)
- Added Japanese translation
- Fix Portuguese translation #53
0.6.2 - 2020-08-07
- Compatibility Django 3.1
0.6.1 - 2020-06-05
- Added Danish translation #45 (thx @tiktuk)
- Refactor tests
0.6.0 - 2020-05-04
- Added setter for initial field value (#44)
0.5.4 - 2020-02-10
- Added Simplified Chinese translation (thx @daimon99)
0.5.3 - 2019-12-16
- Added Brazilian portuguese translation (thx @sandrofolk)
- Use proper Template comment tag #39 (thx @nitinnain)
0.5.2 - 2019-12-04
- Compatibility Django 3.0
0.5.1 - 2019-10-15
- Fix inline CSS that overrided base a admin CSS (#36)
0.5.0 - 2019-07-04
- Add csp compliance through django-csp (thanks @jsumnerPhD)
- Fix problem with locale
0.4.0 - 2019-04-19
- Changed name lookup field
{field}__gte
->{field}__range__gte
- Changed name lookup field
{field}__lte
->{field}__range__lte
0.3.16 - 2019-04-14
- Fix problem when thousand separator is used (#18)
0.3.15 - 2019-04-05
- Added Spanish translation
- Compatibility Django 2.2
0.3.14 - 2019-03-25
- Added French translation
- Added German translation
0.3.13 - 2019-03-21
- Added Czech translation
0.3.12 - 2019-01-31
- Added Russian translation
0.3.11 - 2019-01-30
- Avoid loading admin_static in templates under Django>=1.10 (#27)
0.3.10 - 2018-12-05
- Fix calendar position on mobile (#23)
0.3.9 - 2018-10-31
- Fix calendar icons displayed for Django 2.1
0.3.8 - 2018-10-12
- Compatibility Django 2.1
0.3.7 - 2018-06-29
- Fix system name with non-unicode char (#18)
0.3.6 - 2018-04-27
- Change padding on the buttons (#16)
0.3.5 - 2018-03-17
- Compatibility Django 2.0
0.3.4 - 2018-03-17
- Add get_timezone
- Drop support Django < 1.8