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: mgrouchy/django-stronghold
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: mgrouchy/django-stronghold
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 17, 2020

  1. Allow the ability to test some function details (#79)

    * Allow the ability to test some function details in addition to whether the
    particular user passes test.
    
    Adds some additional flexibility for people who want to lay on additional request based permissions.
    
    Also reorder "is this view public" tests to consider the public decorator first before any work is done.
    mgrouchy committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    1e4735a View commit details
    Browse the repository at this point in the history
  2. bump to v0.4.0

    Based on previous code there could be unexpected behavior here, watchout.
    mgrouchy committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    821cff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    a42fa68 View commit details
    Browse the repository at this point in the history
  2. docs: Fix simple typo, utilties -> utilities (#81)

    There is a small typo in docs/_build/html/_static/searchtools.js, docs/_build/html/_static/websupport.js.
    
    Should read `utilities` rather than `utilties`.
    timgates42 authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    50773ac View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    2922139 View commit details
    Browse the repository at this point in the history
  2. docs: Fix a few typos (#90)

    There are small typos in:
    - docs/conf.py
    - stronghold/decorators.py
    
    Fixes:
    - Should read `that` rather than `shat`.
    - Should read `function` rather than `fuction`.
    
    Signed-off-by: Tim Gates <[email protected]>
    timgates42 authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    358e19b View commit details
    Browse the repository at this point in the history
Loading