summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-05-17Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().Philip Liberato
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-29Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...Alex Hill
2016-02-26Fixed #24793 -- Unified temporal difference support.Simon Charette
2016-01-23Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-21Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-10-06Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-09-25Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-18Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with o...Hynek Cernoch
2015-09-17Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-07-15Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...Tim Graham
2015-06-27Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-06Imported sqlite3 instead of _sqlite3Sagar Mittal
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-17Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime adapters.Aymeric Augustin
2015-05-17Normalized the implementation of get_db_converters.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime converters.Aymeric Augustin
2015-05-04Allowed using the sqlite3 backend as much as possible without _sqlite3.Milan Broum
2015-04-14Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
2015-04-03Cleaned up use of context manager in SQLite schema editorAlex Hill
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-23Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz
2015-03-21Explicitly disable FK constraints in SQLite editorAlex Hill
2015-03-21Safer table alterations under SQLiteAlex Hill
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-17Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.Tim Graham
2015-02-11Fixed isort import that's inconsistent between platforms.Loic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-27Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy
2015-01-18Removed obsolete SQL generation methods.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-10Introspected alternate SQLite FK definitionsClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-23Refs #2443 -- fixed format_dtdelta on SQLiteAnssi Kääriäinen