summaryrefslogtreecommitdiff
path: root/django/oldforms/__init__.py
AgeCommit message (Expand)Author
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-07-07Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-10-04Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287.Malcolm Tredinnick
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-08-12Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-10Fixed #4804 -- Fixed a problem when validating choice lists with non-ASCIIMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-01Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only codeMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm 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