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

⚙️ Adds Django 4.2 support and fixes trove classifiers #363

Merged
merged 12 commits into from
Oct 19, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    ab92e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ffcb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44ec200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cbd652 View commit details
    Browse the repository at this point in the history
  5. 📝 mirrors old README.rst to make docs work

    Not a great solution, but a workaround.
    jefftriplett committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8570cda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db47269 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    647955e View commit details
    Browse the repository at this point in the history
  8. ⚙️ Updates cache-key

    This isn't really used, but I think having caching is a win
    jefftriplett committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b139a58 View commit details
    Browse the repository at this point in the history
  9. ⚙️ Adds missing file

    jefftriplett committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    02acfde View commit details
    Browse the repository at this point in the history
  10. 🔥 Removes cache line

    jefftriplett committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8969b61 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fix storages deprecation warnings (#372)

    * ⚙️ Adds Django 4.2 support and fixes trove classifiers
    
    * :shirts: Runs black on code to make CI happy
    
    * :shirts: Runs isort on code to make CI happy
    
    * 💚 Updates test to match exception copy
    
    * 📝 mirrors old README.rst to make docs work
    
    Not a great solution, but a workaround.
    
    * ⚙️ Adds pip cache support
    
    * 🔥 Removes 4.0 from grid because it's no longer supported
    
    * ⚙️ Updates cache-key
    
    This isn't really used, but I think having caching is a win
    
    * ⚙️ Adds missing file
    
    * 🔥 Removes cache line
    
    * Fix storages deprecation warnings
    
    ---------
    
    Co-authored-by: Jeff Triplett <[email protected]>
    browniebroke and jefftriplett committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    59a990a View commit details
    Browse the repository at this point in the history
  2. Fix isort ordering

    frankwiles committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    94f413d View commit details
    Browse the repository at this point in the history