mirror of
https://github.com/Hopiu/django.git
synced 2026-04-28 18:54:47 +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 | ||
| base.py | ||
| test_blocktranslate.py | ||
| test_filters.py | ||
| test_get_available_languages.py | ||
| test_get_current_language.py | ||
| test_get_current_language_bidi.py | ||
| test_get_language_info.py | ||
| test_get_language_info_list.py | ||
| test_language.py | ||
| test_translate.py | ||
| test_underscore_syntax.py | ||