diff options
| author | Gavin Wahl | 2013-12-11 17:28:35 -0700 | 
|---|---|---|
| committer | Gavin Wahl | 2013-12-11 17:32:08 -0700 | 
| commit | b21269532cbd23ab61f6c80951fae89b18675804 (patch) | |
| tree | 0dd84285edf0732ca079f77453be733e79c0561d /tests | |
| parent | 7716a53bdd0dd2547056bad901253c1eedfb581a (diff) | |
| download | django-debug-toolbar-b21269532cbd23ab61f6c80951fae89b18675804.tar.bz2 | |
Put debug_toolbar's url patterns first
Some applications require using a catch-all urlpattern that must come
last in the list of urlpatterns. If the __debug__ urls come after it,
they'll never be hit.
Putting the debug_toolbar urls first fixes this, but could possibly
shadow an existing url, but the old version of debug toolbar did the
same thing.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
