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
2017-05-09
Pass type to sql_alter_column_* where it was missing.
Florian Apolloner
2017-05-01
Fixed typo in django/db/backends/base/schema.py comment.
Tim Graham
2017-05-01
Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.
Markus Holtermann
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-10
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
2017-04-02
Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to ...
Simon Charette
2017-03-24
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-27
Refs #27802 -- Corrected BaseDatabaseOperations.datetime_extract/trunc_sql() ...
Tim Graham
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
Tim Graham
2017-01-17
Refs #24154 -- Removed deprecated BaseDatabaseOperations.check_aggregate_supp...
Tim Graham
2017-01-16
Refs #16614 -- Called _prepare_cursor() on every created cursor.
François Freitag
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-06
Fixed #27690 -- Removed time.sleep(1) before dropping the test database.
David Szotten
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
2016-12-19
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
Mariusz Felisiak
2016-12-02
Fixed #27561 -- Added Oracle support for binary "or" operator.
Mariusz Felisiak
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-28
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Adam Chainz
2016-11-23
Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...
Mark Young
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-14
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
Tim Graham
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-09
Fixed #27062 -- Eased implementing select_for_update() on MSSQL.
Mikhail Denisenko
2016-09-09
Fixed #27195 -- Stopped dropping default when adding a nullable column.
Simon Charette
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-08-12
Refs #27030 -- Added index type introspection on PostgreSQL.
Akshesh
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-11
Fixed #24442 -- Improved SchemaEditor's index name truncation.
Akshesh
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-07-27
Fixed #26950 -- Removed obsolete DatabaseOperations SQL methods.
Anderson Resende
2016-07-15
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
Jon Dufresne
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-07-07
Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index du...
Jon Dufresne
2016-07-07
Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()
Akshesh
2016-07-07
Fixed #26833 -- Fixed SchemaEditor._constraint_names() to handle features.upp...
Jon Dufresne
[prev]
[next]