Eugene Lazutkin wrote:
> What was the motivation behind using complex kwargs like (taken from 
> http://code.djangoproject.com/wiki/RemovingTheMagic):

The complex kwargs predate magic-removal.  Most of the magic kwargs are 
slowly disappearing, too, like the sudden recent introduction of 
.exclude().  (Yay for exclude!  Boo for making me spend too much time in 
confusion!  Yay for moving targets!)

> name='John' (it is possible now)

This has been possible in magic-removal for a while:

Article.objects.filter(name='John')

-- 
--Max Battcher--
http://www.worldmaker.net/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to