Django

Code

root/django/branches/newforms-admin/django/core/signals.py

Revision 4265, 88 bytes (checked in by adrian, 2 years ago)

Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. Thanks, jjl@pobox.com

  • Property svn:eol-style set to native
Line 
1 request_started = object()
2 request_finished = object()
3 got_request_exception = object()
Note: See TracBrowser for help on using the browser.