8000 Comparing 3.2.1...3.2.3 · django-extensions/django-extensions · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-extensions/django-extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.1
Choose a base ref
...
head repository: django-extensions/django-extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.3
Choose a head ref
  • 19 commits
  • 41 files changed
  • 11 contributors

Commits on Sep 9, 2022

  1. bumped version number

    Bas van Oostveen committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c0dedfc View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    b485615 View commit details
    Browse the repository at this point in the history
  2. silence imported but unused F401 at flake8

    Bas van Oostveen committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    b3c3e89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27377c View commit details
    Browse the repository at this point in the history
  4. Add REMOTE_USER to werkzeug environment

    Django RemoteUserMiddleware and RemoteUserBackend are able
    to authenticate users by looking at the REMOTE_USER request header.
    
    In Werkzeug, this header isn't set unlike in Django's
    default WSGI server.
    
    This patch add the variable to the Werkzeug environ
    if it's set.
    
    Fixes #1708
    confuzeus authored and trbs committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    d422fb7 View commit details
    Browse the repository at this point in the history
  5. feat: send the file_changed event when a reload is triggered, this wa…

    …y other receivers can consume it (#1775)
    
    Co-authored-by: trbs <65552+trbs@users.noreply.github.com>
    foarsitter and trbs authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    868b8a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

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

Commits on Apr 29, 2023

  1. Run tests againts Django 4.2 and add trove classifier (#1812)

    * fix: test_should_highlight_bash_syntax_without_name to include whitespace spans
    
    * Run tests againts Django 4.2 and add trove classifier
    
    ---------
    
    Co-authored-by: Jelmer Draaijer <info@jelmert.nl>
    michael-k and foarsitter authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    86b13d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601e96c View commit details
    Browse the repository at this point in the history
  3. runserver_plus autoreload on template change (#1796)

    * fix: walk all the template dirs manually since *.html is not supported by the StatLoaderLoop
    
    * feat: reset loaders when new files are added
    foarsitter authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    9484207 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add support for psycopg3 (#1814)

    closes #1811
    Apreche authored May 15, 2023
    Configuration menu
    Copy the full SHA
    bc43793 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Fixed drop test database command with psycopg 3 (#1818)

    Co-authored-by: Jann Haber <jann.haber@selfnet.de>
    jannh and Jann Haber authored May 24, 2023
    Configuration menu
    Copy the full SHA
    4fc31cb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    8c7fae1 View commit details
    Browse the repository at this point in the history
  2. Fixed reset_db with psycopg3 (same patch like for drop_test_database) (

    …#1821)
    
    * Fixed reset_db with psycopg3 (same patch like for drop_test_database)
    
    * Fixed tests
    
    ---------
    
    Co-authored-by: Jann Haber <jann.haber@selfnet.de>
    jannh and Jann Haber authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    de7dfac View commit details
    Browse the repository at this point in the history
  3. Cleanup http: links (#1798)

    Move http: links to https: where possible and update old links.
    Also removed broken links.
    Crocmagnon authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6d93223 View commit details
    Browse the repository at this point in the history
  4. v3.2.2

    trbs committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d923c0d View commit details
    Browse the repository at this point in the history
  5. bumped version number

    trbs committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6db9dae View commit details
    Browse the repository at this point in the history
  6. updated changelog

    trbs committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0751d8b View commit details
    Browse the repository at this point in the history
  7. v3.2.3

    trbs committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2ccced1 View commit details
    Browse the repository at this point in the history
Loading
0