Changes between Initial Version and Version 1 of Ticket #525, comment 7


Ignore:
Timestamp:
Apr 12, 2013, 10:40:19 PM (11 years ago)
Author:
Jessica Tallon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #525, comment 7

    initial v1  
    1515    name = Column(Unicode, nullable=False, unique=True)
    1616
    17 Class User(Base, UserMixin):
     17class User(Base, UserMixin):
    1818    # current stuff
    1919    groups = Relationship(Group,