summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_util/models.py
AgeCommit message (Expand)Author
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
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-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
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