#26336: GIS queries with distance and extra select fields generate a SQL 
exception
in pagination
-------------------------------------+-------------------------------------
     Reporter:  simondrabble         |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  GIS                  |                  Version:  1.8
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:  gis pagination       |             Triage Stage:
  query extra                        |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timgraham):

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


Comment:

 Also `QuerySet.extra()`
 
[https://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.query.QuerySet.extra
 is discouraged] and we aren't fixing bugs with its usage:

  This is an old API that we aim to deprecate at some point in the future.
 Use it only if you cannot express your query using other queryset methods.
 If you do need to use it, please file a ticket using the `QuerySet.extra`
 keyword with your use case (please check the list of existing tickets
 first) so that we can enhance the QuerySet API to allow removing
 `extra()`. We are no longer improving or fixing bugs for this method.

--
Ticket URL: <https://code.djangoproject.com/ticket/26336#comment:2>
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 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/070.54157e0676e088fd1358c0577c703dce%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to