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
/
db
/
backends
/
oracle
/
compiler.py
Age
Commit message (
Expand
)
Author
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2017-10-09
Fixed #28670 -- Added FETCH/OFFSET support on Oracle.
Mariusz Felisiak
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-07
Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-12-17
Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...
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