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
/
tests
/
admin_views
/
admin.py
Age
Commit message (
Expand
)
Author
2014-11-25
[1.6.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-10-06
[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...
Emmanuelle Delescolle
2014-09-08
[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-08-27
[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...
Simon Charette
2013-08-29
[1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...
Tim Graham
2013-07-18
[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Loic Bistuer
2013-05-29
Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponses
Tim Graham
2013-05-27
Fixed #20182 - admin lookup should treat 0 as False for __isnull
Tim Graham
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner