index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
models
/
fields.py
Age
Commit message (
Expand
)
Author
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-09
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...
Tim Graham
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-12-21
Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...
jtiai
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-12
Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Sergey Fedoseev
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-07
Refs #28518 -- Improved performance of assigning values to GeometryFields.
Sergey Fedoseev
2017-11-04
Simplified GeometryField.select_format().
Sergey Fedoseev
2017-09-12
Removed django.contrib.gis.geometry.backend.
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-05
Refs #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
Added BaseSpatialField.get_db_prep_value() to simplify.
Sergey Fedoseev
2017-07-20
Refs #25588 -- Removed obsolete bits of RasterField support.
Tim Graham
2017-07-20
Simplified handling of GIS lookup params.
Sergey Fedoseev
2017-07-20
Removed unneeded check in GeometryField.from_db_value().
Sergey Fedoseev
2017-07-12
Removed GeometryField.get_distance(); a GeoQuerySet leftover.
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-04-07
Fixed #27972 -- Made BaseSpatialField.geodetic() use SpatialReference.geograp...
Sergey Fedoseev
2017-04-07
Made get_srid_info() cache use a namedtuple.
Sergey Fedoseev
2017-04-07
Removed connection agnostic SRID info cache from BaseSpatialField.
Sergey Fedoseev
2017-03-27
Refs #27736 -- Used decorators for GIS lookup registration.
Sergey Fedoseev
2017-03-21
Removed more GeoQuerySet leftovers.
Sergey Fedoseev
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2016-12-15
Refs #27576 -- Fixed running Django's tests if GDAL isn't installed.
Tim Graham
2016-12-15
Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...
Sergey Fedoseev
2016-12-07
Fixed #25708 -- Fixed annotations with geometry values.
Sergey Fedoseev
2016-12-06
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...
Sergey Fedoseev
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-06-21
Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...
Sergey Fedoseev
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-05-27
Refs #25588 -- Fixed GDAL dependency in spatial lookups.
Daniel Wiesmann
2016-05-06
Fixed #25588 -- Added spatial lookups to RasterField.
Daniel Wiesmann
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-02
Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...
Tim Graham
[next]