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 upgrade #2017

Open
wants to merge 7 commits into
base: v0.24.0
Choose a base branch
from
Open

Django upgrade #2017

wants to merge 7 commits into from

Commits on Sep 2, 2022

  1. Bumps versions of django, django-compressor and django-version

    Things to note...
    Run tests now needs a secret key for more information see https://docs.djangoproject.com/en/4.1/releases/3.2/#security
    
    Autofield now needs to be declared in settings, for more information see
    https://docs.djangoproject.com/en/4.1/releases/3.2/#customizing-type-of-auto-created-primary-keys
    
    staticfiles template library has been removed. We should now use static.
    For more information see https://docs.djangoproject.com/en/4.1/releases/3.0/#features-removed-in-3-0
    fredkingham committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a29eed3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Merge branch 'v0.23.1' into django-upgrade

    fredkingham committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c89058e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v0.24.0' into django-upgrade

    fredkingham committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    52a5158 View commit details
    Browse the repository at this point in the history
  3. Moves the django upgrade into the 0.24.0 changelog/upgrading

    The django upgrade did not go out in 0.23 and has been moved into 0.24
    this changes the change log/upgrading information from 23 into 0.24 as well.
    fredkingham committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    df67a49 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge branch 'v0.24.0' into django-upgrade

    fredkingham committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1617cdb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    acb8c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8959be View commit details
    Browse the repository at this point in the history