File tree Expand file tree Collapse file tree 3 files changed +8
-163
lines changed
Expand file tree Collapse file tree 3 files changed +8
-163
lines changed Original file line number Diff line number Diff line change 1919 id : vars
2020 run : |
2121 [[ ! $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::$(git describe --tags | sed -r 's/-(.*?)-(.*?)$/.dev\1/g') || true
22- [[ $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::${GITHUB_REF#refs/*/test- } || true
22+ [[ $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::${GITHUB_REF#refs/*/} || true
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v2
2525 with :
Original file line number Diff line number Diff line change 1- ## [ Unreleased ]
1+ ## 1.12 - 2020-07-08
22### Added
3- - It is possible to set a timeout between a user authenticiating in the LoginView and them needing to re-authenticate. By default this is 10 minutes.
3+ - It is possible to set a timeout between a user authenticiating in the
4+ ` LoginView ` and them needing to re-authenticate. By default this is 10
5+ minutes.
46
57### Removed
6- - The final step in the LoginView no longer re-validates a user's credentials
8+ - The final step in the ` LoginView ` no longer re-validates a user's credentials.
79- Django 1.11 support.
810
911### Changed
10- - Security Fix: LoginView no longer stores credentials in plaintext in the session store
12+ - Security Fix: ` LoginView ` no longer stores credentials in plaintext in the
13+ session store.
1114
1215## 1.11.0 - 2020-03-13
1316### Added
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments