summaryrefslogtreecommitdiff
path: root/tests/many_to_one_null
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...Albert Defler2022-02-221-0/+33
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-12/+20
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-20/+20
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-11/+12
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().Alexandr Tatarinov2018-06-251-0/+5
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-26/+22
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-4/+4
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-1/+1
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham2015-07-281-0/+9
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-1/+18
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Consolidated some many_to_one tests.Loic Bistuer2014-09-242-1/+16
* Fixed mistake in tests from commit 2039908. Refs #19816.Loic Bistuer2014-03-301-1/+1
* Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer2014-03-301-0/+12
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+123