#3894: ManyToMany breaks in admin on python 2.3
------------------------------------------------------+---------------------
Reporter: Øyvind Saltvik <[EMAIL PROTECTED]> | Owner: adrian
Status: new | Component: Database
wrapper
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
------------------------------------------------------+---------------------
{{{
class Bug(models.Model):
some_field = models.CharField(maxlength=30)
belongs_to_sites = models.ManyToManyField(Site, null=True, blank=True)
class Admin:
pass
}}}
Testing the exact same model on python2.3, breaks with this error: "Cannot
resolve keyword 'bug' into field."
get_all_related_many_to_many_objects seems to not add a RelatedObject with
this model to the list.
--
Ticket URL: <http://code.djangoproject.com/ticket/3894>
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
-~----------~----~----~----~------~----~------~--~---