This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cb5dd99bb4
django
/
tests
/
urlpatterns_reverse
/
erroneous_views_module.py
6 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #21302 -- Fixed unused imports and import *.
2013-10-18 19:25:30 +08:00
import
non_existent
# NOQA
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raised by the URL resolver system during startup. Many thanks, IonelMaries and Bas Peschier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-17 00:41:14 +08:00
Fixing E302 Errors Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-11-03 05:34:05 +08:00
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raised by the URL resolver system during startup. Many thanks, IonelMaries and Bas Peschier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-17 00:41:14 +08:00
def
erroneous_view
(
request
)
:
pass