index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_ordering
Age
Commit message (
Expand
)
Author
2023-07-07
Fixed #9602 -- Added AdminSite.get_model_admin().
Mariusz Felisiak
2023-07-06
Used AdminSite.is_registered() where appropriate.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-14
Fixed #32003 -- Added obj argument to has_perm() methods in tests.
Alexander Todorov
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-27
Refs #28958 -- Added a test for ModelAdmin with query expressions in ordering.
Mariusz Felisiak
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
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
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-12-29
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-14
Refs #24553 -- Isolated admin_* tests.
Riccardo Magliocchetti
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-07-31
Fixed #13163 -- Added ability to show change links on inline objects in admin.
Nick Sandford
2014-06-13
Fixed #6327 -- Added has_module_permission method to BaseModelAdmin
Maxime Turcotte
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-22
Fixed some flake8 issues
Alex Gaynor
2013-11-21
Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
Claude Paroz
2013-11-21
Made minor optimizations to admin_ordering tests
Claude Paroz
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-04
Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...
Juan Pedro Fisanotti
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner