Skip to content

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant