index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
filters.py
Age
Commit message (
Expand
)
Author
2024-02-29
Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.
Shafiya Adzhani
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-07-07
Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.cont...
Mariusz Felisiak
2023-07-07
Fixed #9602 -- Added AdminSite.get_model_admin().
Mariusz Felisiak
2023-03-16
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...
sarahboyce
2023-03-16
Refs #1873 -- Used GET.lists() in admin filters.
sarahboyce
2023-03-03
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
sarahboyce
2023-03-02
Moved str() calls to DateFieldListFilter.choices().
sarahboyce
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-08
Fixed #19721 -- Allowed admin filters to customize the list separator.
Shreya Bamne
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2020-09-15
Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.
manav014
2020-01-03
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
Federico Jaramillo Martínez
2019-08-15
Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.
zeyneloz
2018-11-14
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-15
Fixed #29219 -- Made admin filters use processed params rather than request.GET.
David Sanders
2018-02-14
Made cosmetic edits to contrib.admin.filters.
Tim Graham
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-06-06
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
Paulo
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-05-12
Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.
Vincenzo Pandolfo
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-02
Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.
rynomster
2015-11-23
Made ListFilter.choices() argument name more explicit.
Johannes Ammon
2015-11-12
Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldList
Andrey Kuzmin
2015-09-01
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...
Tim Graham
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-08-30
Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset.
Ramiro Morales
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-19
Fixed #21361 -- allowed access self.value() from SimpleListFilter lookup
Vajrasky Kok
[next]