summaryrefslogtreecommitdiff
path: root/django/db/backends/base
AgeCommit message (Expand)Author
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-05-18Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais
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-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
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-17Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-11Added missing period to "etc.".pp
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
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-11Fixed #25329 -- Prevented _nodb_connection from being left openAdam Chainz
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-09-09Changed database connection duplication technique.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-05Updated references to the TEST_* database settings.Aymeric Augustin
2015-07-01Removed datetime_cast_sql, which is never overridden or used anywhere in Django.Shai Berger
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-06-02Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...Tim Graham
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton
2015-05-28Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-17Dropped the needs_datetime_string_cast feature.Aymeric Augustin
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-15Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz
2015-05-15Fixed #24757 -- Recreated MySQL index when needed during combined index removalClaude Paroz