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
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
2013-01-28
Added HTML5 email input type
Claude Paroz
2013-01-26
Fixed #16123 -- Ensured strptime receive proper string type
Claude Paroz
2013-01-26
Moved BooleanField 'required' validation in validate()
Claude Paroz
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-23
Fixed #18982 - Caught TypeError in DateField.clean
Aymeric Augustin
2012-09-10
Document and test 'type' usage in Widget attrs
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-30
Fixed second security issue in image uploading. Disclosure and release forthc...
Florian Apolloner
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #18409 -- Made RegexField work with unicode characters.
Julien Phalip
2012-05-16
Hidden __pycache__ dirs for FilePathField. Refs #17393.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-04-05
Removed pre-2.6 compatibility code in date-based form fields. Refs #9459.
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-29
Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Tha...
Claude Paroz
2012-02-04
Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, p...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-15
Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns ...
Julien Phalip
2011-11-13
Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in ...
Karen Tracey
2011-11-07
Fixed #17125 -- Made it possible to change a `RegexField`'s regular expressio...
Julien Phalip
2011-10-28
Fixed #17127 -- Made field validators list independent per form instance. Tha...
Carl Meyer
[prev]
[next]