#17494: Query Methods
----------------------------------------------+--------------------
     Reporter:  zacharyvoase                  |      Owner:  nobody
         Type:  New feature                   |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  1.3
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 The rationale and idea are expounded in more detail in this django-
 developers thread: http://groups.google.com/group/django-
 developers/browse_thread/thread/ad1af7d783317302

 The idea is a simple decorator, similar to Python's `@classmethod`, which
 applies to a method on a manager and marks it as a query method—that is, a
 method which should be present not only on the manager, but on all
 querysets which come from that manager.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17494>
Django <https://code.djangoproject.com/>
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?hl=en.

Reply via email to