index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
foreign_object
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-12-02
Ensured foreign_object tests reset language properly.
Preston Timmons
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-06
Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.
Roger Hu
2013-12-01
Fixed incorrect type for max_length.
Tim Graham
2013-11-02
PEP8 cleanup
Jason Myers
2013-08-13
Fixed #20874 -- bump_prefix() in nested subqueries
Anssi Kääriäinen
2013-08-06
Fixed ordering related test failure
Anssi Kääriäinen
2013-07-25
Fixed ._meta.pk_index() virtual field failure
Anssi Kääriäinen
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-03-24
Fixed 19385 -- Added ORM support for multicolumn joins
Anssi Kääriäinen