index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33766 -- Removed sql.Query.build_filtered_relation_q().
Simon Charette
2023-04-24
2
-32
/
+15
*
Refs #33766 -- Removed unused Join.equals().
Simon Charette
2023-04-24
1
-7
/
+0
*
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-24
3
-48
/
+58
*
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-04-21
1
-1
/
+3
*
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
3
-0
/
+31
*
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-18
6
-11
/
+54
*
Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...
Scott Macpherson
2023-04-14
1
-1
/
+2
*
Fixed #34480 -- Fixed crash of annotations with Chr().
Jacob Walls
2023-04-11
1
-0
/
+1
*
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
1
-1
/
+1
*
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-04-07
1
-9
/
+8
*
Fixed #34464 -- Fixed queryset aggregation over group by reference.
Simon Charette
2023-04-07
1
-0
/
+3
*
Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.
Simon Charette
2023-04-05
1
-1
/
+2
*
Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.
Simon Charette
2023-04-04
1
-1
/
+1
*
Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...
Tim Graham
2023-04-03
1
-2
/
+1
*
Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-28
1
-0
/
+6
*
Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.
Mariusz Felisiak
2023-03-28
1
-1
/
+1
*
Fixed #34437 -- Made values() resolving error mention selected annotations.
Simon Charette
2023-03-25
1
-5
/
+10
*
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-03-24
1
-6
/
+11
*
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-21
1
-0
/
+3
*
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2023-03-20
1
-1
/
+1
*
Fixed #34420 -- Corrected the order of imports in generated migration files.
Andy Chosak
2023-03-20
1
-1
/
+4
*
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...
hb6h057
2023-03-18
2
-1
/
+9
*
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2023-03-14
1
-0
/
+3
*
Fixed #34333 -- Fixed migration operations ordering when adding index/constra...
Durval Carvalho
2023-03-10
1
-0
/
+20
*
Fixed #27397 -- Prevented integer overflows on integer field lookups.
Simon Charette
2023-03-09
1
-4
/
+39
*
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
nabil-rady
2023-03-08
1
-2
/
+9
*
Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...
Ekaterina Vahrusheva
2023-03-03
1
-2
/
+2
*
Refs #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-03-02
2
-2
/
+28
*
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer ...
Simon Charette
2023-02-27
2
-1
/
+6
*
Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy.
Simon Charette
2023-02-27
1
-0
/
+2
*
Fixed #34366 -- Reduced AlterField operations when optimizing migrations.
Laurent Tramoy
2023-02-24
1
-3
/
+3
*
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...
Mariusz Felisiak
2023-02-23
1
-0
/
+2
*
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-23
1
-11
/
+51
*
Refs #33829 -- Added violation_error_message to constraints' __repr__().
Xavier Fernandez
2023-02-23
1
-2
/
+14
*
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
Xavier Fernandez
2023-02-22
1
-3
/
+24
*
Refs #31445 -- Added test for nesting QuerySet.union().
Mariusz Felisiak
2023-02-21
1
-0
/
+10
*
Fixed #34346 -- Ordered selected expressions by position.
Simon Charette
2023-02-20
1
-8
/
+35
*
Refs #34176 -- Adjusted group by position variables naming to follow SQL spec.
Simon Charette
2023-02-18
1
-5
/
+5
*
Fixed #34320 -- Make sure constraints names are obtained from truncated colum...
nabil-rady
2023-02-15
1
-2
/
+6
*
Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...
DevilsAutumn
2023-02-14
1
-14
/
+6
*
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2023-02-14
1
-7
/
+15
*
Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...
Mariusz Felisiak
2023-02-08
1
-1
/
+4
*
Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument.
Dan Glass
2023-02-06
1
-1
/
+1
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
14
-14
/
+7
*
Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...
sage
2023-01-31
1
-1
/
+4
*
Refs #34255 -- Skipped test_group_by_nested_expression_with_params test on Po...
Mariusz Felisiak
2023-01-27
1
-0
/
+20
*
Fixed #34254 -- Fixed return value of Exists() with empty queryset.
Raj Desai
2023-01-26
1
-0
/
+1
*
Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2023-01-26
1
-5
/
+7
*
Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRela...
朱穆穆
2023-01-24
1
-1
/
+8
*
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2023-01-23
1
-2
/
+3
[next]