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
61225ef721
django1
/
django
/
contrib
/
gis
/
db
/
models
History
Sergey Fedoseev
5d28fef8f9
Made NumPoints raise TypeError on MySQL when it's used on fields besides LineStringField.
2016-12-16 10:34:02 -05:00
..
sql
Refs
#26112
-- Fixed aggregate GIS test on Oracle.
2016-02-09 10:04:54 -05:00
__init__.py
Fixed gis_tests.geoapp when run in isolation.
2016-10-10 10:13:01 -04:00
aggregates.py
Removed unneeded GeoAggregate.convert_value() & DatabaseOperations.convert_geom().
2016-11-30 10:56:09 -05:00
fields.py
Refs
#27576
-- Fixed running Django's tests if GDAL isn't installed.
2016-12-15 17:38:34 -05:00
functions.py
Made NumPoints raise TypeError on MySQL when it's used on fields besides LineStringField.
2016-12-16 10:34:02 -05:00
lookups.py
Fixed
#27556
-- Added Oracle support for IsValid function and isvalid lookup.
2016-11-30 11:22:56 -05:00
manager.py
Fixed
#10506
,
#13793
,
#14891
,
#25201
-- Introduced new APIs to specify models' default and base managers.
2016-05-17 12:07:22 +07:00
proxy.py
Fixed
#26207
-- Replaced dynamic classes with non-data descriptors for deferred instance loading.
2016-04-29 13:06:32 -04:00
query.py
Fixed
#27497
-- Improved support of geodetic coordinates on SpatiaLite.
2016-12-15 15:31:07 -05:00