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
2019-04-17
Refs #18676 -- Enabled fast-delete for m2m_changed senders.
Simon Charette
2019-04-16
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...
Vinny Do
2019-04-15
Refs #23758 -- Used RecursionError instead of RuntimeError to raise nested su...
Simon Charette
2019-04-15
Refs #27149 -- Based recursive nested subquery detection on sys.getrecursionl...
Simon Charette
2019-04-15
Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...
Mariusz Felisiak
2019-04-14
Fixed #30350 -- Prevented recreation of migration for operations with a range...
Florian Apolloner
2019-04-14
Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...
Mariusz Felisiak
2019-04-08
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-04-08
Fixed #30330 -- Fixed setting of primary key to None during fast-delete.
Florian Apolloner
2019-04-08
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-05
Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...
Mariusz Felisiak
2019-04-05
Fixed #30331 -- Added support for psycopg2 2.8.
Mariusz Felisiak
2019-04-04
Fixed #30307 -- Fixed incorrect quoting of database user password when using ...
msg
2019-04-03
Fixed typo in django/db/models/query_utils.py comment.
David Beitey
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-27
Fixed #28621 -- Fixed crash of annotations with OuterRef.
Mariusz Felisiak
2019-03-25
Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...
Hasan Ramezani
2019-03-23
Fixed #30246 -- Reused annotation aliases references in aggregation filters.
Simon Charette
2019-03-23
Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.
Simon Charette
2019-03-23
Refs #30188 -- Prevented double annotation of subquery when aggregated over.
Simon Charette
2019-03-23
Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.
Simon Charette
2019-03-23
Fixed #21703 -- Fixed a crash when excluding a related field with a F().
Simon Charette
2019-03-22
Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
Matthias Kestenholz
2019-03-22
Fixed #30271 -- Added the Sign database function.
Nick Pope
2019-03-21
Removed obsolete Lookup hook to prepare rhs expressions.
Simon Charette
2019-03-21
Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.
Simon Charette
2019-03-21
Refs #27149 -- Moved subquery expression resolving to Query.
Simon Charette
2019-03-21
Refs #27149 -- Made Subquery store Query instead of Queryset.
Simon Charette
2019-03-21
Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
Simon Charette
2019-03-21
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Simon Charette
2019-03-20
Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...
Nick Pope
2019-03-18
Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
Simon Charette
2019-03-17
Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...
Paveł Tyślacki
2019-03-17
Refs #30172 -- Prevented removing a field's check or unique constraint from r...
Paveł Tyślacki
2019-03-14
Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...
Matt Westcott
2019-03-13
Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-03-09
Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.
Hang Park
2019-03-07
Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.
Tim Schilling
2019-03-07
Fixed #29754 -- Added is_dst parameter to Trunc database functions.
ahbk
2019-03-04
Fixed #30232 -- Corrected expected format in invalid DurationField error mess...
avas9366
2019-03-01
Refs #30183 -- Moved SQLite table constraint parsing to a method.
Paveł Tyślacki
2019-03-01
Unified nonexistent foreign key introspection value for SQLite.
Paveł Tyślacki
2019-03-01
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...
Mariusz Felisiak
2019-03-01
Fixed #29408 -- Added validation of related fields and lookups in model Meta....
Hasan Ramezani
2019-02-25
Refs #30179 -- Moved topological sort functions to django.utils.
Matthias Kestenholz
2019-02-21
Refs #19544 -- Added a fast path for through additions if supported.
Simon Charette
2019-02-21
Refs #19544 -- Ignored auto-created through additions conflicts if supported.
Simon Charette
2019-02-21
Refs #19544 -- Extracted ManyRelatedManager.add() missing ids logic to a method.
Simon Charette
2019-02-21
Refs #28643 -- Added MD5 database function.
Mariusz Felisiak
[prev]
[next]