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