Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_relations
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-6/+6
* Refs #19722 -- Added a test for querying generic relation...Tim Graham2015-10-082-2/+15
* Refs #13203, #9501 -- Added a test for generic relations ...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 ch...Tim Graham2015-08-101-0/+10
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-2/+28
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-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 descri...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 retrie...Daniel Pyrathon2015-01-071-1/+2
* Fixed flake8 warning.Tim Graham2014-10-091-1/+0
* Fixed #23611 -- update_or_create failing from a related m...Loic Bistuer2014-10-071-0/+48
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #22992 -- regression in .filter(generic_fk=...) err...Anssi Kääriäinen2014-07-141-0/+4
* Split GenericRelationsTests.test_generic_relations into s...José L. Patiño2014-06-011-98/+134
* Fixed #19816 -- Pre-evaluate querysets used in direct rel...Loic Bistuer2014-03-301-0/+15
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-052-2/+20
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-262-16/+18
* PEP8 cleanupJason Myers2013-11-031-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` signal...Simon Charette2013-10-041-7/+23
* Fixed #16869 -- BaseGenericInlineFormSet.save_new should ...Pablo Mouzo2013-09-081-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 B...Alasdair Nicol2013-08-161-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #17927 -- Added initial values support for BaseGene...Bojan Mihelac2013-06-051-0/+16
* Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-242-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 ...Luke Plant2013-05-091-0/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+361