2024-04-17 12:21:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-rangefilter: updated to 0.12.4 0.12.4 Fix - Typo 0.12.3 Fix - Typo 0.12.2 Fix - DateTimeRangeFilter: microsecond is optional |
2024-02-17 19:49:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-rangefilter: updated to 0.12.1 0.12.1 Added - Use current timezone instead of default Fix - DateTimeRangeFilter: upper time bound includes microseconds |
2023-12-31 23:06:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-django-admin-rangefilter: updated to 0.12.0 0.12.0 Added - Compatibility Django 5 - Added Greek translation |
2023-10-04 23:29:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-rangefilter: updated to 0.11.2 0.11.2 Fix - NumericRangeFilter: Fix filter for the value zero |
2023-08-31 16:04:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-django-admin-rangefilter: updated to 0.11.1 0.11.1 Fix - Fix DateRangeQuickSelectListFilter |
2023-08-30 15:53:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-django-admin-rangefilter: updated to 0.11.0 0.11.0 Added - Add Add DateRangeQuickSelectListFilter |
2023-08-08 14:20:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-django-admin-rangefilter: updated to 0.10.0 .10.0 Added - Add builders. Now you can use Builders to create filters: `DateRangeFilterBuilder`, `DateTimeRangeFilterBuilder`, `NumericRangeFilterBuilder`. Its useful for definition custom title or initial (default) values. - Compatibility Django 4.2 0.9.0 Added - Add filter for integer and float |
2023-07-13 12:03:31 by Thomas Klausner | Files touched by this commit (45) |
Log message: *: switch django users to py-django3 |