summaryrefslogtreecommitdiff
path: root/tests/generic_relations
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-10-08Fixed flake8 warning.Tim Graham
2014-10-08Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-07-14Fixed #22992 -- regression in .filter(generic_fk=...) error messageAnssi Kääriäinen
2014-06-01Split GenericRelationsTests.test_generic_relations into several tests; refs #...José L. Patiño
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-02PEP8 cleanupJason Myers
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-16Fixed #7551 -- Made GFK allow None init argument.Bouke Haarsma
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-09-07Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...Pablo Mouzo
2013-08-21Fixed a regression with get_or_create and virtual fields.Tim Graham
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-05Fixed #17927 -- Added initial values support for BaseGenericInlineFormSetBojan Mihelac
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-11Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner