summaryrefslogtreecommitdiff
path: root/tests/generic_relations
Commit message (Expand)AuthorAgeFilesLines
...
* 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