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_custom_urls
Age
Commit message (
Expand
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2022-06-22
Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.
Marcelo Galigniana
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-20
Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.
David Sanders
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-04-15
Updated tests to stop leaking models in shared AdminSite.
Riccardo Magliocchetti
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-14
Fixed #15779 -- Allowed 'add' primary key in admin edition
Claude Paroz
2015-02-08
Replaced hardcoded URLs in admin_* tests
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2014-12-16
Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.
Diego GuimarĂ£es
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner