Florian Apolloner
|
4269648c0f
|
Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.
|
2018-10-22 13:36:48 +02:00 |
Jon Dufresne
|
e90af8bad4
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
Sergey Fedoseev
|
8ef8bc0f64
|
Refs #28909 -- Simplifed code using unpacking generalizations.
|
2018-09-28 09:57:12 -04:00 |
Jon Dufresne
|
82f286cf6f
|
Refs #29784 -- Switched to https:// links where available.
|
2018-09-26 08:48:47 +02:00 |
Sergey Fedoseev
|
553c24018e
|
Removed unneeded list() calls in list.extend() argument.
|
2018-09-25 11:30:43 -04:00 |
Jon Dufresne
|
8c3e0eb1c1
|
Normalized spelling of "lowercase" and "lowercased".
|
2018-09-25 10:30:18 -04:00 |
Jon Dufresne
|
ad9a28ee38
|
Refs #29784 -- Normalized Python docs links to omit the version.
|
2018-09-25 10:19:42 +02:00 |
Sergey Fedoseev
|
4441778c26
|
Simplified ListMixin.sort().
|
2018-09-17 10:54:37 -04:00 |
priyanshsaxena
|
83b04d4f88
|
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
|
2018-08-23 11:52:09 -04:00 |
Claude Paroz
|
50b8493581
|
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
|
2018-08-22 09:13:58 -04:00 |
luz.paz
|
97e637a87f
|
Fixed typos in comments and docs.
|
2018-08-01 16:09:22 -04:00 |
Claude Paroz
|
287fef8693
|
Updated contrib translations from Transifex
Forwardport of cbf7e7dc52 from stable/2.1.x.
|
2018-08-01 09:24:06 -04:00 |
Melvyn Sopacua
|
e7a56eb4f0
|
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
|
2018-07-27 16:38:28 -04:00 |
Mariusz Felisiak
|
a73cf8110e
|
Removed duplicate words in various comments.
|
2018-07-18 11:54:15 -04:00 |
Claude Paroz
|
c28bf990d7
|
Refs #29548 -- Fixed GIS tests on MariaDB
|
2018-07-13 18:27:30 +02:00 |
Sergey Fedoseev
|
3411c5551a
|
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
|
2018-07-09 11:02:12 -04:00 |
Mushtaq Ali
|
66b6b68923
|
Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.
|
2018-07-06 11:26:14 -04:00 |
Claude Paroz
|
eac9ab7ebb
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
Sergey Fedoseev
|
a799dc51b9
|
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
|
2018-06-21 09:25:31 -04:00 |
Sergey Fedoseev
|
fa453b03a6
|
Fixed #29507 -- Added Oracle support for Envelope GIS function.
|
2018-06-20 16:48:57 +05:00 |
Tim Graham
|
9e4f26bb40
|
Fixed #29483 -- Confirmed support for GDAL 2.3.
|
2018-06-12 13:34:58 -04:00 |
Tim Graham
|
860903b261
|
Dropped support for GDAL 1.9 and 1.10.
|
2018-06-11 08:33:09 -04:00 |
Tim Graham
|
7a266e25be
|
Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().
|
2018-06-09 09:27:33 +02:00 |
Claude Paroz
|
f3836144db
|
Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
Thanks Tim Graham for the review.
|
2018-06-09 09:24:20 +02:00 |
Tim Graham
|
f185d929fa
|
Fixed #29460 -- Added support for GEOS 3.6.
|
2018-05-31 11:35:59 -04:00 |
Markus Holtermann
|
e01fa015c0
|
Refs #27098 -- Removed unused introspection queries.
Unused since 578711c310 .
Thanks Ian Foote for finding this.
|
2018-05-26 16:29:02 +02:00 |
Claude Paroz
|
1e20fedb35
|
Upgraded OpenLayers to 4.6.5 for OpenLayersWidget
|
2018-05-10 16:25:37 +02:00 |
Tom
|
11b8c30b9e
|
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
|
2018-04-19 21:30:00 -04:00 |
Claude Paroz
|
2a2ed0e70a
|
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID.
Regression in 6ecccad711 .
|
2018-04-02 10:20:00 -04:00 |
Alex Stovbur
|
d171843f57
|
Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the path.
|
2018-03-05 12:20:30 -05:00 |
Claude Paroz
|
75527c0f83
|
Updated translations from Transifex
Forward port of 2126e9317e from stable/2.0.x.
|
2018-02-28 20:06:52 +01:00 |
Stanislav Karpov
|
6d794fb762
|
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
|
2018-02-10 19:45:58 -05:00 |
Tim Graham
|
d0a42a14c0
|
Fixed imports per isort 4.3.1.
Partially reverted 9bcf73d788 .
|
2018-02-02 14:44:07 -05:00 |
Mariusz Felisiak
|
9bcf73d788
|
Fixed imports per isort 4.3.0.
|
2018-02-01 09:29:46 +01:00 |
Mariusz Felisiak
|
b002a032f9
|
Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bf .
Thanks Tim Graham for the review.
|
2018-01-27 11:12:11 +01:00 |
Дилян Палаузов
|
a38ae914d8
|
Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.
|
2018-01-12 12:44:50 -05:00 |
Sergey Fedoseev
|
762bd34c36
|
Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.
|
2018-01-06 19:24:44 -05:00 |
Дилян Палаузов
|
d7b2aa24f7
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
я котик пур-пур
|
ccc25bfe4f
|
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
|
2018-01-03 11:02:26 -05:00 |
Mariusz Felisiak
|
c86e9b5847
|
Removed DeferredAttribute.__init__()'s unused model argument.
Unused since a8a81aae20 .
|
2018-01-02 17:54:10 -05:00 |
Mariusz Felisiak
|
83a36ac49a
|
Removed unnecessary trailing commas and spaces in various code.
|
2017-12-28 21:07:29 +01:00 |
Sergey Fedoseev
|
aefe624c62
|
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
|
2017-12-27 19:26:14 -05:00 |
Sergey Fedoseev
|
da71e4bb08
|
Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Regression in 58da81a5a3 .
|
2017-12-12 17:12:04 -10:00 |
Nick Pope
|
d13a9e44de
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
Nick Pope
|
c68f66e014
|
Refs #23919 -- Replaced super() calls for old-style classes.
|
2017-12-07 09:10:32 -05:00 |
Дилян Палаузов
|
d2afa5eb23
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
Simon Charette
|
095c1aaa89
|
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Thanks Ramiro for the input and Tim for the review.
|
2017-12-01 22:12:24 -05:00 |
Claude Paroz
|
d0932ce8fc
|
Updated contrib translations from Transifex
Forward port of 765e6de924 from stable/2.0.x
|
2017-12-01 21:51:30 +01:00 |
Jon Dufresne
|
7a6fbf36b1
|
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
|
2017-11-28 11:28:09 -05:00 |
Sergey Fedoseev
|
31425f71bc
|
Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.
This was missed in 93cdd07e8f .
|
2017-11-24 07:52:13 -05:00 |