summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2017-03-30[1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of ...Sergey Fedoseev
2017-03-28[1.11.x] Refs #18974 -- Added stacklevel for permalink() deprecation.Tim Graham
2017-03-23[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...Kapil Garg
2017-03-21[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-03-18[1.11.x] Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.Mads Jensen
2017-03-15[1.11.x] Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntro...Mariusz Felisiak
2017-03-14[1.11.x] Used constant instead of hard-coded value for max index name lengthMads Jensen
2017-03-10[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-01[1.11.x] Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.Matthew Schinckel
2017-02-27[1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_n...Tim Graham
2017-02-21[1.11.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-20[1.11.x] Fixed typo in DurationField's docstring.Alexey Rogachev
2017-02-17[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a usern...Mariusz Felisiak
2017-02-16[1.11.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...Vytis Banaitis
2017-02-15[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham
2017-02-11[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in...Tim Graham
2017-02-10[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
2017-01-31[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny
2017-01-31[1.11.x] Fixed typo in django/db/migrations/operations/special.py.Tim Graham
2017-01-31[1.11.x] Fixed #25192 -- Fixed squashmigrations crash with RunPython.noop on ...Shai Berger
2017-01-25[1.11.x] Bumped MySQLdb version requirement to 1.2.3.Tim Graham
2017-01-25[1.11.x] Removed unused variables that are overwritten.Mads Jensen
2017-01-19[1.11.x] Fixed spelling mistakes in code and comments.james mike dupont
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-17Refs #27666 -- Added ProjectState.reload_models().Markus Holtermann
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-16Refs #27690 -- Removed sleep before drop test db on Oracle.Mariusz Felisiak
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-16Moved unneeded ImproperlyConfigured inner imports.Tim Graham
2017-01-16Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.Josh Smeaton
2017-01-16Fixed #27736 -- Used decorators for lookup registration.Mads Jensen
2017-01-16Refs #16614 -- Called _prepare_cursor() on every created cursor.François Freitag
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-14Refs #16614 -- Prevented database errors from being masked by cursor close.François Freitag
2017-01-13Refs #20483 -- Implemented cascaded flush on Oracle.Simon Charette
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-10Fixed #27717 -- Allowed migration optimization across AlterModelOptions.Ed Morley
2017-01-06Fixed #27690 -- Removed time.sleep(1) before dropping the test database.David Szotten
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
2017-01-03Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.Mariusz Felisiak
2017-01-01Refs #27632 -- Simplified params dict creation for Oracle (#7772)Josh Smeaton
2016-12-30Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...Andrew Nester
2016-12-29Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.Mariusz Felisiak
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2016-12-29Refs #25415 -- Made MySQL backend skip field validation of unsupported models.Adam Chainz
2016-12-29Removed unused enumerate.Florian Apolloner
2016-12-28Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...Simon Charette