index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
Age
Commit message (
Expand
)
Author
2014-06-21
[1.7.x] Prevented evaluation of a possible lazy message
Claude Paroz
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-05-24
[1.7.x] Fixed #22510 -- Harden field removal to only None.
Marc Tamlyn
2014-05-16
[1.7.x] Fixed #22628 -- Took initial forms into account when combining FormSe...
Stephen Burrows
2014-05-15
[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...
Anders Steinlein
2014-05-10
[1.7.x] Fixed #22502 -- Fixed microseconds/default/form interaction
Stephen Burrows
2014-05-05
[1.7.x] Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.
Ben Davis
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-03-27
[1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings
Chris Beaven
2014-03-13
Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-06
Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserializa...
Loic Bistuer
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-01
Fixed #22137 -- Made Widget.is_hidden a read-only property
Claude Paroz
2014-02-28
Fixed #21962 -- Added escape_html flag to ErrorDict.as_json()
vvojvoda
2014-02-27
Fixed #22136 -- Updated comment for Textarea widget
Claude Paroz
2014-02-20
Fixed #22097 -- Fixed change detection for TypedChoiceField
Claude Paroz
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-11
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Claude Paroz
2014-01-11
Fixed #21752 -- Prevented custom widget step attribute to be overwritten
Claude Paroz
2014-01-10
Fixed docstring typo in django/forms/forms.py.
Marc Sibson
2013-12-18
Refs #17413 -- Added isinstance backward compatibility on ErrorList.
Loic Bistuer
2013-12-16
Removed duplicated `TimeField` in __all__.
Artur Barseghyan
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-07
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Claude Paroz
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-20
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Claude Paroz
2013-11-18
Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion
Claude Paroz
2013-11-16
Fixed a regression caused by fix for #21428
Anssi Kääriäinen
2013-11-16
Fixed #21428 -- editable GenericRelation regression
Anssi Kääriäinen
2013-11-11
Fixed #21423 -- Fixed typo in widgets.py.
Baptiste Mispelon
2013-11-08
Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...
Claude Paroz
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Merge pull request #1852 from jasonamyers/cleanup/PEP8
Alex Gaynor
2013-11-03
Merge pull request #1861 from milmazz/E251
Alex Gaynor
2013-11-03
Merging in master
Jason Myers
2013-11-03
Fixed #20849 -- ModelForms do not work well with prefetch_related.
Jim Bailey
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed flake8 E241
Boryslav Larin
[next]