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

Django 4.0, Remove support to older Django and Python versions and improvements #35

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

Commits on Feb 21, 2022

  1. Django 4 and remove older Django/Python versions and improvements

    * Made fixes to make it work with Django 4.0.
    * Drop support to Python 2 and Python < 3.5 that are unmaintained and insecure.
    * Drop support to Django < 2.2 that also reach end of mainstream support (insecure).
    * Drop included jQuery version used in favor of built-in `django.jQuery` in Django that is more up to date and maintained by Django, making also the library less vulnerable.
    * Fix margin in "chips", specially margin top was 0, making it ugly.
    * Fix Tox and Selenium configurations. Replace PhantomJS with Chrome (PhantomJS support was removed in newer versions of Selenium).
    * Replace Travis CI with GitHub Actions: Travis is fading out its commitment with OSS, making the service for no-paid projects each time slower and less available. On the other hand GH Actions is free and fast even for OSS projects.
    * Remove IDE configurations that are "user" related.
    mrsarm committed Feb 21, 2022
    Copy the full SHA
    4795b28 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21c210b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    96a6898 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    963d5c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Fix README and setup.py guides

    mrsarm committed Feb 23, 2022
    Copy the full SHA
    9d12b78 View commit details
    Browse the repository at this point in the history
  2. Update tests dependencies

    Not latest version of each library though, because compatibility issues with older versions of Python.
    mrsarm committed Feb 23, 2022
    Copy the full SHA
    94f37a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Copy the full SHA
    91975ae View commit details
    Browse the repository at this point in the history
  2. Remove redundant README.md

    The rst version has the same content and is well rendered by Github
    mrsarm committed Feb 24, 2022
    Copy the full SHA
    c93781a View commit details
    Browse the repository at this point in the history