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.2 preparation #869

Merged
merged 14 commits into from
Oct 24, 2023
Merged

Django 4.2 preparation #869

merged 14 commits into from
Oct 24, 2023

Commits on Sep 20, 2023

  1. Change unique_together declaration to a unique constraint

     This is a database no-op
    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2e9a592 View commit details
    Browse the repository at this point in the history
  2. rename the index

    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bbda50f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40543ac View commit details
    Browse the repository at this point in the history
  4. specify timezone

    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    21e73f7 View commit details
    Browse the repository at this point in the history
  5. use div rendering for test forms

     This shouldn't affect anything outside of tests
    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7ff7c86 View commit details
    Browse the repository at this point in the history
  6. queryset equal rename

    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    822f1c8 View commit details
    Browse the repository at this point in the history
  7. Revert "use div rendering for test forms"

    This reverts commit 7ff7c86.
    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    41ad0a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f65f97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    467792f View commit details
    Browse the repository at this point in the history
  10. remove python 3.7 support

    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b347c01 View commit details
    Browse the repository at this point in the history
  11. enable warnings in tests

    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6add0a1 View commit details
    Browse the repository at this point in the history
  12. Remove Django 3.2 support

    rtpg committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    da33f5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e75ec4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60064a7 View commit details
    Browse the repository at this point in the history