Re: [Django] #28738: Add support for PostGIS <-> operator

2019-03-20 Thread Django
#28738: Add support for PostGIS <-> operator
-+-
 Reporter:  Matthew Somerville   |Owner:  Francisco
 |  Couzo
 Type:  New feature  |   Status:  closed
Component:  GIS  |  Version:  1.11
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"0193bf874f08f21cdec628b8d80d261471bfe5fc" 0193bf8]:
 {{{
 #!CommitTicketReference repository=""
 revision="0193bf874f08f21cdec628b8d80d261471bfe5fc"
 Fixed #28738 -- Added the GeometryDistance function.
 }}}

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


Re: [Django] #28738: Add support for PostGIS <-> operator

2019-03-20 Thread Django
#28738: Add support for PostGIS <-> operator
-+-
 Reporter:  Matthew Somerville   |Owner:  Francisco
 |  Couzo
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  1.11
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * has_patch:  0 => 1
 * stage:  Accepted => Ready for checkin


Comment:

 [https://github.com/django/django/pull/11091 PR]

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


Re: [Django] #28738: Add support for PostGIS <-> operator

2019-03-17 Thread Django
#28738: Add support for PostGIS <-> operator
-+-
 Reporter:  Matthew Somerville   |Owner:
 |  franciscouzo
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  1.11
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by franciscouzo):

 * owner:  nobody => franciscouzo
 * status:  new => assigned


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


Re: [Django] #28738: Add support for PostGIS <-> operator

2017-10-25 Thread Django
#28738: Add support for PostGIS <-> operator
+
 Reporter:  Matthew Somerville  |Owner:  nobody
 Type:  New feature |   Status:  new
Component:  GIS |  Version:  1.11
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Tim Graham):

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


Re: [Django] #28738: Add support for PostGIS <-> operator

2017-10-25 Thread Django
#28738: Add support for PostGIS <-> operator
+--
 Reporter:  Matthew Somerville  |Owner:  nobody
 Type:  New feature |   Status:  new
Component:  GIS |  Version:  1.11
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--

Comment (by Matthew Somerville):

 The operator itself is the same, but the trigram code takes a string
 (which will be passed to Value() if not already a Value, so passed in
 strings aren't F() by default), whereas this operator would want to be a
 GeoFunc (a bit like Distance, I guess? Its return is the same as
 ST_Distance) taking geometries/expressions, transforming them to the same
 SRID and so on.

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


Re: [Django] #28738: Add support for PostGIS <-> operator (was: Addition of PostGIS <-> operator)

2017-10-24 Thread Django
#28738: Add support for PostGIS <-> operator
+--
 Reporter:  Matthew Somerville  |Owner:  nobody
 Type:  New feature |   Status:  new
Component:  GIS |  Version:  1.11
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--

Comment (by Tim Graham):

 Based on your description, I can't tell whether this is different from the
 
[https://github.com/django/django/blob/d1317edad0a2908574d2a5b07383bfe58884628c/django/contrib/postgres/search.py#L217-L219
 TrigramDistance] function?

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