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
2023-05-17
Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.
Simon Charette
2023-05-16
Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
Julie Rymer
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-11
Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.
Mariusz Felisiak
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle.
Mariusz Felisiak
2023-05-10
Removed obsolete docstring from Field.db_returning.
Lily Foote
2023-05-09
Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations wh...
Akash Kumar Sen
2023-05-09
Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line.
Mariusz Felisiak
2023-05-08
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
2023-05-05
Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2023-05-03
Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index...
Mariusz Felisiak
2023-05-03
Fixed #34523 -- Fixed TransactionManagementError in QuerySet.update_or_create...
Mariusz Felisiak
2023-05-03
Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...
Orhan Hirsch
2023-05-02
Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.
Paul Brown
2023-05-01
Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations.
Mariusz Felisiak
2023-05-01
Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...
4the4ryushin
2023-04-24
Refs #33766 -- Removed sql.Query.build_filtered_relation_q().
Simon Charette
2023-04-24
Refs #33766 -- Removed unused Join.equals().
Simon Charette
2023-04-24
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-21
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-04-18
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-14
Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...
Scott Macpherson
2023-04-11
Fixed #34480 -- Fixed crash of annotations with Chr().
Jacob Walls
2023-04-07
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-04-07
Fixed #34464 -- Fixed queryset aggregation over group by reference.
Simon Charette
2023-04-05
Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.
Simon Charette
2023-04-04
Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.
Simon Charette
2023-04-03
Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...
Tim Graham
2023-03-28
Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-28
Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.
Mariusz Felisiak
2023-03-25
Fixed #34437 -- Made values() resolving error mention selected annotations.
Simon Charette
2023-03-24
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-20
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2023-03-20
Fixed #34420 -- Corrected the order of imports in generated migration files.
Andy Chosak
2023-03-18
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...
hb6h057
2023-03-14
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2023-03-10
Fixed #34333 -- Fixed migration operations ordering when adding index/constra...
Durval Carvalho
2023-03-09
Fixed #27397 -- Prevented integer overflows on integer field lookups.
Simon Charette
2023-03-08
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
nabil-rady
2023-03-03
Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...
Ekaterina Vahrusheva
2023-03-02
Refs #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-02-27
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer ...
Simon Charette
2023-02-27
Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy.
Simon Charette
2023-02-24
Fixed #34366 -- Reduced AlterField operations when optimizing migrations.
Laurent Tramoy
2023-02-23
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...
Mariusz Felisiak
2023-02-23
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
[prev]
[next]