summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_foreignkey.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #31223 -- Added __class_getitem__() to ForeignKey.Collin Anderson2022-04-221-0/+3
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-30/+34
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-0/+9
* Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....Hasan Ramezani2020-01-311-0/+19
* Fixed #27595 -- Made ForeignKey.get_col() follow target chains.Simon Charette2018-10-221-0/+25
* Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette2017-11-301-0/+10
* Fixed spelling mistakes in code and comments.james mike dupont2017-01-191-3/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+96