django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
50 stars 21 forks source link

fix: migration management command #39

Closed fsbraun closed 2 years ago

fsbraun commented 2 years ago

Fixes unclear documentation and migration sql bug for postgres as discussed in #38

codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (07160bf) into master (af81fd6) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   81.65%   81.65%   -0.01%     
==========================================
  Files         128      128              
  Lines        3952     3962      +10     
  Branches      792      796       +4     
==========================================
+ Hits         3227     3235       +8     
  Misses        600      600              
- Partials      125      127       +2     
Impacted Files Coverage Δ
djangocms_frontend/contrib/link/cms_plugins.py 80.48% <0.00%> (-2.02%) :arrow_down:
djangocms_frontend/contrib/link/forms.py 83.33% <0.00%> (ø)
djangocms_frontend/contrib/tabs/forms.py 100.00% <0.00%> (ø)
djangocms_frontend/contrib/image/forms.py 93.84% <0.00%> (ø)
djangocms_frontend/contrib/carousel/forms.py 100.00% <0.00%> (ø)
djangocms_frontend/contrib/jumbotron/forms.py 100.00% <0.00%> (ø)
djangocms_frontend/contrib/navigation/forms.py 100.00% <0.00%> (ø)
djangocms_frontend/fields.py 85.71% <0.00%> (+0.24%) :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 af81fd6...07160bf. Read the comment docs.