summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2016-11-08[1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-10-25[1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when...Marti Raudsepp
2016-07-13[1.9.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-03[1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database n...mieciu
2016-05-18[1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callba...Barthelemy Dagenais
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-04-29[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips
2016-04-18[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek
2016-03-29[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referent...Alex Hill
2016-02-17[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-08[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-01-23[1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-21[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-19[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...Tim Graham
2016-01-11[1.9.x] Added missing period to "etc.".pp
2016-01-08[1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2015-12-17[1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.val...Sergey Fedoseev
2015-12-10[1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-10-09[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...Tim Graham
2015-10-06[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-09-26[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
2015-09-25[1.9.x] Fixed #25196 -- Normalized database representations in test database ...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
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-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-15Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede
2015-08-07Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-07-15Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...Tim Graham
2015-06-30Fixed #23658 -- Provided the password to PostgreSQL dbshell commandJean-Michel Vourgère
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-27Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple
2015-06-24Refs #25002 -- Supported textual to temporal column alteration on Oracle.Simon Charette
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-22Fixed #25002 -- Used PostgreSQL column type alteration USING clause.Simon Charette
2015-06-20Changed Oracle's test-database-creation to use an explicit main-db-connectionShai Berger
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-15Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham