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
/
extras
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-06-04
Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...
gyx1000
2014-05-28
Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...
Guillaume Pannatier
2014-04-10
Refactored some code in SelectDateWidget.
Tomasz Wysocki
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-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-08-28
Fixed #20986 -- Enabled SelectDateWidget to use custom months
Loic Bistuer
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-01-26
Fixed #16123 -- Ensured strptime receive proper string type
Claude Paroz
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
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-02-05
Fixed #17493 -- Made `Widget.id_for_label()` consistently be an instance method.
Julien Phalip
2012-02-04
Fixed #17542 -- Gracefully handle errors when checking if the values of a Sel...
Jannis Leidel
2011-11-06
Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly wit...
Julien Phalip
2011-10-18
Remove all relative imports. We have always been at war with relative imports.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-05
Fixed #15226 - Made SelectDateWidget render the label tag associated with the...
Ramiro Morales
2011-02-04
Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date input va...
Ramiro Morales
2010-12-22
Fixed #14933 -- Added ability to SelectDateWidget to cope with new alternativ...
Jannis Leidel
2010-05-23
Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...
Jannis Leidel
2010-05-03
Fixed Python2.4 incompatibility introduced in r13041: datetime.strptime class...
Karen Tracey
2010-04-28
Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...
Russell Keith-Magee
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-04-18
Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...
Jacob Kaplan-Moss
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss