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_util
Age
Commit message (
Expand
)
Author
2014-12-31
Renamed tests for util -> utils moves; refs #17627.
Tim Graham
2014-12-23
Removed admin_util test dependency on contrib.sites
Claude Paroz
2014-12-04
Converted a SimpleTestCase that creates data to TestCase.
Thomas Chaumeny
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-02-15
Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.
Aaron France
2014-01-22
Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-26
Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Tim Graham
2013-06-10
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
Gabe Jackson
2013-05-25
Fixed #11725 -- Made possible to create widget label tag without "for"
Claude Paroz
2013-05-21
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
Wiktor Kolodziej
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner