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
Gary Wilson Jr
a3d015fad0
Added module docstring and corrected order of imports to adhere to PEP 8.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@6505
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-14 04:10:02 +00:00
..
decorators
Second half of little cleanup tweaks suggested by pyflakes.
2006-07-21 20:39:17 +00:00
generic
Fixed
#5468
-- Fixed the handling of the context argument in direct_to_template generic views. Thanks, durdinator.
2007-09-15 11:12:54 +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
#5046
-- Added 'Unicode error hint' section to debug page in the case of a UnicodeError. Thanks, Thomas Guttler
2007-08-12 03:23:53 +00:00
defaults.py
Fixed
#4685
-- 'View on site' now works for https URLs. Thanks, cbrand@redback.com, treborhudson@gmail.com, Jeff Hilyard
2007-07-03 15:11:49 +00:00
i18n.py
Changed set_language() change from [6320] to use request.REQUEST, which is shorter
2007-09-15 20:00:14 +00:00
static.py
Added module docstring and corrected order of imports to adhere to PEP 8.
2007-10-14 04:10:02 +00:00