| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks kaifeldhoff for the draft patch.
|
|
|
|
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.
We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.
|
|
Thanks to Markus Holtermann and Tim Graham for their review.
|
|
|
|
|
|
|
|
default_storage_engine was introduced in MySQL 5.5.3.
storage_engine was removed in MySQL 5.7.5.
|
|
`action="."` strips query parameters from the URL which is not usually what
you want. Copy-paste coding of these examples could lead to difficult to
track down bugs or even data loss if the query parameter was meant to alter
the scope of a form's POST request.
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
Thanks Thomas Güttler for the suggestion.
|
|
template_name.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks andreif for the contributing to the patch.
|
|
|
|
serialization.
|
|
|
|
Thanks Tim Graham for the review.
|
|
formats.
|
|
Add a -c option to the shell command to execute a command passed as a
string as Django.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
Thanks Thomas Güttler for motivating this addition.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deprecates the "--plain" option.
|