Russell Keith-Magee
|
8656fffbe0
|
[1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused problems with m2m relations between models that had non-integer primary keys. Thanks to Ronny for the report and test case.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-15 11:54:03 +00:00 |
|
Russell Keith-Magee
|
2c6e3b30b3
|
[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m fields when using multi-table inheritance. Thanks to Justin Lilly for the report and patch.
Merge of r10550 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-13 03:07:59 +00:00 |
|
Malcolm Tredinnick
|
fd0cc45828
|
[8721] introduced some internal field names. We hide them from the list of
valid field names in debugging output so that it doesn't confuse things.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-30 04:52:56 +00:00 |
|
Malcolm Tredinnick
|
f04123f4df
|
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
|
2008-08-29 21:24:00 +00:00 |
|