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
/
regressiontests
/
admin_validation
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-02
[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...
Nick Sandford
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-26
Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb...
Jannis Leidel
2011-05-22
Fix UnboundLocalError than could occur during ModelAdmin validation.
Karen Tracey
2011-05-14
Added ability to describe grouping of form fields in the same row to the `fie...
Ramiro Morales
2011-02-26
Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...
Ramiro Morales
2010-09-27
Migrated admin_validation doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-03-08
Fixed #12481: Updated admin validation code to not reject non-editable fields...
Karen Tracey