django1/django/forms
Claude Paroz 38408f8007 Marked bytestrings with b prefix. Refs #18269
This is a preparation for unicode literals general usage in
Django (Python 3 compatibility).
2012-05-19 17:43:34 +02:00
..
extras Fixed #17493 -- Made `Widget.id_for_label()` consistently be an instance method. 2012-02-05 08:09:26 +00: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 Hidden __pycache__ dirs for FilePathField. Refs #17393. 2012-05-16 23:15:49 +02:00
forms.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
formsets.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
models.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
util.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
widgets.py Fixed #17976 -- Made forms.BooleanField pickleable. 2012-04-29 14:25:06 +02:00