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-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