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
/
base
Age
Commit message (
Expand
)
Author
2016-06-29
Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.
Jon Dufresne
2016-06-28
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...
Aaron Elliot Ross
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-06-21
Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-06-06
Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL.
Simon Charette
2016-05-18
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...
Barthelemy Dagenais
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-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 W503 flake8 warnings.
Tim Graham
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-17
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-11
Added missing period to "etc.".
pp
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-09-25
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-11
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-07-01
Removed datetime_cast_sql, which is never overridden or used anywhere in Django.
Shai Berger
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-05
Fixed #24767 -- Added Greatest and Least expressions
Ian Foote
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-02
Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...
Tim Graham
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-28
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
2015-05-17
Dropped the needs_datetime_string_cast feature.
Aymeric Augustin
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
[prev]
[next]