This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
modeltests
/
generic_relations
History
Russell Keith-Magee
12ad69c0b4
Fixed
#3215
,
#3081
,
#2749
-- Fixed problem with mistaken deletion of objects when a GenericRelation is involved. Thanks to Thomas Steinacher for helping to narrow down the problem (
#3215
), and Alex Dedul (
#3081
) for the starting point of a working patch.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4428
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-25 11:24:17 +00:00
..
__init__.py
Added generic foreign key support to Django. Much thanks to Ian Holsman and
2006-06-16 19:18:30 +00:00
models.py
Fixed
#3215
,
#3081
,
#2749
-- Fixed problem with mistaken deletion of objects when a GenericRelation is involved. Thanks to Thomas Steinacher for helping to narrow down the problem (
#3215
), and Alex Dedul (
#3081
) for the starting point of a working patch.
2007-01-25 11:24:17 +00:00