Updated a patch and removed one from the patch list in settings.
- Legacy-Id: 15742
This commit is contained in:
parent
5c958e7010
commit
27ea752100
|
@ -980,7 +980,6 @@ CHECKS_LIBRARY_PATCHES_TO_APPLY = [
|
||||||
'patch/fix-django-unicode-comparison-bug.patch',
|
'patch/fix-django-unicode-comparison-bug.patch',
|
||||||
'patch/fix-unidecode-argument-warning.patch',
|
'patch/fix-unidecode-argument-warning.patch',
|
||||||
'patch/fix-faker-provider-ro-RO-string.patch',
|
'patch/fix-faker-provider-ro-RO-string.patch',
|
||||||
'patch/add-patch-already-patched-flag.patch',
|
|
||||||
'patch/fix-patch-no-chdir.patch',
|
'patch/fix-patch-no-chdir.patch',
|
||||||
]
|
]
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
|
|
@ -51,3 +51,4 @@
|
||||||
-
|
-
|
||||||
# todo: check for premature eof
|
# todo: check for premature eof
|
||||||
return (errors == 0)
|
return (errors == 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue