mirror of
https://github.com/Hopiu/django.git
synced 2026-04-02 06:10:41 +00:00
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],
)
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_backend_specific.py | ||
| test_custom_fields.py | ||
| test_deprecated_fields.py | ||
| test_models.py | ||
| test_ordinary_fields.py | ||
| test_relative_fields.py | ||