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_util
Age
Commit message (
Expand
)
Author
2012-02-04
Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...
Jannis Leidel
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-04-28
Fixed #15661 - LogEntry objects have no unicode method
Luke Plant
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-10-17
Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...
Jannis Leidel
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-03-10
Ensure that NullBooleanField displays the appropriate icon for null values in...
James Bennett
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-01
Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...
Jannis Leidel
2010-01-10
Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o...
Brian Rosner
2010-01-09
Fixed #12550 -- better handling with choices and null fields when displaying ...
Brian Rosner