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
/
sqlite3
/
operations.py
Age
Commit message (
Expand
)
Author
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-01-23
Fixed typo in django/db/backends/sqlite3/operations.py.
seungkwon
2016-01-21
Fixed #26063 -- Crash when passing > 2000 params.
Aymeric Augustin
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-06-27
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Normalized the implementation of get_db_converters.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
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-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham