Update the rbdemo extension for Review Board 5.0

Review Request #12201 — Created March 24, 2022 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This change updates the rbdemo extension (used to handle authentication
and data management for the demo server) for Review Board 5.0.x and
Django 3.2.

Installed and activated the demo server extension. Saw that I could log
in with guest credentials.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Update the rbdemo extension for Review Board 5.0
This change updates the rbdemo extension (used to handle authentication and data management for the demo server) for Review Board 5.0.x and Django 3.2. Testing Done: Installed and activated the demo server extension. Saw that I could log in with guest credentials.
9425ff1db50a045fcf17d6be0e8914da7f41c3d4 David Trowbridge
rbdemo/setup.py
rbdemo/rbdemo/__init__.py
rbdemo/rbdemo/auth_backends.py
rbdemo/rbdemo/extension.py
rbdemo/rbdemo/forms.py
rbdemo/rbdemo/management/__init__.py
rbdemo/rbdemo/management/commands/__init__.py
rbdemo/rbdemo/management/commands/dump-demo-data.py
rbdemo/rbdemo/management/commands/reset-demo.py
Loading...