This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-24 22:26:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
3cb2457f46b3e40ff6b6acffcb3fd44cbea091e5
django
/
django
/
forms
History
Aymeric Augustin
3cb2457f46
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +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
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
forms.py
[py3] Used six.with_metaclass wherever necessary.
2012-07-22 09:29:52 +02:00
formsets.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
models.py
[py3] Used six.with_metaclass wherever necessary.
2012-07-22 09:29:52 +02:00
util.py
Fixed
#18572
- Python26 string format incompatibility
2012-07-06 00:23:02 +01:00
widgets.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00