Changes between Initial Version and Version 1 of Ticket #26133


Ignore:
Timestamp:
Jan 25, 2016, 1:32:28 AM (9 years ago)
Author:
Fernando Miranda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #26133 – Description

    initial v1  
    77class AbstractBaseUser(models.Model):
    88    password = models.CharField(_('password'), max_length=128) 
     9    ...
    910}}}
    1011
Back to Top