summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_widgets/models.py
AgeCommit message (Expand)Author
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-04-08Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss
2009-01-16Changed "date" column to "start_date"--Oracle won't name columns with reserve...Matt Boersma
2009-01-16Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss
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