summaryrefslogtreecommitdiff
path: root/django/oldforms
AgeCommit message (Expand)Author
2007-06-09unicode: Fixed #4493 -- Fixed a problem where a __unicode__ method was notMalcolm Tredinnick
2007-06-01unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick
2007-06-01unicode: Merged from trunk up to [5398].Malcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-14unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick
2007-05-11unicode: Fixed a problem when saving Unicode data in the admin interface.Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-26unicode: Fixed #4161 -- Ported oldforms internal string handling across to useMalcolm Tredinnick
2007-04-26unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm Tredinnick
2007-04-01Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField.Malcolm Tredinnick
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