Adrian Holovaty
|
a2e26150b7
|
Fixed #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-15 02:20:35 +00:00 |
Adrian Holovaty
|
cb6aa1035b
|
Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-31 16:27:59 +00:00 |
Adrian Holovaty
|
aec0a73d73
|
Changed 'coding error' and 'database error' e-mails to include request.path in subject
git-svn-id: http://code.djangoproject.com/svn/django/trunk@548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-25 00:50:01 +00:00 |
Adrian Holovaty
|
28d41fe270
|
Tweaked [531] slightly, so that it checks for 'is None' instead of boolean 'not'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-18 00:15:39 +00:00 |
Adrian Holovaty
|
8a939224fa
|
Added friendly error message if a view returns None instead of an HttpResponse object.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-18 00:14:15 +00:00 |
Adrian Holovaty
|
59c3ebc6dd
|
Greatly improved the 404 error message when DEBUG=True. If none of the urlpatterns matches, Django now displays a list of all the urlpatterns it tried. This should catch a lot of newbie errors, and it's helpful even for power users.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-05 22:22:41 +00:00 |
Adrian Holovaty
|
a55598cbdd
|
Refactored the internals of URL parsing to use less code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-05 20:50:19 +00:00 |
Adrian Holovaty
|
c97efb6799
|
Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplicate code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-22 18:34:38 +00:00 |