| Age | Commit message (Collapse) | Author |
|
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
|
|
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
|
|
Backport of 35440ceab72ea3c24f3faaea9765271c7dac78f7 from master
|
|
Backport of 484edc81c1ebd195c333f3ea8d3f9ca882a17837 from master
|
|
Backport of 8a5a002f2f94eec2a6d01e3004c3e6a2ddccd432 from master
|
|
Backport of 1515b6a8b375612addc0019d537fcbf0349d942c from master
|
|
@python_2_unicode_compatible.
Backport of de99f558d806a2a1b30072ec95bc44d412d80dab from master
|
|
|
|
Also discouraged its use outside the intended use case.
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is inspired by Angluar.js
(https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others.
Thanks to Jeff Triplett for the prod.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Python 3 always returns an absolute path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|