Created
April 5, 2011 23:39
-
-
Save sivy/904818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Environment: | |
| Request Method: GET | |
| Request URL: http://localhost:8080/nexus/admin/typepadapp/subscription/2/delete/ | |
| Django Version: 1.3 | |
| Python Version: 2.6.1 | |
| Installed Applications: | |
| ['django.contrib.auth', | |
| 'django.contrib.contenttypes', | |
| 'django.contrib.sessions', | |
| 'django.contrib.sites', | |
| 'django.contrib.messages', | |
| 'django.contrib.admin', | |
| 'ys_app', | |
| 'ys_api', | |
| 'typepadapp', | |
| 'nexus', | |
| 'gargoyle', | |
| 'eav', | |
| 'indexer', | |
| 'paging', | |
| 'sentry', | |
| 'sentry.client'] | |
| Installed Middleware: | |
| ('django.middleware.common.CommonMiddleware', | |
| 'django.contrib.sessions.middleware.SessionMiddleware', | |
| 'django.middleware.csrf.CsrfViewMiddleware', | |
| 'django.contrib.auth.middleware.AuthenticationMiddleware', | |
| 'django.contrib.messages.middleware.MessageMiddleware') | |
| Traceback: | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response | |
| 111. response = callback(request, *callback_args, **callback_kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/options.py" in wrapper | |
| 307. return self.admin_site.admin_view(view)(*args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/utils/decorators.py" in _wrapped_view | |
| 93. response = view_func(request, *args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func | |
| 79. response = view_func(request, *args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/sites.py" in inner | |
| 197. return view(request, *args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/src/nexus/nexus/nexus_modules.py" in delete_view | |
| 60. return super(NexusModelAdmin, self).delete_view(request, object_id, extra_context) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/utils/decorators.py" in _wrapper | |
| 28. return bound_func(*args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/utils/decorators.py" in _wrapped_view | |
| 93. response = view_func(request, *args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/utils/decorators.py" in bound_func | |
| 24. return func(self, *args2, **kwargs2) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/db/transaction.py" in inner | |
| 217. res = func(*args, **kwargs) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/options.py" in delete_view | |
| 1201. [obj], opts, request.user, self.admin_site, using) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/util.py" in get_deleted_objects | |
| 104. to_delete = collector.nested(format_callback) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/util.py" in nested | |
| 158. roots.extend(self._nested(root, seen, format_callback)) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/util.py" in _nested | |
| 143. ret = [format_callback(obj)] | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/contrib/admin/util.py" in format_callback | |
| 88. None, (quote(obj._get_pk_val()),)) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/core/urlresolvers.py" in reverse | |
| 391. *args, **kwargs))) | |
| File "/Users/steve/PROJECTS/SAY/yellowsubmarine/ys/lib/python2.6/site-packages/django/core/urlresolvers.py" in reverse | |
| 337. "arguments '%s' not found." % (lookup_view_s, args, kwargs)) | |
| Exception Type: NoReverseMatch at /nexus/admin/typepadapp/subscription/2/delete/ | |
| Exception Value: Reverse for 'typepadapp_subscription_change' with arguments '(2,)' and keyword arguments '{}' not found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment