Make names in community auth unique
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Apr 2023 15:30:29 +0000 (17:30 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Apr 2023 15:31:50 +0000 (17:31 +0200)
commit19682de806b9a340b864d1b0738d4f23f6bd2a24
tree13d806f6180757c6e5e1158b2c92bca7d78250c3
parent8c289fe90db108b089aa70b5ff834c67648d87e3
Make names in community auth unique

Technically not needed for the system, but confusion is ensured if you
have two different sites with the same name...
pgweb/account/migrations/0009_cauth_unique_names.py [new file with mode: 0644]
pgweb/account/models.py
templates/docs/release_notes_list.html [new file with mode: 0644]