This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-03-19 15:30:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
df193b3cef
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 11:25:30 +00: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-16 16:41:14 +00:00
Fixing E302 Errors Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-11-02 21:34:05 +00: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-16 16:41:14 +00:00
def
erroneous_view
(
request
)
:
pass
Reference in a new issue
Copy permalink