This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
972000420e
django1
/
django
/
contrib
/
gis
/
db
/
models
History
Sergey Fedoseev
b9e2355eb0
Fixed
#31196
-- Added support for PostGIS 3.
2020-04-14 13:19:59 +02:00
..
sql
Fixed
#28353
-- Fixed some GIS functions when queryset is evaluated more than once.
2017-09-11 11:56:39 -04:00
__init__.py
Made isvalid lookup use IsValid function to decrease code redundancy.
2017-03-29 08:56:58 -04:00
aggregates.py
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle.
2020-03-04 09:04:50 +01:00
fields.py
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
functions.py
Fixed
#31196
-- Added support for PostGIS 3.
2020-04-14 13:19:59 +02:00
lookups.py
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
proxy.py
Refs
#30657
-- Made DeferredAttribute.__init__() to take a field instance instead of a field name.
2019-07-25 07:24:52 +02:00