• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openwisp / openwisp-radius / 25928099438

15 May 2026 04:07PM UTC coverage: 97.453%. Remained the same
25928099438

push

github

web-flow
[change:radius] Replace third-party JSONField with Django built-in JSONField #600

Replaced jsonfield package's JSONField with Django's built-in JSONField
in RadiusBatch.user_credentials and OrganizationRadiusSettings.sms_meta_data.

Rewrote the two historical migrations that referenced jsonfield.fields
(0007_sms_verification, 0009_radbatch_user_credentials_field) to use
django.db.models.JSONField directly, allowing the jsonfield package to
be removed from setup.py.

RadiusBatch.prefix_add now assigns user_credentials as a Python list
directly instead of json.dumps()-ing it first. Migration 0044 converts
existing double-encoded JSON strings in user_credentials to proper JSON
values, iterating with .iterator() for memory efficiency.

Closes #600

4170 of 4279 relevant lines covered (97.45%)

10.72 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

97.06
/base/models.py


Source Not Available

The file "base/models.py" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc