summaryrefslogtreecommitdiff
path: root/tests/many_to_one
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley2015-03-181-0/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-0/+39
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-2/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-10/+10
* 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-8/+228
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-2/+3
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fix all violators of E231Alex Gaynor2013-10-261-6/+6
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-5/+5
* Removed unused local variables in tests.Tim Graham2013-10-191-13/+13