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 of admin_links for Django 2 #247

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

zbohm
Copy link
Contributor

@zbohm zbohm commented Aug 9, 2019

Hi, here I offer some fixies for Django 2. The most serious is fix of function admin_links:

  • Html code from function admin_links must be marked as SafeText.
    • Replace <br> to container <div>. Tag BR is unpaired tag. It is better to use a container, for examle for css styling.
  • 'django.contrib.messages', in INSTALL_APP is required by Django 2.2.
  • I suggest to restrict Django versions to django >= 1.11, < 2.2.99.

slothyrulez added a commit to slothyrulez/django-forms-builder that referenced this pull request Jul 7, 2020
Make project django 2.2 compatible
stephenmcd#247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant