Re: [Django] #13644: "Add another" link doesn't appear in Inlines with many-to-many

2010-05-28 Thread Django
#13644: "Add another" link doesn't appear in Inlines with many-to-many
-+--
  Reporter:  mateusz.haligow...@nostromolabs.pl  | Owner:  
nobody  
Status:  closed  | Milestone:   
   
 Component:  django.contrib.admin|   Version:  1.2  
   
Resolution:  invalid |  Keywords:  
admin inline
 Stage:  Unreviewed  | Has_patch:  0
   
Needs_docs:  0   |   Needs_tests:  0
   
Needs_better_patch:  0   |  
-+--
Changes (by mateusz.haligow...@nostromolabs.pl):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 Ah, turned out to be my misinterpretation of related_name field, which I
 added when changing to the ManyToManyField. It had a white space in it,
 and admin seems to use it in the id of the tag. It made the jQuery unable
 to find the rows. Thanks for your interest, though!

-- 
Ticket URL: 
Django 
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-upda...@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.



Re: [Django] #13644: "Add another" link doesn't appear in Inlines with many-to-many

2010-05-27 Thread Django
#13644: "Add another" link doesn't appear in Inlines with many-to-many
-+--
  Reporter:  mateusz.haligow...@nostromolabs.pl  | Owner:  
nobody  
Status:  new | Milestone:   
   
 Component:  django.contrib.admin|   Version:  1.2  
   
Resolution:  |  Keywords:  
admin inline
 Stage:  Unreviewed  | Has_patch:  0
   
Needs_docs:  0   |   Needs_tests:  0
   
Needs_better_patch:  0   |  
-+--
Changes (by carljm):

  * component:  Uncategorized => django.contrib.admin

Comment:

 This sounds like #13407, which is fixed. Are you definitely on a released
 1.2 version? Can you attach sample models.py and admin.py that show the
 symptom?

-- 
Ticket URL: 
Django 
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-upda...@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.



Re: [Django] #13644: "Add another" link doesn't appear in Inlines with many-to-many

2010-05-27 Thread Django
#13644: "Add another" link doesn't appear in Inlines with many-to-many
-+--
  Reporter:  mateusz.haligow...@nostromolabs.pl  | Owner:  
nobody  
Status:  new | Milestone:   
   
 Component:  Uncategorized   |   Version:  1.2  
   
Resolution:  |  Keywords:  
admin inline
 Stage:  Unreviewed  | Has_patch:  0
   
Needs_docs:  0   |   Needs_tests:  0
   
Needs_better_patch:  0   |  
-+--
Changes (by mateusz.haligow...@nostromolabs.pl):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 What if I want to try to fix this?

-- 
Ticket URL: 
Django 
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-upda...@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.



[Django] #13644: "Add another" link doesn't appear in Inlines with many-to-many

2010-05-27 Thread Django
#13644: "Add another" link doesn't appear in Inlines with many-to-many
+---
 Reporter:  mateusz.haligow...@nostromolabs.pl  |   Owner:  nobody
   Status:  new |   Milestone:
Component:  Uncategorized   | Version:  1.2   
 Keywords:  admin inline|   Stage:  Unreviewed
Has_patch:  0   |  
+---
 I have created a model Offer with one-to-many Option fields (ie. Option
 model has ForeignKey to Offer). Option contained a ForeignKey to
 Accomodation. Then, I made the Admin for Offer with inline of Option.
 Everything worked fine and the "Add another" link appeared.

 Then, I had a note from my customer, who asked me to make Accomodation as
 many-to-many with Option. But then, the "Add another" disappeared".

-- 
Ticket URL: 
Django 
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-upda...@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.