This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
2c57809a56
django1
/
django
/
forms
History
Julien Phalip
f6fc83c975
Fixed
#18409
-- Made RegexField work with unicode characters.
2012-05-31 11:45:35 -07: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
Fixed
#18409
-- Made RegexField work with unicode characters.
2012-05-31 11:45:35 -07: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