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
2016-07-15
[1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.
Marc-Aurèle Brothier
2016-07-13
[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_f...
Jon Dufresne
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-06-15
[1.10.x] Fixed broken links in docs and comments.
Ville Skyttä
2016-06-03
[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database ...
mieciu
2016-05-18
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...
Barthelemy Dagenais
2016-05-18
Refs #25774 -- Made Oracle truncate microseconds if USE_TZ=False.
Josh Smeaton
2016-05-17
Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().
Philip Liberato
2016-05-17
Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...
boaz85@gmail.com
2016-05-09
Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...
Iacopo Spalletti
2016-05-08
Replaced `six.callable` with `callable`.
Ville Skyttä
2016-05-07
Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditor
Markus Holtermann
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-04-29
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...
Joshua Phillips
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-18
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Lukasz Wiecek
2016-04-08
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-29
Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...
Alex Hill
2016-03-18
Merge pull request #6310 from apollo13/informix
Andrew Godwin
2016-03-18
Pass type to sql_alter_column*.
Florian Apolloner
2016-03-15
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
Markus Holtermann
2016-03-14
Fixed #26140 -- Suppressed MySQL warning when inserting binary content
Claude Paroz
2016-03-02
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-03-02
Fixed #26304 -- Ignored unmanaged through model in table introspection.
Matthew Schinckel
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-26
Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.
zshimanchik
2016-02-17
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-08
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-23
Fixed typo in django/db/backends/sqlite3/operations.py.
seungkwon
2016-01-22
Removed unused attributes of MySQL SchemaEditor.
Tim Graham
2016-01-21
Fixed #26063 -- Crash when passing > 2000 params.
Aymeric Augustin
2016-01-11
Added missing period to "etc.".
pp
2016-01-11
Removed use of locals for print formatting in Oracle backend.
Curtis Maloney
2016-01-08
Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextFiel...
Tim Graham
2015-12-26
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-17
Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...
Sergey Fedoseev
2015-12-15
Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.
Stewart Park
2015-12-10
Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using A...
Federico Frenguelli
2015-11-24
Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...
George Marshall
2015-11-13
Refs #25196 -- Fixed incorrect argument order in test database creation.
Tim Graham
[next]