django1/django/forms
Claude Paroz 576ec12f8e [py3] Replaced __nonzero__ by __bool__
Of course, __nonzero__ alias has been kept for Python 2 compatibility.
2012-08-08 15:02:31 +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] Ported django.utils.encoding. 2012-08-07 12:00:22 +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