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
/
django
/
contrib
/
admin
/
checks.py
Age
Commit message (
Expand
)
Author
2014-12-17
[1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-06-10
[1.7.x] Fixed #22792 -- Updated checks for list_display_links in model admin
Greg Chapple
2014-05-15
[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...
Anders Steinlein
2014-03-08
Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...
Russell Keith-Magee
2014-03-04
Cleaned up a repr() hack that caused problems on Python3.
Russell Keith-Magee
2014-03-03
Edited contrib.admin check messages for grammar and consistency.
Russell Keith-Magee
2014-02-15
Fixed some flake8 errors from recent commits.
Tim Graham
2014-02-15
Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.
Aaron France
2014-01-24
Fixed typo in error message.
Arne Brodowski
2014-01-24
Fixed #21870 -- Admin check for list_editable_item
Arne Brodowski
2014-01-20
Fixed a couple of deprecation warnings
Anssi Kääriäinen
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee