summaryrefslogtreecommitdiff
path: root/django/contrib/admin/widgets.py
AgeCommit message (Expand)Author
2008-09-08Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...Adrian Holovaty
2008-09-03Fixed a small initialisation edge-case in the raw_id_fields section of admin.Malcolm Tredinnick
2008-09-02Fixed #8805 -- Make sure proper type coercion happens before dumping data int...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-31Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...Brian Rosner
2008-08-29Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`....Jacob Kaplan-Moss
2008-08-28Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss
2008-08-28Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...Jacob Kaplan-Moss
2008-08-10Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...Brian Rosner
2008-08-08Removed an extraneous } that regressed from an older patch for [8247].Brian Rosner
2008-08-08Fixed #8169 -- Honor attrs from subclasses of the new admin widgets introduce...Brian Rosner
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7828 -- Removed some unnecessary imports from admin widgets. Thanks to...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner