summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2020-06-17 12:15:56 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-17 13:16:17 +0200
commit9b95c3bc090ed01b8e46aca14964e23d5b6469f7 (patch)
tree10c9791685ace14e016d4968e83624527810519b /django
parent5ba2dfb9d0043121ae9966855ce468ce1104a626 (diff)
[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
Backport of 10df5b71775d8ee98201acb1367266521b17cc00 from master
Diffstat (limited to 'django')
-rw-r--r--django/contrib/gis/db/backends/base/operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/db/backends/base/operations.py b/django/contrib/gis/db/backends/base/operations.py
index 63fcf93c91..315735c1eb 100644
--- a/django/contrib/gis/db/backends/base/operations.py
+++ b/django/contrib/gis/db/backends/base/operations.py
@@ -36,7 +36,7 @@ class BaseSpatialOperations:
# match; used in spatial_function_name().
function_names = {}
- # Blacklist/set of known unsupported functions of the backend
+ # Set of known unsupported functions of the backend
unsupported_functions = {
'Area', 'AsGeoJSON', 'AsGML', 'AsKML', 'AsSVG', 'Azimuth',
'BoundingCircle', 'Centroid', 'Difference', 'Distance', 'Envelope',