django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

fix: Added correct relationship description to get_created_by admin_order_field #280

Closed adam-murray closed 2 years ago

adam-murray commented 2 years ago

Description

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #280 (0f45bff) into master (c41e4f2) will increase coverage by 0.18%. The diff coverage is 96.00%.

@@            Coverage Diff             @@
##           master     #280      +/-   ##
==========================================
+ Coverage   87.43%   87.61%   +0.18%     
==========================================
  Files          29       29              
  Lines        1568     1591      +23     
  Branches      256      260       +4     
==========================================
+ Hits         1371     1394      +23     
  Misses        141      141              
  Partials       56       56              
Impacted Files Coverage Δ
djangocms_versioning/cms_toolbars.py 95.71% <94.44%> (+0.63%) :arrow_up:
djangocms_versioning/__init__.py 100.00% <100.00%> (ø)
djangocms_versioning/admin.py 86.99% <100.00%> (+0.14%) :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 c41e4f2...0f45bff. Read the comment docs.