This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
af68a0ccd8
django1
/
django
/
views
/
generic
/
__init__.py
4 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #3639: updated generic create_update views to use newforms. This is a backwards-incompatible change. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-19 03:45:00 +08:00
class
GenericViewError
(
Exception
)
:
"""
A problem in a generic view.
"""
pass