This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create Name model for usernames * SQLAlchemy supports functional indexes now. Also make `name`'s uniqueness case-insensitive. * Unit tests for Name model * Change username length to 63 (DNS limit) * Add `name` hybrid property and fix form validation * Fix PostgreSQL indexing pattern. Undo error introduced in Alembic revision 3b17b62bf8e4
- Loading branch information
Showing
16 changed files
with
528 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.