We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ccac0 commit 163a33cCopy full SHA for 163a33c
django_admin_json_editor/admin.py
@@ -1,8 +1,8 @@
1
import json
2
3
from django import forms
4
-from django.utils.safestring import mark_safe
5
from django.template.loader import render_to_string
+from django.utils.safestring import mark_safe
6
7
8
class JSONEditorWidget(forms.Widget):
setup.cfg
@@ -1,3 +1,6 @@
+[aliases]
+test=pytest
+
[metadata]
description-file = README.md
setup.py
@@ -27,6 +27,7 @@
27
28
test_requirements = [
29
'pytest',
30
+ 'pytest-django',
31
'pytest-runner',
32
'pytest-flake8',
33
'flake8-isort',
0 commit comments