kevinmickey / django-prettyjson

Enables pretty JSON viewer in Django forms, admin, or templates
BSD 3-Clause "New" or "Revised" License
139 stars 21 forks source link

Adds option for initial rendering #10

Closed Shemahmforash closed 7 years ago

Shemahmforash commented 7 years ago

Makes it possible to define initial json rendering as raw or parsed. Implements issue #4

codecov-io commented 7 years ago

Codecov Report

Merging #10 into master will increase coverage by 16.78%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #10       +/-   ##
===========================================
+ Coverage   24.24%   41.02%   +16.78%     
===========================================
  Files           3        3               
  Lines          33       39        +6     
===========================================
+ Hits            8       16        +8     
+ Misses         25       23        -2
Impacted Files Coverage Δ
prettyjson/widgets.py 100% <100%> (+25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bf2ac5...ac9e56e. Read the comment docs.