summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_widgets
AgeCommit message (Expand)Author
2008-11-15Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value....Brian Rosner
2008-09-02Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...Brian Rosner
2008-09-01Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner
2008-08-10Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...Brian Rosner
2008-08-08Use a FileField instead of an ImageField in the admin_widgets test so that fo...Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner