index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
Tim Graham
2016-05-11
1
-15
/
+1
*
Refs #15667 -- Removed choices argument from some RendererMixin methods.
Tim Graham
2016-04-28
1
-7
/
+6
*
Fixed #21332, #26538 -- Fixed inconsistent and duplicate form fields on inlin...
David Sanders
2016-04-26
1
-7
/
+7
*
Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.
David Sanders
2016-04-24
1
-14
/
+3
*
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-23
1
-4
/
+13
*
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-22
1
-1
/
+3
*
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-21
4
-4
/
+17
*
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...
Jon Dufresne
2016-04-19
1
-1
/
+4
*
Refs #26502 -- Added choices to Form.__getitem__() KeyError message.
Tim Graham
2016-04-14
1
-1
/
+6
*
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-13
1
-6
/
+5
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
4
-46
/
+51
*
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
1
-7
/
+8
*
Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2016-04-01
1
-4
/
+5
*
Fixed #25987 -- Made inline formset validation respect unique_together with a...
Simon Charette
2016-03-26
1
-3
/
+9
*
Removed unnecessary type creation in modelforset_factory.
Simon Charette
2016-03-25
1
-2
/
+0
*
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-03-19
1
-3
/
+1
*
Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory...
Yoong Kang Lim
2016-02-26
1
-2
/
+9
*
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-24
1
-1
/
+1
*
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-21
1
-0
/
+6
*
Fixed #25349 -- Allowed a ModelForm to unset a fields with blank=True, requir...
haxoza
2016-02-19
1
-5
/
+5
*
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Berker Peksag
2016-02-15
1
-1
/
+1
*
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-02-02
1
-9
/
+9
*
Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Tim Graham
2016-01-28
1
-0
/
+2
*
Refs #25731 -- Removed unused MultipleHiddenInput choices
jpic
2016-01-25
1
-6
/
+1
*
Refs #26104 -- Replaced unnecessary force_str() with force_text().
Tim Graham
2016-01-23
1
-1
/
+1
*
Fixed #26104 -- Fixed TypeError when passing number to forms.DurationField.
Alexander Gaevsky
2016-01-22
1
-1
/
+1
*
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
Claude Paroz
2015-12-17
1
-6
/
+5
*
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-10
1
-5
/
+8
*
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
Marti Raudsepp
2015-11-09
1
-2
/
+4
*
Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
Claude Paroz
2015-10-19
1
-5
/
+1
*
Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-10-05
1
-1
/
+3
*
Refs #25294 -- Added BoundField import for backwards compatibility.
Moritz Sichert
2015-09-24
1
-0
/
+2
*
Refs #23162 -- Removed forms.Field._has_changed() method.
Tim Graham
2015-09-23
1
-10
/
+1
*
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
Tim Graham
2015-09-23
1
-11
/
+0
*
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-09-23
1
-8
/
+0
*
Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-09-21
1
-5
/
+5
*
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-18
1
-44
/
+1
*
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2015-09-16
5
-226
/
+241
*
Fixed #25294 -- Allowed custom BoundFields on forms.
Moritz Sichert
2015-09-16
2
-1
/
+9
*
Fixed typo in django/forms/utils.py docstring.
Kholid Fuadi
2015-09-14
1
-1
/
+1
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-2
/
+6
*
Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...
Keryn Knight
2015-09-07
1
-3
/
+13
*
Removed BaseForm._raw_value().
Tim Graham
2015-08-21
1
-9
/
+0
*
Removed forms.models.save_instance() function.
Tim Graham
2015-08-07
1
-58
/
+42
*
Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...
Tim Graham
2015-08-07
1
-1
/
+1
*
Used @cached_property for BaseForm.changed_data.
Curtis Maloney
2015-08-04
1
-24
/
+23
*
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-17
1
-0
/
+6
*
Fixed #25078 -- Added support for disabled form fields
Claude Paroz
2015-07-16
2
-2
/
+10
*
Fixed #25124 -- Eased customization of SelectDateWidget subwidget.
George Brocklehurst
2015-07-15
1
-1
/
+2
*
Fixed #25085 -- Overrode Select widget's __deepcopy__()
Eric Carrillo
2015-07-14
1
-0
/
+7
[next]