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

Add Django 4.1-4.2 and Python 3.11 support #229

Merged
merged 8 commits into from
Jul 11, 2023

Commits on Apr 4, 2023

  1. Add Django 4.1-4.2 and Python 3.11 support (Fixes #228)

    * Increment version to 4.5.0
    Andrew-Chen-Wang committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d192bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bda00b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d0a06a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2d9de2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    27eaaa5 View commit details
    Browse the repository at this point in the history
  2. Fix simple error

    jacklinke authored and BertrandBordage committed May 25, 2023
    Configuration menu
    Copy the full SHA
    beff1e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    7e254ca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Andrew wang/dj4.2 (#239)

    * Added a FilteredTransactionTestCase, updated tests.
    
    * Added more filtered tests
    
    * Removed Python <3.10 from the tox envlist for Django main.
    
    * Enhanced error message to include current database vendor of the connection for better easier troubleshooting.
    
    * Use python3.10 for GH workflows, fix postgres range issues in tests.
    
    * Check if psycopg3 is in use, if so, add psycopg3 types to CACHABLE_PARAM_TYPES.
    
    ---------
    
    Co-authored-by: Benedikt Willi <[email protected]>
    Hopiu and Benedikt Willi authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    03b7ebf View commit details
    Browse the repository at this point in the history