| Age | Commit message (Collapse) | Author |
|
|
|
|
|
distribution.
|
|
|
|
|
|
|
|
|
|
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.
|
|
|
|
Thanks Adam Johnson and Tim Graham for the reviews.
|
|
|
|
django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.
Reverted documentation change from refs #23808.
|
|
|
|
Thanks Haris Ibrahim K. V. for writng docs.
|
|
Thanks Squareweave for the django-loaddata-stdin project from which this
is adapted.
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
Thanks François Freitag for review.
|
|
The old site handles python2, and is thus no longer relevant for Django.
Also I pointed the search path links to the proper sections.
|
|
migrations directory.
|
|
|
|
and call_command().
|
|
|
|
|
|
|
|
|
|
Thanks Adam Chainz for review and guidance.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
Thanks Alex Morozov for the initial patch.
|
|
|
|
|
|
|
|
|
|
first argument.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
|
|
|
|
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.
|
|
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 andreif for the contributing to the patch.
|
|
Add a -c option to the shell command to execute a command passed as a
string as Django.
|
|
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
|
|
|