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

Update project #215

Closed
wants to merge 6 commits into from
Closed

Update project #215

wants to merge 6 commits into from

Commits on Apr 9, 2023

  1. Updated project to current Django LTS version

    Updated deprecated "is_safe_url" function to "url_has_allowed_host_and_scheme".
    Added automatically database population, if DB is empty.
    Updated requirements to current version.
    Updated settings.
    Removed outdated version support.
    Updated gitignore.
    aDramaQueen committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    aec0024 View commit details
    Browse the repository at this point in the history
  2. Minor refactoring

    aDramaQueen committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    ea9cba9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Updated Project

    Added type hints.
    Updated test cases.
    Removed last remaining snippets for outdated Django versions.
    aDramaQueen committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a1ce488 View commit details
    Browse the repository at this point in the history
  2. Removed unused constant

    aDramaQueen committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4e01389 View commit details
    Browse the repository at this point in the history
  3. Updated required version

    aDramaQueen committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3822486 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Minor Bugfix

    Removed __slots__ from dataclass, to match Python 3.8 support.
    aDramaQueen committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a663e7a View commit details
    Browse the repository at this point in the history