| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks to Mariusz Felisiak and Tim Graham for review.
|
|
constructor.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Yuriy Korobko for the initial patch and Tobias McNulty for review.
|
|
|
|
|
|
|
|
ConditionalGetMiddleware.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|
|
running tests on Oracle.
This is a security fix.
|
|
|
|
SuspiciousOperation.
|
|
|
|
|
|
|
|
|
|
the language.
|
|
|
|
non-Django code.
|
|
Thanks Tim Graham for the initial patch.
|
|
This allows bringing back the behavior of Django < 1.7.
Also fixed the check for the app registry being ready in
AppConfig.get_model(s), which was inconsistent with the equivalent check in
Apps.get_model(s). That part is a backwards-incompatible change.
|
|
It was inconsistent with the equivalent check in Apps.get_model(s)
because I made incorrect assumptions when I wrote that code and
needlessly complicated readiness checks.
This is a backwards-incompatible change.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review and edits.
|
|
|
|
This reverts commit 1ec1633cb294d8ce2a65ece6b56c258483596fba as it
doesn't handle ContentType's auth.Permission dependency. Thus, it
doesn't allow auth without migrations.
|
|
of objects is a multiple plus one of batch_size.
|
|
|
|
|
|
|
|
|