summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Expand)Author
2010-04-30[1.1.X] Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks...Russell Keith-Magee
2010-03-31[1.1.X] Restored pre-r10062 behavior allowing None from formfield_callback to...Brian Rosner
2010-03-12[1.1.X] Fixed #11801 -- Corrected form validation to ensure you can still get...Russell Keith-Magee
2010-03-09[1.1.X] Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-09[1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to base_fi...Luke Plant
2010-03-07[1.1.X] Fixed #12858. DateTime related widgets now handle custom formats prop...Joseph Kocherhans
2010-03-03[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were als...James Bennett
2010-03-03[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a single M...James Bennett
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-23[1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input...Joseph Kocherhans
2010-02-23[1.1.x] Fixed #12878. Formset-wide errors are now rendered properly as html. ...Joseph Kocherhans
2010-02-23[1.1.X] Fixed a few more spots related to #11859. Backport of r12537 from trunk.Joseph Kocherhans
2010-02-23[1.1.X] Fixed #12285. ModelForm raises a more informative error if it doesn't...Joseph Kocherhans
2010-02-23[1.1.X] Fixed #11860. Changed NullBooleanSelect's _has_changed method to repe...Joseph Kocherhans
2010-02-22[1.1.X] Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in Dec...Russell Keith-Magee
2010-02-14[1.1.X] Fixed #6054: work around PIL's installation brokeness by detecting ei...Jacob Kaplan-Moss
2010-01-17[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to Dav...Jannis Leidel
2010-01-17[1.1.X] Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris B...Jannis Leidel
2009-12-17[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...Jacob Kaplan-Moss
2009-12-16[1.1.X] Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, norma...Russell Keith-Magee
2009-12-12[1.1.X] Fixed #11632: Fixed the id for hidden initial widget so that it is di...Karen Tracey
2009-10-30[1.1.X] Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__...Brian Rosner
2009-10-09[1.1.X] SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-09-11Fixed #10968 - Form.errors should use Form.error_class.Luke Plant
2009-09-11Fixed Widget.__init__() for Python 2.6 and greater. Refs #11703Luke Plant
2009-09-10Fixed #11703: Added missing Super calls to 2 widget classes.Luke Plant
2009-09-10Fixed #10950 - unused import.Luke Plant
2009-07-03Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...Russell Keith-Magee
2009-05-29Fixed a few Python 2.3 incompatibilities that were causing test failures.Gary Wilson Jr
2009-05-19Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ...Karen Tracey
2009-05-15Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ...Russell Keith-Magee
2009-05-14Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than...Jacob Kaplan-Moss
2009-05-13Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that...Russell Keith-Magee
2009-05-10Changed r10668 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-10Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ...Russell Keith-Magee
2009-05-08Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans.Jacob Kaplan-Moss
2009-05-07Fixed #9493 -- Corrected error handling of formsets that violate unique const...Russell Keith-Magee
2009-05-07Fixed #10893 -- Corrected a problem with using list_editable in the admin whe...Russell Keith-Magee
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-04-30Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor...Russell Keith-Magee
2009-04-28Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...Russell Keith-Magee
2009-04-28Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...Russell Keith-Magee
2009-04-22Fixed #10163: add an artificial ordering to querysets used by formsets, thus ...Jacob Kaplan-Moss
2009-04-22Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...Jacob Kaplan-Moss
2009-04-18Fixed #10799: fixed the use of list_editable with model inheritance and custo...Jacob Kaplan-Moss
2009-04-18Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...Jacob Kaplan-Moss
2009-04-18Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...Jacob Kaplan-Moss
2009-04-18Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea...Jacob Kaplan-Moss
2009-04-16Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca...Russell Keith-Magee
2009-04-16Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...Russell Keith-Magee