Re: [Django] #18931: Add predicate functionality to Q objects

2015-08-04 Thread Django
#18931: Add predicate functionality to Q objects
-+-
 Reporter:  ptone|Owner:  ptone
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

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


Comment:

 It seems like the improved lookups API has superseded this, at least for
 now.

--
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/063.ba46dc92aa9be11b5d224a7272e9d79a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #18931: Add predicate functionality to Q objects

2014-05-16 Thread Django
#18931: Add predicate functionality to Q objects
-+-
 Reporter:  ptone|Owner:  ptone
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by oinopion):

 * 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/063.0a5ed32eeb4765576af5a69ea2bdd1d3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #18931: Add predicate functionality to Q objects

2012-09-22 Thread Django
#18931: Add predicate functionality to Q objects
-+-
 Reporter:  ptone|Owner:  ptone
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by ptone):

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


Comment:

 This is now ready for more eyes to review

 https://github.com/django/django/pull/388

-- 
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 https://groups.google.com/groups/opt_out.




[Django] #18931: Add predicate functionality to Q objects

2012-09-08 Thread Django
#18931: Add predicate functionality to Q objects
--+
 Reporter:  ptone |  Owner:  ptone
 Type:  New feature   | Status:  new
Component:  Database layer (models, ORM)  |Version:  master
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 A predicate is condition that can be matched against some item to
 determine whether that item meets the condition.

 Django has a relatively rich set of lookup terms that can be used in
 filtering a queryset.

 What is proposed is a new behavior of a Q object, that allows the
 conditions described in the formation of a Q instance, to be tested agains
 a model instance.

 The initial implementation of this was released separately:

 https://github.com/ptone/django-predicate

 Current work-in-progress to bring this into Django is here:

 https://github.com/ptone/django/compare/master...q-predicate

-- 
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 https://groups.google.com/groups/opt_out.