django/django/core
Adrian Holovaty 640f198111 Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' if the client executable is not found. Previously we were displaying a traceback
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-09 02:18:06 +00:00
..
cache
files
handlers Fixed #8622: accessing POST after a POST handling exception no longer throws the server into an infinite loop. Thanks to vung for tracking this one down and fixing it. 2008-08-30 19:56:14 +00:00
management Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' if the client executable is not found. Previously we were displaying a traceback 2008-09-09 02:18:06 +00:00
serializers
servers
__init__.py
context_processors.py
exceptions.py
mail.py
paginator.py
signals.py
template_loader.py
urlresolvers.py Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently 2008-08-31 22:47:25 +00:00
xheaders.py