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: TOMToolkit/tom_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.31.5
Choose a base ref
...
head repository: TOMToolkit/tom_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.31.6
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 26, 2026

  1. add partial for API Token regeneration to create_user template

    The create_user.html template is also used for the UpdateUserView.
    This adds the DRF API token to that template as a partial template.
    (It's a partial template so that HTMX can update it without a full
    page reload).
    phycodurus committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    754c21b View commit details
    Browse the repository at this point in the history
  2. add View and urlpattern to regenerate the DRF API token

    Also add context to the UserUpdateView required
    to display and regenerate the DRF API token.
    phycodurus committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    41bc22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330915e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Merge pull request #1483 from TOMToolkit/1473-reset-drf-api-token-fea…

    …ture
    
    Show user's DRF API token on Profile page and provide API token regeneration on Profile edit page.
    phycodurus authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    80be683 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. update dependencies

    jchate6 committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    19a7565 View commit details
    Browse the repository at this point in the history
Loading