django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Removed python_2_unicode_compatible usage #68

Closed rsalmaso closed 6 years ago

rsalmaso commented 6 years ago

This was left out from https://github.com/benjaoming/django-nyt/pull/65 :disappointed:

codecov-io commented 6 years ago

Codecov Report

Merging #68 into master will decrease coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   76.46%   76.25%   -0.22%     
==========================================
  Files          26       26              
  Lines         565      560       -5     
==========================================
- Hits          432      427       -5     
  Misses        133      133
Impacted Files Coverage Δ
django_nyt/models.py 84.55% <ø> (-0.61%) :arrow_down:

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 d7c89c7...6c4eb9d. Read the comment docs.