Skip to content

Commit 951dc5e

Browse files
pushpit kambojpushpit kamboj
authored andcommitted
[change] Replaced third-party jsonfield with Django's built-in JSONField
- Updated models to use django.db.models.JSONField - Added migrations for check and monitoring apps - Added migrations for sample apps used in tests
1 parent d5e8d0f commit 951dc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/openwisp2/sample_monitoring/migrations/0005_replace_jsonfield_with_django_builtin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from django.db import migrations, models
55

6+
67
class Migration(migrations.Migration):
78
dependencies = [
89
("sample_monitoring", "0004_alter_metric_field_name"),

0 commit comments

Comments
 (0)