Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add support of django 4.0 #203

Merged
merged 2 commits into from
Aug 19, 2022

Commits on Aug 5, 2022

  1. fix: add support of django 4.0

    django-cms 3.11 adds the support of django 4.0 but currently
    djangocms-link is not compatible with this version of django as there is
    use of force_text in the codebase. So we remove the use of this
    deprecated method in favor of `force_str`.
    
    Resolve django-cms#202
    jbpenrath committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    fdc30f3 View commit details
    Browse the repository at this point in the history
  2. Update tests/requirements/dj40_cms311.txt

    Co-authored-by: Mark Walker <[email protected]>
    vinitkumar and marksweb authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    6b40481 View commit details
    Browse the repository at this point in the history