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
/
mysql
Age
Commit message (
Expand
)
Author
2016-05-07
Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditor
Markus Holtermann
2016-04-08
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
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-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-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-22
Removed unused attributes of MySQL SchemaEditor.
Tim Graham
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-15
Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.
Stewart Park
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
2015-10-21
Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL.
Mariusz Felisiak
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-14
Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...
Ville Skyttä
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Adam Brenecki
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-30
Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data types
Adam Chainz
2015-05-28
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
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
2015-05-17
Normalized the implementation of get_db_converters.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-05-15
Fixed #24757 -- Recreated MySQL index when needed during combined index removal
Claude Paroz
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-04-06
Fixed #24584 -- Fixed microsecond handling with older MySQLdb
Jon Dufresne
2015-03-30
Removed duplicate attribute in MySQL DatabaseSchemaEditor.
Andriy Sokolovskiy
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-18
Removed unused foreign_key_re variables in MySQL/Oracle DB backends
Adam Chainz
2015-02-09
Unified local imports in django.db.backends.mysql.
я котик пур-пур
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-11
Removed supports_binary_field flag as all backends support them
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-30
Removed db.backends methods which only call super().
Tim Graham
2014-12-27
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Claude Paroz
[next]