This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
views
History
Adrian Holovaty
706fcec164
Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4208
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-15 18:00:50 +00:00
..
decorators
Second half of little cleanup tweaks suggested by pyflakes.
2006-07-21 20:39:17 +00:00
generic
Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.
2006-12-15 18:00:50 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
debug.py
Fixed
#2968
-- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda
2006-10-30 20:50:27 +00:00
defaults.py
Changed default 500 view NOT to use RequestContext, to lessen the chance that the 500 view would raise an error in itself
2006-06-22 16:28:40 +00:00
i18n.py
Optimized JavaScript in django/views/i18n.py
2006-07-01 03:17:18 +00:00
static.py
Changed template names from [3707] to remove initial caps, to fit our style.
2006-09-04 23:49:14 +00:00