Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Me...Claude Paroz2015-10-191-5/+1
* Fixed #25496 -- Made ModelChoiceField respect prefetch_re...Tim Graham2015-10-061-1/+3
* Refs #25294 -- Added BoundField import for backwards comp...Moritz Sichert2015-09-241-0/+2
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-241-10/+1
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-241-11/+0
* Fixed #25410 -- Fixed empty ClearableFileInput crash on P...Tim Graham2015-09-231-8/+0
* Fixed #25431 -- Readded inline foreign keys to modelforms...Claude Paroz2015-09-211-5/+5
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-44/+1
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-165-226/+241
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-162-1/+9
* Fixed typo in django/forms/utils.py docstring.Kholid Fuadi2015-09-141-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+6
* Fixed #24706 -- Made ModelForm._post_clean() handle a Val...Keryn Knight2015-09-071-3/+13
* Removed BaseForm._raw_value().Tim Graham2015-08-211-9/+0
* Removed forms.models.save_instance() function.Tim Graham2015-08-071-58/+42
* Fixed #25241 -- Corrected ModelForm.save() error message ...Tim Graham2015-08-071-1/+1
* Used @cached_property for BaseForm.changed_data.Curtis Maloney2015-08-041-24/+23
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+6
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-162-2/+10
* Fixed #25124 -- Eased customization of SelectDateWidget s...George Brocklehurst2015-07-151-1/+2
* Fixed #25085 -- Overrode Select widget's __deepcopy__()Eric Carrillo2015-07-141-0/+7
* Fixed #25097 -- Added BaseModelFormSet.delete_existing() ...Simon Litchfield2015-07-141-2/+6
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-7/+9
* Fixed #24958 -- Fixed inline forms using UUID-PK parents ...Jason Hoos2015-06-261-3/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-5/+5
* Fixed #24948 -- Fixed crash when uploading bitmap images ...Andriy Sokolovskiy2015-06-161-1/+3
* Allowed easier extendability of ChoiceFieldRenderer.TMFGravyHands2015-06-111-4/+6
* Made flatatt docstring match realityMatthew Schinckel2015-06-081-3/+5
* Fixed #12437 -- Added css_classes to Form._html_output()Markus Amalthea Magnuson2015-06-071-0/+2
* Added release notes for feature added in fe21fb81Russell Keith-Magee2015-06-051-0/+3
* Merge pull request #4757 from sergei-maertens/ticket_18166Russell Keith-Magee2015-06-051-2/+11
|\
| * Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens2015-06-041-2/+11
* | Removed comment from Form.changed_data; refs #24191Alasdair Nicol2015-06-041-6/+0
|/
* Fixed #24788 -- Allowed Forms to specify a prefix at the ...Paweł Marczewski2015-05-261-1/+3
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-12/+12
* Fixed #24771 -- Simplified ModelForm._post_clean()Peter Schmidt2015-05-081-7/+1
* Fixed #24497 -- Added Widget.supports_microseconds attributewdmgsm2015-05-062-1/+2
* Fixes #24727 -- Prevented ClearableFileInput from masking...Antonio Garcia-Dominguez2015-05-041-0/+8
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-14/+10
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-284-12/+13
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-15/+15
* Refs #24469 -- Fixed escaping of forms, fields, and media...Moritz Sichert2015-03-182-0/+9
* Fixed #5986 -- Added ability to customize order of Form f...Thomas Tanner2015-03-161-1/+26
* Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz2015-03-051-0/+1
* Fixed #17401 -- Made SelectDateWidget.render reflect wron...Claude Paroz2015-03-011-2/+2
* Fixed #24229 -- Changed IntegerField to clean floats repr...Jon Dufresne2015-02-271-1/+3
* Fixed #24391 -- Made BoundField.value() cache callable va...Michael Angeletti2015-02-251-7/+17
* Fixed #24395 -- Ensured inline ModelsForms have an update...Stanislas Guerra2015-02-241-0/+4
* Fixed #24377 -- Fixed model inline formsets with primary ...Tim Graham2015-02-231-1/+9