index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
Age
Commit message (
Expand
)
Author
2014-07-29
Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.
Kit La Touche
2014-07-28
Fixed #23113 -- ChoiceInput.render should take specified attrs into account.
Simon Charette
2014-07-26
Fixed #16617 -- Added 'value' to BaseValidator params.
Anubhav Joshi
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-05
Fixed #22950 -- Eased markup customization for choice field rendering
Claude Paroz
2014-07-05
Ensured bound field renders as unicode safe data
Claude Paroz
2014-07-04
Fixed #22915 -- Document backward incompatible changes in the ValidationError...
Loic Bistuer
2014-06-04
Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...
gyx1000
2014-06-02
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Nick Presta
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-28
Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...
Guillaume Pannatier
2014-05-26
Restored Python 2 compatibility.
Florian Apolloner
2014-05-25
Fixed a few warnings in the testsuite.
Florian Apolloner
2014-05-16
Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...
Stephen Burrows
2014-05-13
Fixed #22533 -- Added label_suffix parameter to form fields.
Julen Ruiz Aizpuru
2014-05-10
Fixed #22502 -- Fixed microseconds/default/form interaction
Stephen Burrows
2014-05-05
Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.
Ben Davis
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-09
Used more specific test assertions.
Aymeric Augustin
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-26
Fixed #22114 -- Stopped adding trailing slashes in URLField.to_python
Claude Paroz
2014-03-24
Fixed #17922 -- Added required_css_class to form label.
Anubhav Joshi
2014-03-24
Fixed #22318 -- Added Form.has_error() to easily check if a given error has h...
Loic Bistuer
2014-03-22
Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
Loic Bistuer
2014-03-21
Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...
Tim Graham
2014-03-21
Fixed flake8 warnings.
Tim Graham
2014-03-21
Fixed #22255 -- Added support for specifying re flags in RegexValidator
Dejan Noveski
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-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-02-28
Fixed #21962 -- Added escape_html flag to ErrorDict.as_json()
vvojvoda
2014-02-20
Fixed #22097 -- Fixed change detection for TypedChoiceField
Claude Paroz
2014-01-27
Removed superfluous uses of TransRealMixin.
Aymeric Augustin
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-05
Renamed a couple models to prevent duplicate names.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-18
Refs #17413 -- Added isinstance backward compatibility on ErrorList.
Loic Bistuer
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-18
Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion
Claude Paroz
2013-11-08
Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...
Claude Paroz
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
[prev]
[next]