debian-django-admin-rangefi.../CHANGES

64 lines
1.2 KiB
Plaintext
Executable File

0.4.0 (2019-04-05)
- Changed name lookup field `{field}__gte` -> `{field}__range__gte`
0.3.16 (2019-04-05)
- 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.2 (2018-03-17)
- Compatibility Django 2.0
0.3.0 (2016-04-12)
- Add get_timezone
- Drop support Django < 1.8
0.2.1 (2016-12-31)
- Fix #5
0.2.0 (2016-12-28)
- Add DateTime filter
0.1.3 (2016-07-29)
- Django 1.10 support
- Fix "__lte" max date
0.1.2 (2016-07-28)
- Fix filter with only one params
0.1.1 (2016-06-24)
- Fix name template
0.1.0 (2016-06-24)
- Initial release