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
/
tests
/
modeltests
/
model_forms
Age
Commit message (
Expand
)
Author
2008-01-17
Fixed #6302. FileField no longer requires a value if one already exists. Than...
Joseph Kocherhans
2007-12-13
Changed ModelForms to allow inheritance as long as their model attributes are...
Joseph Kocherhans
2007-12-13
Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...
Joseph Kocherhans
2007-12-02
Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might
Malcolm Tredinnick
2007-11-29
Fixed #4653 -- Improved the logic to decide when to include (and select as
Malcolm Tredinnick
2007-11-13
Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model...
Gary Wilson Jr
2007-11-09
Corrected a couple comments in `model_forms` tests.
Gary Wilson Jr
2007-09-15
Added explicit order_by filters to some model_forms tests that were failing i...
Ian Kelly
2007-09-14
Fixed test case that failed on Oracle because it assumed an ordering for
Matt Boersma
2007-09-08
Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...
Gary Wilson Jr
2007-08-05
Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for...
Russell Keith-Magee
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-14
Changed the fix from [5231] so that the backwards-incompatibility is made more
Malcolm Tredinnick
2007-05-12
Added docs for form_for_model and form_for_instance, and added a fields argum...
Russell Keith-Magee
2007-04-28
Fixed #3268 -- Changed default model formfields to use a select widget when the
Malcolm Tredinnick
2007-04-09
Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'...
Adrian Holovaty
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2007-02-21
Changed database PhoneNumberField to use USPhoneNumberField as its newforms f...
Adrian Holovaty
2007-02-21
Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...
Adrian Holovaty
2007-02-20
Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr...
Adrian Holovaty
2007-02-20
Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ...
Adrian Holovaty
2007-01-28
newforms: Changed database Field formfield() methods to pass help_text to the...
Adrian Holovaty
2007-01-28
Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...
Adrian Holovaty
2007-01-10
Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ...
Adrian Holovaty
2007-01-09
Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for...
Adrian Holovaty
2007-01-09
newforms: Changed model auto-Form generation so that create() and apply_chang...
Adrian Holovaty
2007-01-08
Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newfor...
Adrian Holovaty
2006-12-30
Updated docstring in model_forms unit test
Adrian Holovaty
2006-12-30
newforms: Got form_for_instance() to select initial ManyToManyField values pr...
Adrian Holovaty
2006-12-28
newforms: Implemented apply_changes() method for form_for_instance Forms
Adrian Holovaty
2006-12-28
newforms: Implemented form_for_instance(). The resulting Form class does not ...
Adrian Holovaty
2006-12-27
newforms: Implemented formfield() for database ForeignKey class and added uni...
Adrian Holovaty
2006-12-27
newforms: Implemented formfield() for database ManyToManyField class and adde...
Adrian Holovaty
2006-12-17
newforms: Added optional 'form' parameter to form_for_model
Adrian Holovaty
2006-12-15
newforms: The Form classes created by form_for_model() now have a create() me...
Adrian Holovaty
2006-12-15
newforms: Changed form_for_model() to ignore a field if its formfield() retur...
Adrian Holovaty
2006-12-15
Implemented formfield() for a bunch of database Field classes
Adrian Holovaty
2006-12-15
newforms: Added initial implementation of form_for_model and form_for_fields
Adrian Holovaty
[prev]