index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
backends
/
mysql
/
operations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34266 -- Added ClosestPoint GIS database functions.
Niccolò Mineo
2023-01-20
1
-0
/
+1
*
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Mariusz Felisiak
2023-01-10
1
-0
/
+5
*
Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...
Claude Paroz
2023-01-03
1
-0
/
+1
*
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-08
1
-2
/
+0
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-32
/
+51
*
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-22
1
-2
/
+0
*
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
1
-2
/
+8
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-3
/
+3
*
Fixed #30890 -- Added MariaDB support for the relate lookup.
Mariusz Felisiak
2019-10-18
1
-1
/
+4
*
Added missing support for PointOnSurface function on MariaDB.
Mariusz Felisiak
2019-06-12
1
-0
/
+1
*
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-03-20
1
-3
/
+3
*
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2019-02-12
1
-12
/
+10
*
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2019-01-17
1
-3
/
+3
*
Refs #29548 -- Fixed GIS tests on MariaDB
Claude Paroz
2018-07-13
1
-6
/
+8
*
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
2017-12-27
1
-4
/
+4
*
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-25
1
-14
/
+1
*
Refs #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-09-05
1
-2
/
+7
*
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
1
-18
/
+13
*
Removed unused SpatialOperations.from_wkb.
Tim Graham
2017-07-26
1
-4
/
+0
*
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-07-26
1
-0
/
+14
*
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
1
-1
/
+1
*
Sorted imports per isort 4.2.9.
Tim Graham
2017-06-01
1
-2
/
+3
*
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-10
1
-12
/
+0
*
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
2017-04-02
1
-1
/
+1
*
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-04-01
1
-2
/
+3
*
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
2017-04-01
1
-4
/
+5
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Added MySQLOperations.geom_func_prefix to simplify.
Sergey Fedoseev
2016-10-24
1
-22
/
+8
*
Updated links to the current version of MySQL docs.
Tim Graham
2016-09-30
1
-1
/
+1
*
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
Sergey Fedoseev
2016-07-28
1
-1
/
+18
*
Refs #26134 -- Updated deprecated MySQL GIS function names.
Tim Graham
2016-05-24
1
-19
/
+35
*
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2016-04-09
1
-1
/
+1
*
Fixed #26134 -- Used new OpenGIS names for recent MySQL
Claude Paroz
2016-01-29
1
-11
/
+28
*
Fixed #25835 -- Removed Adaptor alias from spatial operations classes.
Sergey Fedoseev
2015-11-30
1
-1
/
+0
*
Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions
Sergey Fedoseev
2015-11-02
1
-3
/
+6
*
Added MySQL support to GIS functions
Claude Paroz
2015-04-22
1
-1
/
+23
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+2
*
Simplified a bit GeoAggregate classes
Claude Paroz
2015-01-16
1
-0
/
+3
*
Moved check_aggregate_support to BaseSpatialOperations
Claude Paroz
2015-01-14
1
-1
/
+1
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-4
/
+3
*
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
1
-1
/
+0
*
Renamed qn to compiler
Josh Smeaton
2014-11-16
1
-2
/
+2
*
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
1
-3
/
+3
*
Converted GIS lookups to use the new Lookup API
Claude Paroz
2014-10-09
1
-32
/
+15
*
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-29
1
-1
/
+1
*
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-09-03
1
-1
/
+1
*
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-18
1
-3
/
+1
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-3
/
+3
*
Made gis_terms be a set, rather than a dict with None for all keys.
Alex Gaynor
2013-05-09
1
-15
/
+14
*
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-16
1
-3
/
+4
[next]