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
Age
Commit message (
Expand
)
Author
2007-06-09
unicode: Fixed #4493 -- Fixed a problem where a __unicode__ method was not
Malcolm Tredinnick
2007-06-01
unicode: Reverted [5388] and fixed the problem in a different way. Checked
Malcolm Tredinnick
2007-06-01
unicode: Merged from trunk up to [5398].
Malcolm Tredinnick
2007-05-21
unicode: Merged from trunk up to [5308].
Malcolm Tredinnick
2007-05-14
unicode: Replaced all implicit uses of _() from builtins with explicitly
Malcolm Tredinnick
2007-05-11
unicode: Fixed a problem when saving Unicode data in the admin interface.
Malcolm Tredinnick
2007-04-28
unicode: Merged from trunk up to [5121].
Malcolm Tredinnick
2007-04-26
unicode: Fixed #4161 -- Ported oldforms internal string handling across to use
Malcolm Tredinnick
2007-04-26
unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls into
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