summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/compiler.py
AgeCommit message (Expand)Author
2015-01-30[1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2013-09-02Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-08-19[py3] Fixed Oracle specific failuresAnssi Kääriäinen
2012-08-14[py3] Removed unnecessary calls to .keys()Aymeric Augustin
2010-10-13Fixed #12192 -- Don't execute any DB query when the QS slicing being performedRamiro Morales
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee