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
45 stars 20 forks source link

Fix: Rename djangocms_frontend.contrib.forms to djangocms_frontend.contrib.frontend_forms #16

Closed fsbraun closed 2 years ago

fsbraun commented 2 years ago

This rename is required to avoid a name conflict between djangocms_frontend and django.forms. The latter is required to be in INSTALLED_APPS on projects that use the jinja2 template engine.

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2619423). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   78.48%           
=========================================
  Files             ?      128           
  Lines             ?     3941           
  Branches          ?      790           
=========================================
  Hits              ?     3093           
  Misses            ?      748           
  Partials          ?      100           

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 2619423...df62728. Read the comment docs.