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
/
regressiontests
/
admin_views
/
customadmin.py
Age
Commit message (
Expand
)
Author
2012-12-04
[1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templ...
Ramiro Morales
2012-09-08
Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)
Travis Swicegood
2012-07-21
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...
Julien Phalip
2012-02-09
Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...
Jannis Leidel
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-20
Improved test isolation of the admin tests and assigned custom admin sites to
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-01-12
Fixed #8933 - Allow more admin templates to be overridden.
Jannis Leidel
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss