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
/
newforms
/
util.py
Age
Commit message (
Expand
)
Author
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-10-28
Fixed #3457 -- Allow overridding of error messages for newforms Fields.
Gary Wilson Jr
2007-09-15
Fixed some Python 2.3 unicode conversion problems. Uncovered by the tests, bu...
Malcolm Tredinnick
2007-09-13
Fixed #5370 -- Allow lazy translations in ValidationError classes. Patch from...
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-19
Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt().
Malcolm Tredinnick
2007-05-16
Fixed #4318 -- Fixed unused imports and other various style tweaks in newform...
Adrian Holovaty
2007-04-04
Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful
Malcolm Tredinnick
2007-04-02
Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case
Malcolm Tredinnick
2007-02-15
Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh
Adrian Holovaty
2007-01-20
newforms: Moved flatatt function from widgets.py to util.py
Adrian Holovaty
2006-12-05
newforms: Added __unicode__() methods wherever there were __str__() methods, ...
Adrian Holovaty
2006-11-16
newforms: Tiny optimization to smart_unicode()
Adrian Holovaty
2006-11-16
newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact...
Adrian Holovaty
2006-10-28
Split django.newforms into forms, fields, widgets, util. Also moved unit test...
Adrian Holovaty