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
212b9826bd
django1
/
django
/
forms
History
Aymeric Augustin
e091c18f50
[py3] Removed a remaining use of __metaclass__.
2012-08-14 23:45:12 +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] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
formsets.py
[py3] Avoided comparison with None value in formsets
2012-08-13 11:54:13 +02:00
models.py
[py3] Removed a remaining use of __metaclass__.
2012-08-14 23:45:12 +02:00
util.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
widgets.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00