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
2015-01-12
Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...
Muthiah Annamalai
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-17
Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-06-10
Fixed #22792 -- Updated checks for list_display_links in model admin
Greg Chapple
2014-05-15
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
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