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
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-14
Moved check_aggregate_support to BaseSpatialOperations
Claude Paroz
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed test failures in Oracle introspection
Shai Berger
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-10
Introspected alternate SQLite FK definitions
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-31
Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency.
Tim Graham
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-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-30
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-29
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-27
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Claude Paroz
2014-12-27
Fixed #23753 -- Added a suite of SQL Functions
Josh Smeaton
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-23
Refs #2443 -- fixed format_dtdelta on SQLite
Anssi Kääriäinen
2014-12-23
Refs #2443 -- Move the durationfield converter logic.
Marc Tamlyn
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Refs #2443 -- Fix Oracle tests for DurationField.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-15
Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Andriy Sokolovskiy
2014-12-15
Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converter
Shai Berger
2014-12-12
Fixed postgis test database initialization
Claude Paroz
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-08
Fixed #20968 -- Checked Spatialite metadata before migrations
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-04
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Claude Paroz
2014-12-04
Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Tim Graham
2014-12-01
Fixed #23807 -- Ignored non-digits in psycopg2 version
Andriy Sokolovskiy
2014-12-01
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-12-01
Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-21
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...
Collin Anderson
2014-11-20
Reduced reduce() usage; refs #23796.
Brad Walker
2014-11-20
Added AutoField introspection for PostgreSQL
Claude Paroz
2014-11-20
Added AutoField introspection for MySQL
Claude Paroz
2014-11-19
Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.
Tim Graham
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-10
Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES table
Thomas Chaumeny
2014-10-31
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...
Markus Holtermann
2014-10-28
Required MySQLdb >= 1.2.5 for fractional seconds support
Claude Paroz
2014-10-28
Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up
Claude Paroz
2014-10-28
Stopped stripping microseconds with MySQL backend
Claude Paroz
2014-10-27
Fixed typo in MySQL backend doctring
Claude Paroz
[next]