index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
Age
Commit message (
Expand
)
Author
2018-04-11
[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...
Jeremy Bowman
2017-12-05
[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for model...
Mariusz Felisiak
2017-12-01
[1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...
Tim Graham
2017-11-29
[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-14
[1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-08-23
[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.
Mariusz Felisiak
2017-08-22
[1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger nam...
Kevin Grinberg
2017-08-16
[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Mariusz Felisiak
2017-06-22
[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a for...
Josh Schneier
2017-05-15
[1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on Postg...
Tim Schneider
2017-05-09
[1.11.x] Pass type to sql_alter_column_* where it was missing.
Florian Apolloner
2017-05-01
[1.11.x] Fixed typo in django/db/backends/base/schema.py comment.
Tim Graham
2017-05-01
[1.11.x] Fixed #28052 -- Prevented dropping Meta.indexes when changing db_ind...
Markus Holtermann
2017-04-28
[1.11.x] Fixed #28138 -- Used output type handler instead of numbersAsStrings...
Mariusz Felisiak
2017-04-07
[1.11.x] Fixed #28038 -- Restored casting to text of builtin lookups on Postg...
Simon Charette
2017-03-21
[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-15
[1.11.x] Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntro...
Mariusz Felisiak
2017-03-10
[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
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-17
[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a usern...
Mariusz Felisiak
2017-02-15
[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
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-17
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...
Tim Graham
2017-01-16
Refs #27690 -- Removed sleep before drop test db on Oracle.
Mariusz Felisiak
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-16
Refs #16614 -- Called _prepare_cursor() on every created cursor.
François Freitag
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-13
Refs #20483 -- Implemented cascaded flush on Oracle.
Simon Charette
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-06
Fixed #27690 -- Removed time.sleep(1) before dropping the test database.
David Szotten
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2017-01-03
Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.
Mariusz Felisiak
2017-01-01
Refs #27632 -- Simplified params dict creation for Oracle (#7772)
Josh Smeaton
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-29
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Tim Graham
2016-12-29
Refs #25415 -- Made MySQL backend skip field validation of unsupported models.
Adam Chainz
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
2016-12-28
Refs #27632 -- Unified query parameters by their types and values on Oracle.
Mariusz Felisiak
2016-12-28
Fixed #27632 -- Unified query parameters by their values on Oracle.
Mariusz Felisiak
2016-12-24
Fixed #25492 -- Checked deferred foreign key constraints before dropping them.
Simon Charette
2016-12-19
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
Mariusz Felisiak
2016-12-19
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-12-05
Refs #27324 -- Optimized DatabaseIntrospection.get_constraints() for foreign ...
Mariusz Felisiak
2016-12-02
Fixed #27561 -- Added Oracle support for binary "or" operator.
Mariusz Felisiak
[next]