summaryrefslogtreecommitdiff
path: root/django/oldforms
AgeCommit message (Expand)Author
2007-03-10An improved version of the change attempted in [4693]: retain backwardsMalcolm Tredinnick
2007-03-09Rolled back [4693] -- it seems to be breaking edit_inline all over the place....Jacob Kaplan-Moss
2007-03-09Fixed a backwards-incompability problem with inline related form fields that IMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-01-25Fixed #1336 -- USStateField no longer throws exception when data is NoneAdrian Holovaty
2007-01-23Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthiasAdrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty