Changes between Initial Version and Version 1 of Ticket #525, comment 7
- Timestamp:
- Apr 12, 2013, 10:40:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #525, comment 7
initial v1 15 15 name = Column(Unicode, nullable=False, unique=True) 16 16 17 Class User(Base, UserMixin):17 class User(Base, UserMixin): 18 18 # current stuff 19 19 groups = Relationship(Group,