summaryrefslogtreecommitdiff
path: root/tests/foreign_object
AgeCommit message (Expand)Author
2014-02-14[1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with Fore...Roger Hu
2013-12-01[1.6.x] Fixed incorrect type for max_length.Tim Graham
2013-08-06[1.6.x] Fixed ordering related test failureAnssi Kääriäinen
2013-07-25[1.6.x] Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-03-24Fixed 19385 -- Added ORM support for multicolumn joinsAnssi Kääriäinen