1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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
This commit is contained in:
Jacob Kaplan-Moss
2008-07-18 19:45:00 +00:00
parent cd80ce7a3d
commit 7997133a3d
14 changed files with 555 additions and 187 deletions

View File

@@ -0,0 +1,3 @@
class GenericViewError(Exception):
"""A problem in a generic view."""
pass