| Age | Commit message (Collapse) | Author |
|
truncated db_table names.
|
|
Regression in 64b1ac7292c72d3551b2ad70b2a78c8fe4af3249.
|
|
We might want to change this in the future but it should be further
discussed first.
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Raphael Gaschignard <raphael@rtpg.co>
|
|
Before, the full suite of system checks was run by these commands
regardless if requires_system_checks had been overridden.
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
migrate commands.
|
|
packages.
Also increased coverage of module_loading.py.
|
|
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
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.
|
|
|
|
|
|
to date.
|
|
tags.
Regression in 7c318a8bdd66f8c5241864c9970dddb525d0ca4c.
|
|
|
|
SQL statement.
|
|
|
|
when black cannot be applied.
|
|
|
|
Run black on generated files, if it is available on PATH.
|
|
|
|
|
|
In these cases Black produces unexpected results, e.g.
def make_random_password(
self,
length=10,
allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):
or
cursor.execute("""
SELECT ...
""",
[table name],
)
|
|
|
|
|
|
destination.
Previously, the questioner did not obey the value of stdout provided
to the command.
|
|
migration files.
Follow up to ebb13bbd884d8c3053d1d342ef0423240feb05e6.
|
|
|
|
already exists.
|
|
migrations.
|
|
mode.
|
|
and auto_now_add=True in non-interactive mode.
|
|
with a callable default.
|
|
|
|
|
|
|
|
applied squashed migrations.
|
|
showmigrations --list.
|
|
Follow up to 90916f050c64b817fdf2ea13b5c20986005fd029.
|
|
|
|
Thanks Simon Charette for reviews.
|