Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #81 from postatum/99643298_remove_id
Browse files Browse the repository at this point in the history
Remove AuthUserMixin.id field
  • Loading branch information
jstoiko committed Jul 31, 2015
2 parents d9e78fd + 4831171 commit a96331c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nefertari/authentication/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class AuthUserMixin(AuthModelMethodsMixin):
Implements basic operations to support Pyramid Ticket-based and custom
ApiKey token-based authentication.
"""
id = engine.IdField()
username = engine.StringField(
primary_key=True, unique=True,
min_length=1, max_length=50,
Expand Down

0 comments on commit a96331c

Please sign in to comment.