summaryrefslogtreecommitdiff
path: root/tests/generic_relations
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...ZachLiuGIS2016-02-111-6/+3
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+2
* Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritanc...Anssi Kääriäinen2015-12-141-0/+7
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-6/+6
* Refs #19722 -- Added a test for querying generic relations of a parent class.Tim Graham2015-10-082-2/+15
* Refs #13203, #9501 -- Added a test for generic relations to child models.Tim Graham2015-10-022-1/+13
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+48
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-101-0/+10
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham2015-07-281-2/+28
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-6/+6
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+6
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-0/+52
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-1/+2
* Fixed flake8 warning.Tim Graham2014-10-081-1/+0
* Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer2014-10-081-0/+48
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #22992 -- regression in .filter(generic_fk=...) error messageAnssi Kääriäinen2014-07-141-0/+4
* Split GenericRelationsTests.test_generic_relations into several tests; refs #...José L. Patiño2014-06-011-98/+134
* Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer2014-03-301-0/+15
* Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson2014-03-052-2/+20
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-262-16/+18
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-21/+21
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-4/+4
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #7551 -- Made GFK allow None init argument.Bouke Haarsma2013-10-162-1/+23
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette2013-10-041-7/+23
* Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...Pablo Mouzo2013-09-071-0/+26
* Fixed a regression with get_or_create and virtual fields.Tim Graham2013-08-211-0/+23
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #17927 -- Added initial values support for BaseGenericInlineFormSetBojan Mihelac2013-06-051-0/+16
* Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl2013-05-232-6/+135
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen2013-05-112-1/+10
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-0/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+361