summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2016-05-07Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditorMarkus Holtermann
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-04-29Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-04-18Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.Lukasz Wiecek
2016-04-08Fixed #26351 -- Added MySQL check to warn about strict mode optionClaude Paroz
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed E402 flake8 warnings.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-29Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...Alex Hill
2016-03-18Merge pull request #6310 from apollo13/informixAndrew Godwin
2016-03-18Pass type to sql_alter_column*.Florian Apolloner
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
2016-03-14Fixed #26140 -- Suppressed MySQL warning when inserting binary contentClaude Paroz
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-03-02Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot
2016-03-02Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel
2016-02-26Fixed #24793 -- Unified temporal difference support.Simon Charette
2016-02-26Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.zshimanchik
2016-02-17Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-08Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.Tim Graham
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-23Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-22Removed unused attributes of MySQL SchemaEditor.Tim Graham
2016-01-21Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-11Added missing period to "etc.".pp
2016-01-11Removed use of locals for print formatting in Oracle backend.Curtis Maloney
2016-01-08Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextFiel...Tim Graham
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-17Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...Sergey Fedoseev
2015-12-15Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.Stewart Park
2015-12-10Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using A...Federico Frenguelli
2015-11-24Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...George Marshall
2015-11-13Refs #25196 -- Fixed incorrect argument order in test database creation.Tim Graham
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-10-21Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL.Mariusz Felisiak
2015-10-09Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on ...Tim Graham
2015-10-06Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-09-26Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
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-14Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...Ville Skyttä
2015-09-11Fixed #25329 -- Prevented _nodb_connection from being left openAdam Chainz
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin