| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
migrate commands.
|
|
each operation.
|
|
Co-authored-by: David Sanders <shang.xiao.sanders@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
Thanks David Sanders for the report.
|
|
|
|
|
|
|
|
Run black on generated files, if it is available on PATH.
|
|
|
|
|
|
|
|
destination.
Previously, the questioner did not obey the value of stdout provided
to the command.
|
|
mode.
|
|
|
|
47 gives 60 in total (47 + 5 + 5 + 3).
|
|
|
|
connection.
|
|
The OutputWrapper automatically adds \n when it’s not present.
|
|
|
|
exist_ok=True).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
|
|
|
io.open() is an alias for open() on Python 3.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
separate drive than where Django is installed.
|
|
|
|
Thanks Markus Holtermann for the report and the review.
|
|
database routers.
Partially reverted refs #27054 except for one of the tests as this
solution supersedes that one.
Thanks Shai Berger for the review.
|
|
Thanks Liz Lemon for the report and investigation and
Claude Paroz for the test.
|
|
This reduces the possibility of a naming conflict, especially after
squashing migrations.
|
|
|
|
|
|
* Removed type coercion. Options created by argparse are already coerced
to the correct type.
* Removed fallback default values. Options created by argparse already
have a default value.
* Used direct indexing. Options created by argparse are always set. This
eliminates the need to use dict.get().
|
|
|
|
|