Re: [Django] #26153: Allow get_extra_descriptor_filter to return Q-objects

2016-02-11 Thread Django
#26153: Allow get_extra_descriptor_filter to return Q-objects
-+-
 Reporter:  akaariai |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.9
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"25496f0f7b953b9bca709ab20bc536137f57402d" 25496f0f]:
 {{{
 #!CommitTicketReference repository=""
 revision="25496f0f7b953b9bca709ab20bc536137f57402d"
 [1.9.x] Fixed #26153 -- Reallowed Q-objects in
 ForeignObject.get_extra_descriptor_filter().

 Backport of 353aecbf8c1a8cc6f3985149e2895d49e53dfc1c from master
 }}}

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


Re: [Django] #26153: Allow get_extra_descriptor_filter to return Q-objects

2016-02-11 Thread Django
#26153: Allow get_extra_descriptor_filter to return Q-objects
-+-
 Reporter:  akaariai |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.9
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"353aecbf8c1a8cc6f3985149e2895d49e53dfc1c" 353aecbf]:
 {{{
 #!CommitTicketReference repository=""
 revision="353aecbf8c1a8cc6f3985149e2895d49e53dfc1c"
 Fixed #26153 -- Reallowed Q-objects in
 ForeignObject.get_extra_descriptor_filter().
 }}}

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


Re: [Django] #26153: Allow get_extra_descriptor_filter to return Q-objects

2016-02-10 Thread Django
#26153: Allow get_extra_descriptor_filter to return Q-objects
-+-
 Reporter:  akaariai |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Database layer   |  Version:  1.9
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by akaariai):

 * needs_better_patch:  1 => 0


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


Re: [Django] #26153: Allow get_extra_descriptor_filter to return Q-objects

2016-01-29 Thread Django
#26153: Allow get_extra_descriptor_filter to return Q-objects
-+-
 Reporter:  akaariai |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Database layer   |  Version:  1.9
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 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):

 * needs_better_patch:  0 => 1
 * stage:  Unreviewed => Accepted


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


[Django] #26153: Allow get_extra_descriptor_filter to return Q-objects

2016-01-29 Thread Django
#26153: Allow get_extra_descriptor_filter to return Q-objects
-+-
   Reporter:  akaariai   |  Owner:  nobody
   Type:  Bug| Status:  new
  Component:  Database   |Version:  1.9
  layer (models, ORM)|
   Severity:  Normal |   Keywords:
   Triage Stage: |  Has patch:  1
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 In django 1.8 it was possible to return Q-objects from
 ForeignObject.get_extra_descriptor_filter(). In Django 1.9 the return
 value must be a dictionary.

 The problem is that in Django 1.9 it is impossible to return an OR
 combined condition. While the get_extra_descriptor_filter() is private API
 I'd like to maintain the ability to return Q-objects. This is
 straightforward patch with little regression risks.

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