index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
oldforms
/
__init__.py
Age
Commit message (
Expand
)
Author
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-02
Removed several deprecated features for 1.0 (refs #7830):
Gary Wilson Jr
2008-07-07
Fixed #7614: the quickening has come, and there now is only one UploadedFile....
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-10-04
Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287.
Malcolm Tredinnick
2007-09-19
Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...
Jacob Kaplan-Moss
2007-08-12
Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-10
Fixed #4804 -- Fixed a problem when validating choice lists with non-ASCII
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2007-06-01
Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only code
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-04-01
Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField.
Malcolm Tredinnick
2007-03-10
An improved version of the change attempted in [4693]: retain backwards
Malcolm Tredinnick
2007-03-09
Rolled back [4693] -- it seems to be breaking edit_inline all over the place....
Jacob Kaplan-Moss
2007-03-09
Fixed a backwards-incompability problem with inline related form fields that I
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2007-01-25
Fixed #1336 -- USStateField no longer throws exception when data is None
Adrian Holovaty
2007-01-23
Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthias
Adrian Holovaty
2006-12-15
Copied django.forms to django.oldforms and changed all code to reference djan...
Adrian Holovaty