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
/
models.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-08-15
[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ...
Alasdair Nicol
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
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-24
Fixed test failures introduced in e16c48e001.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner