Re: [Django] #9110: prepopulate_from only works for text entry fields

2010-03-16 Thread Django
#9110: prepopulate_from only works for text entry fields
---+
  Reporter:  josho | Owner:  nobody   
Status:  closed| Milestone:   
 Component:  django.contrib.admin  |   Version:  SVN  
Resolution:  duplicate |  Keywords:  admin prepopulate
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Changes (by carljm):

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

Comment:

 This is actually a straight-up duplicate of #9983.

-- 
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] #9110: prepopulate_from only works for text entry fields

2009-02-25 Thread Django
#9110: prepopulate_from only works for text entry fields
---+
  Reporter:  josho | Owner:  nobody   
Status:  new   | Milestone:   
 Component:  django.contrib.admin  |   Version:  SVN  
Resolution:|  Keywords:  admin prepopulate
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Changes (by jacob):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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-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
-~--~~~~--~~--~--~---



[Django] #9110: prepopulate_from only works for text entry fields

2008-09-16 Thread Django
#9110: prepopulate_from only works for text entry fields
--+-
 Reporter:  josho |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  django.contrib.admin  | Version:  SVN   
 Keywords:  admin prepopulate |   Stage:  Unreviewed
Has_patch:  1 |  
--+-
 With the current implementation, prepopulate_from only works when the
 fields being drawn from are basic textentry fields: it can't handle choice
 fields such as ForeignKeys,  The attached patch changes this so that if
 the field specified to prepopulate from is any sort of choice field it
 will use onchange instead of onkeyup to monitor the field, and will
 retrieve the text of the field to get the selected option rather than the
 value which would return the wrong thing.

-- 
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-updates@googlegroups.com
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
-~--~~~~--~~--~--~---