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
/
django
/
forms
/
fields.py
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-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
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-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-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
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-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-18
Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion
Claude Paroz
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-21
Ensured that BoundField.as_widget always returns properly localized fields.
Florian Apolloner
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Fixed #19298 -- Added MultiValueField.__deepcopy__
Tim Graham
2013-09-06
Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatField
Daniel Langer
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-06
Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.
Tai Lee
2013-08-02
Fixed #18777 -- Localized form fields with as_text/as_hidden
Aleksandra Sendecka
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-22
Fixed #20781 -- Fixed _has_changed regression with MultiValueField
Claude Paroz
2013-07-19
Fixed #20765 -- Set small values of `step` using exponential notation.
Simon Charette
2013-06-20
Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.
Simon Charette
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-05-18
Fixed #20440 -- Ensured CharField's max_length/min_length are integers
Tome Cvitan
2013-05-18
Added stripping of whitespace for SlugField and URLField
Deni Bertovic
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-04-13
Fixed #17840 -- Generalized named placeholders in form error messages
Claude Paroz
2013-03-25
Removed forced typecasting of help_text/label Field arguments
Claude Paroz
2013-03-20
Fixed #18839 - Field.__init__() now calls super().
Carny Cheng
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields
Claude Paroz
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-23
Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751
Florian Apolloner
2013-02-23
Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...
Erik Romijn
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-01-30
Fixed #19034 -- Added proper i18n pluralization for max/min length validation...
Claude Paroz
2013-01-28
Added HTML5 url input type
Claude Paroz
[next]