| Age | Commit message (Collapse) | Author |
|
pt_BR translation
|
|
jQuery noConflict Issue
|
|
Fix for issue #193
|
|
git://github.com/django-debug-toolbar/django-debug-toolbar into internal_ips_issue
|
|
git://github.com/django-debug-toolbar/django-debug-toolbar into jquery_no_conflict_issue
|
|
global object as well as $.
|
|
- change '/' path separator usage to os.sep
|
|
|
|
|
|
|
|
Instead of copying and pasting, just import django.core.management.commands.shell.Command.
|
|
into dokterbob-master
Conflicts:
debug_toolbar/panels/request_vars.py
|
|
|
|
|
|
|
|
|
|
git://github.com/dmclain/django-debug-toolbar into line_profiler_int
|
|
This adds a feature asked in issue #163
|
|
dictionary cannot be modified.
|
|
just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.
|
|
|
|
|
|
|
|
|
|
|
|
Caught AttributeError while rendering: 'Template' object has no attribute 'origin'
|
|
|
|
|
|
or name
|
|
|
|
|
|
|
|
|
|
>= 1.1,< 1.4, and add note about required Django version
|
|
|
|
(fixes #166)
|
|
|
|
Accommodate per request URL confs
|
|
|
|
ensure we're appending urlpatterns correctly.
|
|
|
|
|
|
|
|
This accomodates sites where middleware may change the urlconf for two
different request.
|
|
|
|
|
|
|
|
|
|
|
|
|