1
0
mirror of https://github.com/django/django.git synced 2025-10-12 08:19:10 +00:00
Malcolm Tredinnick 8611522898 [1.0.X] Fixed #9775 -- Fixed an oversight from r9601 and allow direct attribute
lookup in the serializable_value() method. This means that abstract
parents that are multi-table children of other models(no, really!!) now
work again.

Backport of r9618 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 06:51:23 +00:00
..