Changes between Initial Version and Version 1 of Ticket #8784, comment 21


Ignore:
Timestamp:
May 8, 2013, 2:54:07 PM (11 years ago)
Author:
fetzig

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8784, comment 21

    initial v1  
    22> There is an extremely basic use here that fetzig alluded to earlier: calculating distances based on long/lat.  It would be nice if Django's ORM supported a way to derive and filter on things like this.
    33
    4 thx ;) but IMHO its way better use geo-django. put a lot of effort into this without geo-django because i thought its to much of a hustle (postgis and all the other dependencies). but after i hit the wall (this ticket) i refactored my project within a couple of hours.
     4thx ;) but IMHO its way better to use geo-django. put a lot of effort into this without geo-django because i thought its to much of a hustle (postgis and all the other dependencies). but after i hit the wall (this ticket) i refactored my project within a couple of hours.
    55
    66in addition to that i'm convinced this ticket was handled the right way. you're right "it would be nice" but it's simply wrong or inelegant. don't have the time/motivation to describe exactly why, but i guess a look at the other comments and a more detailed look into the ORM should convince you if you don't "believe" me...wasted a couple of days for being a disbeliever myself...at least i'm wiser now ;)
Back to Top