id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 3894,ManyToMany breaks in admin on python 2.3,Øyvind Saltvik ,Adrian Holovaty,"{{{ 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. ",,closed,"Database layer (models, ORM)",dev,,duplicate,,,Unreviewed,0,0,0,0,0,0