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
/
models
/
fields
/
related.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
1
-0
/
+12
*
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-18
1
-0
/
+8
*
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2023-03-14
1
-0
/
+3
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-3
/
+0
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
1
-1
/
+1
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-0
/
+8
*
Removed unnecessary ForeignKey.get_reverse_path_info().
Mariusz Felisiak
2022-11-18
1
-16
/
+0
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
1
-1
/
+1
*
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-09-02
1
-1
/
+1
*
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-27
1
-4
/
+5
*
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-05-02
1
-1
/
+6
*
Refs #31223 -- Added __class_getitem__() to ForeignKey.
Collin Anderson
2022-04-22
1
-0
/
+3
*
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...
Mariusz Felisiak
2022-02-16
1
-3
/
+7
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-12
/
+30
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-338
/
+547
*
Corrected return value of ForeignKey.db_check().
Adam Johnson
2021-12-10
1
-1
/
+1
*
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-11-03
1
-6
/
+34
*
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-10-06
1
-2
/
+6
*
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-09-09
1
-11
/
+0
*
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-08-06
1
-0
/
+10
*
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-28
1
-4
/
+4
*
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-07-22
1
-1
/
+1
*
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-07-15
1
-14
/
+16
*
Fixed #32676 -- Prevented migrations from rendering related field attributes ...
David Wobrock
2021-05-28
1
-8
/
+34
*
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-30
1
-1
/
+5
*
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
1
-5
/
+9
*
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-29
1
-13
/
+3
*
Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...
Mariusz Felisiak
2020-06-26
1
-1
/
+5
*
Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
Jon Dufresne
2020-06-25
1
-1
/
+1
*
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-27
1
-1
/
+1
*
Fixed #23916 -- Allowed makemigrations to handle related model name case chan...
Adam Johnson
2020-03-25
1
-6
/
+2
*
Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...
Matheus Cunha Motta
2020-02-28
1
-2
/
+2
*
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...
Valze
2020-02-27
1
-3
/
+14
*
Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...
Xavier Francisco
2020-02-17
1
-3
/
+14
*
Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...
Hasan Ramezani
2020-02-05
1
-0
/
+1
*
Cached ForeignObject.(local/foreign/reverse)_related_fields properties.
Adam Johnson
2020-01-31
1
-7
/
+5
*
Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....
Hasan Ramezani
2020-01-31
1
-0
/
+15
*
Used constant instead of hard-coded value for recursive relationship.
Adam Johnson
2020-01-16
1
-9
/
+25
*
Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...
Jon Dufresne
2019-07-27
1
-4
/
+4
*
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-06-21
1
-12
/
+0
*
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Rob
2019-05-21
1
-0
/
+4
*
Fixed #30436 -- Added check that on_delete is callable in ForeignKey and OneT...
Rob
2019-05-13
1
-0
/
+2
*
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...
Vinny Do
2019-04-16
1
-0
/
+3
*
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-14
1
-1
/
+1
*
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2019-01-11
1
-2
/
+1
*
Fixed #27595 -- Made ForeignKey.get_col() follow target chains.
Simon Charette
2018-10-22
1
-1
/
+7
*
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-02
1
-1
/
+2
*
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-02-01
1
-2
/
+1
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-5
/
+1
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-31
/
+30
[next]