summaryrefslogtreecommitdiff
path: root/django/oldforms
Commit message (Expand)AuthorAgeFilesLines
* Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss2008-07-071-1/+1
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-5/+14
* Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick2007-11-141-21/+22
* Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287.Malcolm Tredinnick2007-10-041-2/+2
* Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss2007-09-191-3/+3
* Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.Malcolm Tredinnick2007-08-121-1/+1
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-56/+60
* Fixed #4804 -- Fixed a problem when validating choice lists with non-ASCIIMalcolm Tredinnick2007-07-101-2/+2
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-81/+91
* Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick2007-06-221-4/+0
* Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick2007-06-171-0/+4
* Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only codeMalcolm Tredinnick2007-06-011-1/+1
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-5/+25
* Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick2007-04-261-1/+1
* Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField.Malcolm Tredinnick2007-04-011-1/+2
* An improved version of the change attempted in [4693]: retain backwardsMalcolm Tredinnick2007-03-101-1/+6
* Rolled back [4693] -- it seems to be breaking edit_inline all over the place....Jacob Kaplan-Moss2007-03-091-1/+1
* Fixed a backwards-incompability problem with inline related form fields that IMalcolm Tredinnick2007-03-091-1/+1
* Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick2007-02-111-1/+1
* Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee2007-02-111-1/+1
* Fixed #1336 -- USStateField no longer throws exception when data is NoneAdrian Holovaty2007-01-251-1/+3
* Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthiasAdrian Holovaty2007-01-231-1/+1
* Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty2006-12-151-0/+1008