Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.
commit04b300e9258d2ac9a404d0120f4838a4c09b4201
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 29 Aug 2008 21:24:00 +0000 (29 21:24 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 29 Aug 2008 21:24:00 +0000 (29 21:24 +0000)
tree8cc20e32b74feaf231f5df1cfb83d725053d287c
parent41201a2c3908a87a7c1c4b1ea7a2acb00e04afb1
Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/db/models/fields/related.py
tests/regressiontests/m2m_regress/__init__.py [new file with mode: 0644]
tests/regressiontests/m2m_regress/models.py [new file with mode: 0644]