Changes between Initial Version and Version 1 of Ticket #8320
- Timestamp:
- Aug 16, 2008, 4:22:25 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8320
- Property Component Uncategorized → Admin interface
- Property Milestone 1.0 maybe → 1.0
- Property Triage Stage Unreviewed → Accepted
-
Ticket #8320 – Description
initial v1 3 3 Environment: 4 4 5 Request Method: POST 6 7 Request URL: http://test.holdenweb.com/admin/accounts/userprofile/14/ 8 9 Django Version: 1.0-alpha_2-SVN-8346 10 11 Python Version: 2.4.3 5 * Request Method: POST 6 * Request URL: http://test.holdenweb.com/admin/accounts/userprofile/14/ 7 * Django Version: 1.0-alpha_2-SVN-8346 8 * Python Version: 2.4.3 12 9 13 10 Installed Applications: 14 11 {{{ 12 #!python 15 13 ['django.contrib.auth', 16 14 'django.contrib.contenttypes', … … 23 21 'registration', 24 22 'accounts'] 23 }}} 25 24 Installed Middleware: 25 {{{ 26 #!python 26 27 ('django.middleware.common.CommonMiddleware', 27 28 'django.contrib.sessions.middleware.SessionMiddleware', 28 29 'django.contrib.auth.middleware.AuthenticationMiddleware', 29 30 'django.middleware.doc.XViewMiddleware') 30 31 }}} 31 32 32 33 Traceback: 34 {{{ 33 35 File "/home/holdenwe/django-trunk/django/core/handlers/base.py" in get_response 34 36 86. response = callback(request, *callback_args, **callback_kwargs) … … 48 50 Exception Type: TransactionManagementError at /admin/accounts/userprofile/14/ 49 51 Exception Value: Transaction managed block ended with pending COMMIT/ROLLBACK 50 52 }}}