django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI

MIT License

Downloads
504.1K
Stars
713
Committers
21

Bot releases are hidden (Show)

django-admin-rangefilter - 0.13.1 Latest Release

Published by silentsokolov 3 months ago

Fix

  • Fix initial value in NumericRangeFilter form field (#124) (thx @gretapataki)
django-admin-rangefilter - 0.13.0

Published by silentsokolov 5 months ago

Added

  • Compatibility Django 5
  • Add support for collapsable filter (Django >= 4.1) (#120). Change the default range template

A big thanks to @mgrdcm

django-admin-rangefilter - 0.12.5

Published by silentsokolov 5 months ago

Fix

  • Fix quick select template property #118
django-admin-rangefilter - 0.12.4

Published by silentsokolov 6 months ago

Fix

  • Typo
django-admin-rangefilter - 0.12.3

Published by silentsokolov 6 months ago

Fix

  • Typo
django-admin-rangefilter - v0.12.2

Published by silentsokolov 6 months ago

Fix

  • DateTimeRangeFilter: microsecond is optional
django-admin-rangefilter - 0.12.1

Published by silentsokolov 8 months ago

Added

  • Use current timezone instead of default #114 (@rwlogel)

Fix

  • DateTimeRangeFilter: upper time bound includes microseconds #115 (@ef-end-y)
django-admin-rangefilter - 0.12.0

Published by silentsokolov 11 months ago

Added

  • Compatibility Django 5
  • Added Greek translation #111 (thx @tagmat)

Fix

  • NumericRangeFilter: Fix SCP
django-admin-rangefilter - 0.11.1

Published by silentsokolov about 1 year ago

Fix

  • NumericRangeFilter: Fix filter for the value zero (#105) (thx @autoantwort)
django-admin-rangefilter - 0.11.1

Published by silentsokolov about 1 year ago

Fix

  • Fix DateRangeQuickSelectListFilter (thx @robertpro)
django-admin-rangefilter - 0.11.0

Published by silentsokolov about 1 year ago

Added

  • Add Add DateRangeQuickSelectListFilter (#103) (thx @robertpro)
django-admin-rangefilter - 0.10.0

Published by silentsokolov over 1 year ago

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
django-admin-rangefilter - 0.9.0

Published by silentsokolov about 2 years ago

Added

  • Add filter for integer and float #73
django-admin-rangefilter - 0.8.8

Published by silentsokolov about 2 years ago

Fix

  • Fix using settings.USE_TZ = False on django4.0+ #85
django-admin-rangefilter - 0.8.7

Published by silentsokolov about 2 years ago

Added

  • Use admin CSS vars for colors (thx @mharju)
  • Added Farsi translation (thx @shahmohammadims)
django-admin-rangefilter - 0.8.6

Published by silentsokolov about 2 years ago

Added

  • Compatibility Django 4.1
django-admin-rangefilter - 0.8.5

Published by silentsokolov over 2 years ago

Fix

  • Fix use of admin_static causes validate_templates fails #78
django-admin-rangefilter - 0.8.4

Published by silentsokolov over 2 years ago

Fix

  • nonce breaks admin inlines styles #74 (thx @fabiocaccamo)
django-admin-rangefilter - 0.8.3

Published by silentsokolov almost 3 years ago

Add

  • Compatibility Django 4.0
django-admin-rangefilter - 0.8.2

Published by silentsokolov almost 3 years ago

Fix

  • Fixing case with two widgets on one page #67 (thx @snnwolf)
Package Rankings
Top 1.82% on Pypi.org
Related Projects