| Age | Commit message (Collapse) | Author |
|
Fixed this for both implementations of _alter_many_to_many, instead of
in `alter_db_table` itself (more implementations).
Backport of 1edfa155e3 from master
|
|
|
|
This commit touchs various parts of the code base and test framework. Any
found usage of opening a cursor for the sake of initializing a connection
has been replaced with 'ensure_connection()'.
|
|
BooleanFields are stored as TINYINT(1) on MySQL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Failure was introduced with test in [19e5cd77f0536b778b00788e34d8199835143855]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
django/db/backends/__init__.py
django/db/backends/mysql/base.py
django/db/backends/oracle/base.py
django/db/backends/oracle/creation.py
django/db/backends/postgresql_psycopg2/base.py
django/db/backends/sqlite3/base.py
django/db/models/fields/related.py
|