forked from pool/python-django-braces
- Add upstream remove-py2-add-django3.patch to make the package compatible with Django 3.1 and testhack.patch to run tests on Django 3.1 (upstream sleeps) OBS-URL: https://build.opensuse.org/request/show/880062 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=6
11 lines
307 B
Diff
11 lines
307 B
Diff
Index: django-braces-1.14.0/tests/settings.py
|
|
===================================================================
|
|
--- django-braces-1.14.0.orig/tests/settings.py
|
|
+++ django-braces-1.14.0/tests/settings.py
|
|
@@ -1,5 +1,3 @@
|
|
-from django.conf.global_settings import *
|
|
-
|
|
DEBUG = False
|
|
TEMPLATE_DEBUG = DEBUG
|
|
|