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-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-11-21
Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...
Yan Mitrofanov
2017-11-21
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-11-20
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-18
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Krzysztof Nazarewski
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-13
Used BaseSimpleSerializer for serializing str and bytes in migrations.
Sergey Fedoseev
2017-11-12
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...
Mariusz Felisiak
2017-11-11
Simplified Field.get_choices().
Sergey Fedoseev
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-03
Clarified error message for when sqlplarse isn't installed.
Nick
2017-11-02
Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.
Mike Hansen
2017-10-31
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...
Charlie Denton
2017-10-30
Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reve...
Paulo
2017-10-28
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
Ran Benita
2017-10-25
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Mariusz Felisiak
2017-10-21
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
2017-10-18
Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.
Simon Charette
2017-10-18
Fixed outdated comment in RelatedObjectDoesNotExist.
Simon Charette
2017-10-16
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-10-13
Fixed #28695 -- Allowed models to use __init_subclass__().
k
2017-10-13
Corrected examples in related field descriptor docstrings.
Simon Charette
2017-10-13
Refs #28575 -- Removed unnecessary code for model exception pickling.
Simon Charette
2017-10-13
Refs #28643 -- Reorganized database functions.
Mariusz Felisiak
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-10-12
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
2017-10-09
Fixed #28670 -- Added FETCH/OFFSET support on Oracle.
Mariusz Felisiak
2017-10-06
Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sql().
Mariusz Felisiak
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-05
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...
Mariusz Felisiak
2017-10-04
Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().
Mariusz Felisiak
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
Fixed #28674 -- Removed unused check in QuerySet._batched_insert().
Tim Graham
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-10-03
Fixed #28675 -- Removed always True variable in SQLInsertCompiler.execute_sql...
Tim Graham
2017-10-02
Fixed #28652 -- Fixed a few comments in django/db/models/*.
Дилян Палаузов
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-30
Corrected typos in BaseDatabaseOperations exception messages.
Mads Jensen
2017-09-29
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...
Tim Graham
2017-09-29
Used NotSupportedError for some unsupported database opreations per PEP 249.
Mads Jensen
2017-09-29
Refs #28492 -- Defined aggregates' output_field at the class level.
Simon Charette
2017-09-28
Merged hash() calls.
Mariusz Felisiak
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-25
Removed DatabaseFeatures.supports_microsecond_precision.
Tim Graham
[prev]
[next]