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
/
sql
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-09-11
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...
Sergey Fedoseev
2017-09-08
Fixed deepcopy of AreaField and DistanceField.
Sergey Fedoseev
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-04-07
Removed more GeoQuerySet leftovers.
Sergey Fedoseev
2017-04-06
Fixed #28006 -- Allowed using D with lookups on Distance annotations.
Sergey Fedoseev
2017-04-03
Removed Oracle NULL workaround in AreaField.
Sergey Fedoseev
2017-03-23
Fixed #27962 -- Allowed lookups on Area annotations.
Sergey Fedoseev
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-02-09
Refs #26112 -- Fixed aggregate GIS test on Oracle.
Shai Berger
2016-01-22
Fixed #26112 -- Error when computing aggregate of GIS areas.
Daniel Wiesmann
2015-09-23
Refs #14030 -- Removed backwards compatiblity for old-style aggregates.
Tim Graham
2015-09-21
Fixed #24688 -- Added Oracle support for new-style GIS functions.
Jani Tiainen
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-16
Simplified a bit GeoAggregate classes
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-19
Fixed GeoSQLCompiler to pass itself correctly to column as_sql.
Carl Meyer
2014-11-19
Removed a deprecated use of SQLCompiler as quote_name in GIS.
Carl Meyer
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-10-09
Converted GIS lookups to use the new Lookup API
Claude Paroz
2014-09-22
Fixed Oracle GIS gml() test failure introduced by e910340; refs #18757.
Marc Tamlyn
2014-09-19
Fixed Oracle GIS failures introduced by e9103402c0; refs #18757.
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-05-24
Removed comment forgotten in 3caf957ed5
Claude Paroz
2014-05-24
Removed GeoWhereNode, obsoleted by GISLookup
Claude Paroz
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-29
Fixed #22250 -- regression in gis compiler for non-concrete fields
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-19
Fixed #21825 -- gis compiler uses self instead of qn for as_sql()
Anssi Kääriäinen
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-12
Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed regressions from 36ded01527b690b5df0574492af9cfcc2ea3d1dc.
Florian Apolloner
2013-11-03
Whitespace fix
Alex Gaynor
2013-11-03
Re-expose Count here
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
[next]