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
Age
Commit message (
Expand
)
Author
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-04-19
Fix a typo in django/db/transaction.py
Huang Zhiqiang
2017-04-18
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Mariusz Felisiak
2017-04-17
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
Mariusz Felisiak
2017-04-13
Refs #25406 -- Removed exception hiding in MySQL test database creation durin...
Mariusz Felisiak
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-10
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-10
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneT...
Tim Graham
2017-04-07
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-04-07
Fixed #28051 -- Made migrations respect Index's name argument.
Markus Holtermann
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-04-07
Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...
Mariusz Felisiak
2017-04-03
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
Adam Johnson
2017-04-02
Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to ...
Simon Charette
2017-04-01
Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbs...
Chris Sinchok
2017-04-01
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...
Sergey Fedoseev
2017-03-29
Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...
Sergey Fedoseev
2017-03-29
Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL.
Mariusz Felisiak
2017-03-28
Refs #18974 -- Added stacklevel for permalink() deprecation.
Tim Graham
2017-03-28
Updated cx_Oracle arraysize comment.
Tim Graham
2017-03-27
Refs #23919 -- Removed some Python 2 compatibility code and comments.
Mads Jensen
2017-03-27
Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...
Mariusz Felisiak
2017-03-24
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-03-23
Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields ...
Kapil Garg
2017-03-23
Removed unneeded Value wraps in Substr.
Sergey Fedoseev
2017-03-21
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-21
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Tim Graham
2017-03-18
Removed unused connector parameter of Query.build_filter().
Mads Jensen
2017-03-18
Removed unused rest_of_lookups parameter of Query.try_transform().
Mads Jensen
2017-03-18
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-03-14
Fixed #27834 -- Added StrIndex database function.
Brad Melin
2017-03-14
Used constant instead of hard-coded value for max index name length
Mads Jensen
2017-03-11
Fixed #27904 -- Added a system check that Field.validators are callable.
Adam Chainz
2017-03-10
Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
2017-03-08
Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...
Mariusz Felisiak
2017-03-08
Refs #27624 -- Made many attributes of Query immutable.
Adam Johnson
2017-03-06
Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Bo Marchman
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-03
Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS".
Mariusz Felisiak
2017-03-01
Removed PostgreSQL version detection for psycopg2 < 2.0.12.
Tim Graham
2017-03-01
Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Matthew Schinckel
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
Removed obsolete references to form_for_instance().
Tim Graham
2017-02-27
Refs #27802 -- Corrected BaseDatabaseOperations.datetime_extract/trunc_sql() ...
Tim Graham
2017-02-27
Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name().
Tim Graham
2017-02-23
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-23
Refs #11964, #26167 -- Made Expressions deconstructible.
Ian Foote
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-21
Refs #26285 -- Removed postgresql's unused DatabaseOperations.fulltext_search...
Tim Graham
[prev]
[next]