django1/django/forms
Aymeric Augustin 0d914d08a0 [py3] Updated urllib/urllib2/urlparse imports.
Lots of functions were moved. Use explicit imports in all cases
to keey it easy to identify where the functions come from.
2012-07-22 09:29:55 +02:00
..
extras [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
fields.py [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
forms.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
formsets.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
models.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
util.py Fixed #18572 - Python26 string format incompatibility 2012-07-06 00:23:02 +01:00
widgets.py [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00