summaryrefslogtreecommitdiff
path: root/tests/many_to_one
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...David Wobrock2022-08-271-0/+3
* Fixed #33191 -- Avoided clearing cached reference when saving child after par...Allen Jonathan David2022-05-311-0/+10
* Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...Albert Defler2022-02-221-5/+7
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+12
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-139/+266
* Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...Hasan Ramezani2021-02-042-3/+21
* Changed docs and a code comment to use gender-neutral pronouns.Nick Pope2020-11-131-1/+1
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-146/+127
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-7/+8
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.Carlton Gibson2020-02-181-0/+11
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-022-2/+18
* Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...Jon Dufresne2019-07-271-0/+12
* Added tests for using attnames to assign OneToOne and Foreign Key fields.Jon Dufresne2019-07-271-0/+16
* Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.Rob2019-05-212-2/+14
* Refs #28147 -- Added test for saving nullable ForeignKey with to_field attrib...Rob2019-05-211-0/+9
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...Simon Charette2018-11-082-1/+8
* Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for fore...Tim Graham2018-10-281-0/+6
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-2/+2
* Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...Paulo2017-11-091-0/+10
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-3/+3
* Refs #16043 -- Refactored internal fields value cache.Paulo2017-08-101-1/+1
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+9
* Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequ...Collin Anderson2017-04-101-1/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+3
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-4/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-7/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham2017-01-171-14/+1
* Refs #25550 -- Removed support for direct assignment to the reverse side of a...Tim Graham2017-01-171-3/+2
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-4/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-5/+5
* Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim2016-08-052-1/+46
* Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer2016-05-171-1/+12
* Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer2016-05-171-2/+2
* Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...ZachLiuGIS2016-02-111-8/+9
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-186/+138
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-11/+6
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-8/+14
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-252-2/+29
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-5/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-4/+6
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-101-34/+7
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham2015-07-281-1/+5
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-272-12/+12
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-3/+3