| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x
|
|
|
|
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
|
|
warning.
|
|
|
|
|
|
|
|
RequestContext in docs.
|
|
test_ForeignKey_using_to_field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deprecates the "--plain" option.
|
|
BaseCommand.execute(**options).
|
|
This includes the ability to collapse inlines by specifying a class named
'collapse'.
|
|
Added unapplied migration count and the list of unmigrated apps.
|
|
|
|
|
|
For all practical purposes, there are no common cases for which a
website cannot be deployed with HTTPS.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a regression introduced by a5f6cbce07.
Thanks Gavin Wahl for the report and Tim Graham for the review.
|
|
|
|
|
|
Thanks to Trac alias benzid-wael for the report.
|
|
|
|
on Oracle.
|
|
|
|
This fixes a regression introduced by 871440361.
|
|
|
|
Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus
for the review.
|
|
|
|
|
|
|
|
There is no need to wrap the save() call in transaction.atomic() as
it's already done down the call stack in Model.save_base().
|
|
|