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
/
sqlite3
Age
Commit message (
Expand
)
Author
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-08-17
Fixed #27077 -- Made SQLite's in-memory database checks DRYer.
Chris Jerdonek
2016-08-17
Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().
Chris Jerdonek
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-07-27
Fixed #26950 -- Removed obsolete DatabaseOperations SQL methods.
Anderson Resende
2016-07-18
Removed unnecessary looping in sqlite3 SchemaEditor.
akki
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-07-06
Fixed #26841 -- Avoid remake tables for altering togethers in sqlite3 (#6888)
akki
2016-06-27
Fixed #26751 -- Made dbshell exit with the shell's error code.
Étienne BERSAC
2016-06-21
Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-05-17
Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().
Philip Liberato
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-29
Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...
Alex Hill
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-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-10-06
Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-09-25
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-18
Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with o...
Hynek Cernoch
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-07-15
Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...
Tim Graham
2015-06-27
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-06
Imported sqlite3 instead of _sqlite3
Sagar Mittal
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
Removed global timezone-aware datetime adapters.
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-05-04
Allowed using the sqlite3 backend as much as possible without _sqlite3.
Milan Broum
2015-04-14
Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
peterfarrell
2015-04-03
Cleaned up use of context manager in SQLite schema editor
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-23
Fixed #12400 -- Allowed geometry fields in unique_together
Claude Paroz
2015-03-21
Explicitly disable FK constraints in SQLite editor
Alex Hill
2015-03-21
Safer table alterations under SQLite
Alex Hill
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-17
Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.
Tim Graham
2015-02-11
Fixed isort import that's inconsistent between platforms.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
[prev]
[next]