Re: [Django] #12713: Fire 'onChange' event when adding a new option to a select box

2015-10-09 Thread Django
#12713: Fire 'onChange' event when adding a new option to a select box
---+
 Reporter:  mishaaq|Owner:  mishaaq
 Type:  New feature|   Status:  closed
Component:  contrib.admin  |  Version:  master
 Severity:  Normal |   Resolution:  fixed
 Keywords:  js admin onchange  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  1
---+
Changes (by timgraham):

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


Comment:

 This was added in Django 1.8 by
 
https://github.com/django/django/commit/07988744b347302925bc6cc66511e34224db55ab
 #diff-ec17958cc9f7c2542303557dfc4ad997R90.

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.68f294a15bf66fe4f04e024d506f30ad%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #12713: Fire 'onChange' event when adding a new option to a select box

2014-06-05 Thread Django
#12713: Fire 'onChange' event when adding a new option to a select box
---+
 Reporter:  mishaaq|Owner:  mishaaq
 Type:  New feature|   Status:  new
Component:  contrib.admin  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords:  js admin onchange  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  1
---+
Changes (by timo):

 * needs_better_patch:  0 => 1


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.a48722d4fa4038ca0a2b51cadd857c14%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #12713: Fire 'onChange' event when adding a new option to a select box

2011-04-01 Thread Django
#12713: Fire 'onChange' event when adding a new option to a select box
---+-
   Reporter:  mishaaq  |Owner:  mishaaq
   Type:  New feature  |   Status:  new
  Milestone:   |Component:  contrib.admin
Version:  SVN  | Severity:  Normal
 Resolution:   | Keywords:  js admin onchange
   Triage Stage:  Accepted |Has patch:  1
Needs documentation:  0|  Needs tests:  0
Patch needs improvement:  0|
---+-
Changes (by mattmcc):

 * type:   => New feature
 * severity:   => Normal


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



Re: [Django] #12713: Fire 'onChange' event when adding a new option to a select box

2010-02-04 Thread Django
#12713: Fire 'onChange' event when adding a new option to a select box
---+
  Reporter:  mishaaq   | Owner:  mishaaq  
Status:  new   | Milestone:   
 Component:  django.contrib.admin  |   Version:  SVN  
Resolution:|  Keywords:  js admin onchange
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Changes (by Alex):

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

Comment:

 Marking as accepted, but really I think the solution is to rewrite this
 using jQuery :)

-- 
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] #12713: Fire 'onChange' event when adding a new option to a select box

2010-01-27 Thread Django
#12713: Fire 'onChange' event when adding a new option to a select box
--+-
 Reporter:  mishaaq   |   Owner:  mishaaq   
   Status:  new   |   Milestone:
Component:  django.contrib.admin  | Version:  SVN   
 Keywords:  js admin onchange |   Stage:  Unreviewed
Has_patch:  1 |  
--+-
 After adding a new option to a select box in admin (by '+' sign) django
 automatically selects this new option, but it doesn't fire 'onChange'
 event after that and I think it should. This behaviour could be helpful
 when there is a js code with an event listener binded to a select
 box.[[BR]]
 [[BR]]
 This patch adds functionality to fire the event after the change.

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