Fixed #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs...
commit48ce813579949c9b98c37fbad4b739027552efbe
authoradrian <adrian@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 27 Nov 2005 22:08:51 +0000 (27 22:08 +0000)
committeradrian <adrian@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 27 Nov 2005 22:08:51 +0000 (27 22:08 +0000)
tree3b6380d9b4d0a1c04c0fc65ba71c3473644f2252
parent30eeb27a0f03ec7290568b4c5b342da0c4df3598
Fixed #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs (with named groups) still work. This is backwards-incompatible if you've defined custom middleware with a process_view function. See code.djangoproject.com/wiki/BackwardsIncompatibleChanges

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/core/handlers/base.py
django/core/urlresolvers.py
django/middleware/doc.py
django/utils/decorators.py