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-03-30
[1.8.x] Removed duplicate attribute in MySQL DatabaseSchemaEditor.
Andriy Sokolovskiy
2015-03-07
[1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-02-23
Fixed signature of BaseDatabaseOperations.date_interval_sql()
Michael Manfre
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
[1.8.x] Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-19
[1.8.x] Fixed #24307: Avoided redundant column nullability modifications on O...
Shai Berger
2015-02-18
[1.8.x] Removed unused foreign_key_re variables in MySQL/Oracle DB backends
Adam Chainz
2015-02-17
[1.8.x] Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.
Tim Graham
2015-02-17
[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for co...
Tim Graham
2015-02-17
[1.8.x] Removed 'autocommit' options for the psycopg2 backend.
Aymeric Augustin
2015-02-17
[1.8.x] Cleaned up init_connection_state in the psycopg2 backend.
Aymeric Augustin
2015-02-14
[1.8.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...
Aymeric Augustin
2015-02-12
[1.8.x] Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-10
[1.8.x] Fixed isort import that's inconsistent between platforms.
Loic Bistuer
2015-02-10
[1.8.x] Fixed #24200 -- Made introspection bypass statement cache
Josh Smeaton
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed E265 comment style
Collin Anderson
2015-02-01
[1.8.x] Removed threading fallback imports.
Tim Graham
2015-01-31
[1.8.x] Removed PostgreSQL DatabaseWrapper._set_isolation_level().
Tim Graham
2015-01-30
[1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2015-01-27
[1.8.x] Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-22
[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...
Andriy Sokolovskiy
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
2015-01-19
[1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQL
Markus Holtermann
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
[next]