summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2016-07-15[1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.Marc-Aurèle Brothier
2016-07-13[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_f...Jon Dufresne
2016-06-28[1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_co...Aaron Elliot Ross
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-03[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database ...mieciu
2016-05-18Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais
2016-05-18Refs #25774 -- Made Oracle truncate microseconds if USE_TZ=False.Josh Smeaton
2016-05-17Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().Philip Liberato
2016-05-17Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...boaz85@gmail.com
2016-05-09Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti
2016-05-08Replaced `six.callable` with `callable`.Ville Skyttä
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