| Age | Commit message (Collapse) | Author |
|
Backport of 2d36c7d515312e7a476041c96a29727ed47eb517 from master
|
|
Backport of 145e9ca301e6bde965baa88a2e96a1ea0f7d523a from master
|
|
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
|
|
Backport of e8c34bb832e88a3dec8c5f3f687bbbf62afb857c from master
|
|
Backport of 6687f4dcbbfeca81b76233609fca90f30ce4dd25 from master
|
|
RequestContext in docs.
Backport of 32c7d93e5f0638c5a1ec8e2525c967be444fcef1 from master
|
|
Backport of 4cd24bb67c8d82630817e97ab9ba444ca955a94d from master
|
|
Backport of 0f2c2c104b51a226525d7e7baa65ea1fd27e994f from master
|
|
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).
|
|
|