sarahboyce
|
868e2fcdda
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
|
2 years ago |
Mariusz Felisiak
|
8e89dfe1c2
Fixed various tests on MySQL with MyISAM storage engine.
|
3 years ago |
Mariusz Felisiak
|
1760ad4e8c
Relaxed some query ordering assertions in various tests.
|
3 years ago |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
Shreya Bamne
|
8a4e506760
Fixed #19721 -- Allowed admin filters to customize the list separator.
|
3 years ago |
Mariusz Felisiak
|
d992f4e3c2
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
|
4 years ago |
Mariusz Felisiak
|
e4ab44a4b2
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
|
4 years ago |
manav014
|
580a4341cb
Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.
|
4 years ago |
Federico Jaramillo Martínez
|
179d9dc0c2
Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.
|
4 years ago |
Federico Jaramillo Martínez
|
372eaa395f
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
|
7 years ago |
Jon Dufresne
|
39791c8e6d
Harmonized Windows checks in tests to a single style.
|
5 years ago |
Dan Moore
|
bc94e3c1a2
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relationships.
|
6 years ago |
zeyneloz
|
8289fc55ff
Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.
|
5 years ago |
zeyneloz
|
00035672a4
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to respect model's Meta.ordering.
|
5 years ago |
Tim Graham
|
0004daa536
Used 4 space hanging indent for dictionaries.
|
6 years ago |
Simon Charette
|
0f212db29d
Made reused RequestFactory instances class attributes.
|
6 years ago |
Simon Charette
|
84e7a9f4a7
Switched setUp() to setUpTestData() where possible in Django's tests.
|
6 years ago |
Hasan Ramezani
|
6d4e5feb79
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
|
6 years ago |
olivierdalang
|
825f0beda8
Fixed #8936 -- Added a view permission and a read-only admin.
|
7 years ago |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
8 years ago |
Mariusz Felisiak
|
83a36ac49a
Removed unnecessary trailing commas and spaces in various code.
|
7 years ago |
Simon Meers
|
7bba82453c
Fixed #28496 -- Added ModelAdmin.get_changelist_instance().
|
7 years ago |
Paulo
|
4ad2f86284
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
|
7 years ago |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 years ago |
Claude Paroz
|
2366100872
Removed unneeded force_text calls in the test suite
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 years ago |