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
/
admin_checks
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed support for admin validators per deprecation timeline; refs #16905.
Tim Graham
2015-01-12
Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...
Muthiah Annamalai
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-17
Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego GuimarĂ£es
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-08
Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...
Russell Keith-Magee
2014-03-03
Edited contrib.admin check messages for grammar and consistency.
Russell Keith-Magee
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
Added warning silencers to some noisy tests.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee