summaryrefslogtreecommitdiff
path: root/django/newforms
AgeCommit message (Expand)Author
2007-09-07Fixed typo in formsets. Thanks Simon Litchfield.Joseph Kocherhans
2007-09-07Fixed #4867. FormSet.is_valid() now returns False when the FormSet is not bou...Joseph Kocherhans
2007-08-31newforms-admin: Exposed orderable and deletable arguments in inline_formset.Russell Keith-Magee
2007-08-31newforms-admin: Made import visibility of formsets and Media consistent with ...Russell Keith-Magee
2007-08-20Fixed #5211 -- Added paths starting with '/' to the list of paths that are pr...Russell Keith-Magee
2007-08-18newforms-admin: Fixed #5199 -- Corrected is_bound logic for formsets. Well sp...Russell Keith-Magee
2007-08-18newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and Admi...Russell Keith-Magee
2007-08-17newforms-admin: Merged from trunk up to [5916]Russell Keith-Magee
2007-08-09newforms-admin: Fixed handling of file uploads in inline formsets.Russell Keith-Magee
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-07-07newforms-admin: Merged from trunk up to [5625]. This includes the UnicodeMalcolm Tredinnick
2007-07-03newforms-admin: Merged to [5595]Adrian Holovaty
2007-07-03newforms-admin: Changed BoundInlineObject and templates to treat deletion, or...Joseph Kocherhans
2007-07-01newforms-admin: Changed _get_add_forms() and _get_change_forms() so they don'...Adrian Holovaty
2007-07-01newforms-admin: Corrected small error in _get_add_forms() docstringAdrian Holovaty
2007-07-01newforms-admin: Fixed typo in docstrings in newforms/models.pyAdrian Holovaty
2007-07-01newforms-admin: Merged to [5571]Adrian Holovaty
2007-06-15newforms-admin: Fixed a bug where each inline would get the prefix 'form'. Th...Joseph Kocherhans
2007-06-15newforms-admin: Fixed Form.is_empty method to allow an empty SplitDateTimeFie...Joseph Kocherhans
2007-06-15newforms-admin: Merged to trunk [5473].Joseph Kocherhans
2007-06-15newforms-admin: Got StackedInline and TabularInline working. The templates st...Joseph Kocherhans
2007-06-07newforms-admin: Merged to [5439]Adrian Holovaty
2007-05-24newforms-admin: Merged to [5325]Joseph Kocherhans
2007-05-24newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to...Joseph Kocherhans
2007-05-20newforms-admin: Merged to [5300]Adrian Holovaty
2007-05-15newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontest...Joseph Kocherhans
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
2007-04-09newforms-admin: Merged to [4961]Adrian Holovaty
2007-04-07newforms-admin: Rewrote most of FormSets and associated tests. They now handl...Joseph Kocherhans
2007-04-06newforms-admin: Merged to [4939]Adrian Holovaty
2007-03-28newforms-admin: Initial implementation of FormSet.Joseph Kocherhans
2007-02-25newforms-admin: Merged to [4563]Adrian Holovaty
2007-02-20newforms-admin: Merged to [4545]Adrian Holovaty
2007-02-13newforms-admin: Merged to [4502]Adrian Holovaty
2007-01-29newforms-admin: Merged to [4449]Adrian Holovaty
2007-01-28newforms-admin: Merged to [4440]Adrian Holovaty
2007-01-24newforms-admin: Merged to [4411]Adrian Holovaty
2007-01-23newforms-admin: Merged to [4403]Adrian Holovaty
2007-01-22newforms-admin: Merged to [4387]Adrian Holovaty
2007-01-21newforms-admin: Merged to [4379]Adrian Holovaty
2007-01-20newforms-admin: Merged to [4370]Adrian Holovaty
2007-01-13Fixed #3281 -- newforms: URLField now works properly with required=False and ...Adrian Holovaty
2007-01-13Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field...Adrian Holovaty
2007-01-13Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInputAdrian Holovaty
2007-01-10Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for...Adrian Holovaty
2007-01-10Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina...Adrian Holovaty
2007-01-09Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for...Adrian Holovaty
2007-01-09newforms: Changed model auto-Form generation so that create() and apply_chang...Adrian Holovaty
2007-01-09Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...Adrian Holovaty
2007-01-09newforms: Added 'initial' parameter to Form, which lets initial data be speci...Adrian Holovaty