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
Age
Commit message (
Expand
)
Author
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
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-22
Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...
Andriy Sokolovskiy
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-10
Introspected alternate SQLite FK definitions
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-23
Refs #2443 -- fixed format_dtdelta on SQLite
Anssi Kääriäinen
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-15
Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Andriy Sokolovskiy
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-01
Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-23
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Tim Graham
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
[prev]
[next]