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