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
/
oracle
/
operations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
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
/
+2
*
Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...
Claude Paroz
2023-01-03
1
-0
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+6
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-66
/
+81
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-2
/
+6
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-2
/
+2
*
Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.
Simon Charette
2019-11-25
1
-2
/
+2
*
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-11-22
1
-0
/
+2
*
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-11-18
1
-1
/
+2
*
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-03-20
1
-2
/
+2
*
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2019-01-17
1
-3
/
+3
*
Fixed #29507 -- Added Oracle support for Envelope GIS function.
Sergey Fedoseev
2018-06-20
1
-1
/
+2
*
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
2017-12-27
1
-3
/
+3
*
Removed django.contrib.gis.geometry.backend.
Tim Graham
2017-09-12
1
-3
/
+2
*
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...
Sergey Fedoseev
2017-09-11
1
-0
/
+3
*
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
-14
/
+14
*
Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.
Sergey Fedoseev
2017-07-25
1
-8
/
+0
*
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
-25
/
+1
*
Removed more GeoQuerySet leftovers.
Sergey Fedoseev
2017-04-07
1
-2
/
+1
*
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
2017-04-02
1
-3
/
+3
*
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-04-01
1
-1
/
+2
*
Made isvalid lookup use IsValid function to decrease code redundancy.
Sergey Fedoseev
2017-03-29
1
-5
/
+0
*
Removed more GeoQuerySet leftovers.
Sergey Fedoseev
2017-03-21
1
-11
/
+2
*
Removed BaseSpatialOperations.truncate_params.
Sergey Fedoseev
2017-03-20
1
-2
/
+0
*
Removed GeoQuerySet leftovers.
Sergey Fedoseev
2017-03-16
1
-16
/
+4
*
Fixed #25524 -- Removed GISOperations.get_distance()'s handle_spheroid param.
Tim Graham
2017-02-11
1
-1
/
+1
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
1
-4
/
+4
*
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-28
1
-10
/
+4
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-4
/
+4
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
1
-5
/
+11
*
Fixed #27607 -- Added Oracle support for AsGML GIS function.
Sergey Fedoseev
2016-12-15
1
-2
/
+1
*
Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.
Sergey Fedoseev
2016-11-30
1
-1
/
+7
*
Removed unneeded GeoAggregate.convert_value() & DatabaseOperations.convert_ge...
Sergey Fedoseev
2016-11-30
1
-9
/
+0
*
Used SQL from DB backend in GeomValue.
Tim Graham
2016-06-16
1
-0
/
+2
*
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2016-04-09
1
-1
/
+1
*
Fixed #25835 -- Removed Adaptor alias from spatial operations classes.
Sergey Fedoseev
2015-11-30
1
-1
/
+0
*
Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in unsupported GIS functions
Sergey Fedoseev
2015-10-29
1
-3
/
+3
*
Refs #25499 -- Fixed expressions in distance lookups on Oracle.
Claude Paroz
2015-10-09
1
-1
/
+1
*
Fixed #25499 -- Added the ability to pass an expression in distance lookups
Claude Paroz
2015-10-09
1
-1
/
+1
*
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-22
1
-6
/
+5
*
Fixed #24688 -- Added Oracle support for new-style GIS functions.
Jani Tiainen
2015-09-21
1
-1
/
+24
*
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-20
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+2
*
Simplified a bit GeoAggregate classes
Claude Paroz
2015-01-16
1
-13
/
+6
*
Moved check_aggregate_support to BaseSpatialOperations
Claude Paroz
2015-01-14
1
-1
/
+1
[next]