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
2407c45c18
django1
/
django
/
forms
History
Florian Apolloner
b1d4634686
Fixed second security issue in image uploading. Disclosure and release forthcoming.
2012-07-30 21:57:22 +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
Fixed second security issue in image uploading. Disclosure and release forthcoming.
2012-07-30 21:57:22 +02:00
forms.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
formsets.py
[py3] Added Python 3 compatibility for xrange.
2012-07-22 09:29:56 +02:00
models.py
it's -> its
2012-07-25 01:21:15 +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