django1/django/contrib/gis/db/backends/oracle
Anssi Kääriäinen cbb5cdd155 Fixed #23867 -- removed DateQuerySet hacks
The .dates() queries were implemented by using custom Query, QuerySet,
and Compiler classes. Instead implement them by using expressions and
database converters APIs.
2014-11-26 17:49:25 -05:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
base.py Factorized schema_editor() at BaseDatabaseWrapper level 2014-09-26 08:50:16 +02:00
compiler.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
introspection.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
models.py Gave unique names to SpatialRefSysModels. 2014-06-08 21:15:47 +02:00
operations.py Renamed qn to compiler 2014-11-16 13:19:34 +01:00
schema.py Fixed #23537 -- Added Oracle GIS SchemaEditor. 2014-09-25 20:16:54 -04:00