django1/django/forms
Claude Paroz db729266d6 [py3] Fixed 'iterable but non string' detection
In Python 3, the str type has an __iter__ attribute. Therefore, the
presence of an __iter__ attribute is not sufficient to distinguish
'standard' iterables (list, tuple) from strings.
2012-08-08 18:02:25 +02:00
..
extras [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +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] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
forms.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
formsets.py [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
models.py [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
util.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
widgets.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00