Changes between Version 2 and Version 3 of Ticket #25446, comment 1


Ignore:
Timestamp:
Sep 22, 2015, 2:42:34 PM (9 years ago)
Author:
Evan Heidtmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25446, comment 1

    v2 v3  
    88    def get_or_create_for_line(cls, line):
    99        from django.contrib.gis.db.backends.postgis.adapter import PostGISAdapter
    10 
    11        
    1210
    1311        # We have to run a query outside of Manager.raw() because Manager.raw()
Back to Top