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: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 5 commits
  • 32 files changed
  • 2 contributors

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

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

Commits on Jun 16, 2023

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

Commits on Jun 23, 2023

  1. Add REACTPY_AUTH_BACKEND setting (#151)

    - Added `REACTPY_AUTH_BACKEND` setting to allow for custom authentication backends.
    - Refactor the websocket consumer so that using `SessionMiddlewareStack` and/or `AuthMiddlewareStack` is now optional.
    - Make Django a mandatory project dependency, since we need Django 4.1+
    Archmonger authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a884af3 View commit details
    Browse the repository at this point in the history
  2. v3.2.0 (#149)

    Archmonger authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    112f280 View commit details
    Browse the repository at this point in the history
Loading