#897: Bi-Directional ManyToMany in Admin
-------------------------------------------+--------------------------------
          Reporter:  anonymous             |         Owner:  nobody
            Status:  new                   |     Milestone:        
         Component:  django.contrib.admin  |       Version:        
        Resolution:                        |      Keywords:        
             Stage:  Accepted              |     Has_patch:  0     
        Needs_docs:  0                     |   Needs_tests:  0     
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by anonymous):

 Replying to [comment:21 anonymous]:
 > Replying to [comment:17 ericholscher]:
 > > Just ran into this bug as well. I'll probably take a stab at fixing it
 in the next couple of days, as it is rather annoying. Though I'm curious
 if it might break expectations of people in existing setups.
 >
 > To fix it for 1.2, all needed is to change:
 >
 > {{{
 > self.creates_table = False
 > }}}
 >

 Forget this solution, it doesn't work. Sorry for the noise.
 > to:
 >
 > {{{
 > self.auto_created = False
 > }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/897#comment:22>
Django <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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to