summaryrefslogtreecommitdiff
path: root/tests/foreign_object
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.Roger Hu2013-12-061-1/+7
* Fixed incorrect type for max_length.Tim Graham2013-12-011-1/+1
* PEP8 cleanupJason Myers2013-11-022-0/+13
* Fixed #20874 -- bump_prefix() in nested subqueriesAnssi Kääriäinen2013-08-131-1/+18
* Fixed ordering related test failureAnssi Kääriäinen2013-08-062-18/+33
* Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen2013-07-252-1/+20
* Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin2013-06-272-1/+28
* Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham2013-05-271-0/+5
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-0/+1
* Fixed 19385 -- Added ORM support for multicolumn joinsAnssi Kääriäinen2013-03-243-0/+490