nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
12 stars 14 forks source link

Use django-jsonform 2.23.0 from pypi #685

Closed james-otten closed 4 days ago

james-otten commented 2 weeks ago

Resolves #526

The maintainer of django-jsonform released 2.23.0 with the requested fix, pin that version.

https://github.com/bhch/django-jsonform/pull/162

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.06%. Comparing base (1aef3ad) to head (5a08d69). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #685 +/- ## ======================================= Coverage 94.06% 94.06% ======================================= Files 82 82 Lines 3403 3403 ======================================= Hits 3201 3201 Misses 202 202 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Andrew-Dickinson commented 2 weeks ago

Can we confirm that whatever feature we needed from them works on this branch? Is this just pano viewing? Editing?

@WillNilges