Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/extras
Commit message (Expand)AuthorAgeFilesLines
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic Bistuer2015-01-272-150/+11
* Fixed #22684 -- Amended SelectDateWidget.empty_label to a...gyx10002014-06-041-7/+20
* Fixed #22684 -- Added `empty_label` option on `django.for...Guillaume Pannatier2014-05-281-1/+4
* Refactored some code in SelectDateWidget.Tomasz Wysocki2014-04-101-22/+9
* Fixed #13970 -- Made SelectDateWidget use the standard wi...Claude Paroz2013-11-081-3/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+3
* Fixed #20986 -- Enabled SelectDateWidget to use custom mo...Loic Bistuer2013-08-281-3/+10
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz2013-01-261-1/+2
* Moved has_changed logic from widget to form fieldClaude Paroz2013-01-251-8/+0
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+2
* Fixed #17493 -- Made `Widget.id_for_label()` consistently...Julien Phalip2012-02-051-1/+0
* Fixed #17542 -- Gracefully handle errors when checking if...Jannis Leidel2012-02-041-3/+6
* Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` t...Julien Phalip2011-11-061-0/+5
* Remove all relative imports. We have always been at war ...Alex Gaynor2011-10-181-1/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-5/+1
* Fixed #15226 - Made SelectDateWidget render the label tag...Ramiro Morales2011-02-051-12/+32
* Fixed #13968 -- Fixed SelectDateWidget processing of an i...Ramiro Morales2011-02-051-2/+2
* Fixed #14933 -- Added ability to SelectDateWidget to cope...Jannis Leidel2010-12-221-1/+1
* Fixed #13592 -- Make sure the SelectDateWidget works with...Jannis Leidel2010-05-231-0/+2
* Fixed Python2.4 incompatibility introduced in r13041: dat...Karen Tracey2010-05-031-1/+6
* Fixed #12986 -- Ensured that SelectDateField repopulates ...Russell Keith-Magee2010-04-281-5/+12
* Fixed #7980 - Improved i18n framework to support locale a...Jannis Leidel2009-12-221-32/+45
* Fixed #9124: fixed `SelectDateWidget` with `required=Fals...Jacob Kaplan-Moss2009-04-181-5/+20
* Fixed #7741: django.newforms is now django.forms. This is...Jacob Kaplan-Moss2008-07-192-0/+80