#2441: [patch] Allow MultiValueKey update method to take keyword args, like dict
-----------------------------------------------+----------------------------
 Reporter:  Pete Shinners <[EMAIL PROTECTED]>  |       Owner:  adrian
     Type:  enhancement                        |      Status:  new   
 Priority:  normal                             |   Milestone:        
Component:  Admin interface                    |     Version:  SVN   
 Severity:  normal                             |    Keywords:        
-----------------------------------------------+----------------------------
 In Python 2.4 the builtin dict.update method can accept keyword args. This
 is a small update to MultiValueKey.update to also optionally accept
 keywork arguments. Also, like the python dict implementation, this allows
 both a dictionary (or MultiValueDict) alongside keyword arguments.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2441>
Django <http://code.djangoproject.org/>
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to