index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
compiler.py
Age
Commit message (
Expand
)
Author
2015-12-17
[1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.val...
Sergey Fedoseev
2015-01-30
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-08-19
[py3] Fixed Oracle specific failures
Anssi Kääriäinen
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2010-10-13
Fixed #12192 -- Don't execute any DB query when the QS slicing being performed
Ramiro Morales
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee