#7539: Add ON DELETE and ON UPDATE support to Django
---------------------------------------------+------------------------------
Reporter: glassfordm | Owner: nobody
Status: new | Milestone: post-1.0
Component: Database wrapper | Version: SVN
Resolution: | Keywords: feature
Stage: Design decision needed | Has_patch: 1
Needs_docs: 1 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Comment (by anonymous):
Can not apply the patch to latest django svn trunk (admin newforms
merged).
I've manually modified the files, but get the following error when trying
to run the application:
{{{
File "/usr/lib/python2.5/site-
packages/django/db/models/fields/related.py", line 596, in __init__
self.on_delete = on_delete
NameError: global name 'on_delete' is not defined
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/7539#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---