Changes between Version 26 and Version 27 of IrcFAQ


Ignore:
Timestamp:
Mar 7, 2007, 1:23:09 PM (17 years ago)
Author:
Paul Bx <pb@…>
Comment:

added link to "extending the user model"

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v26 v27  
    3838== How do I extend a model? I want to subclass django.contrib.auth.models.User. == #ModelSubclassing
    3939
    40 You can't do this at the moment, but model subclassing is being worked on. Also, see here. http://www.b-list.org/weblog/2007/02/20/about-model-subclassing
     40You can't do this at the moment, but model subclassing is being worked on. Also, see here http://www.b-list.org/weblog/2007/02/20/about-model-subclassing and here http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model
    4141
    4242== If I change my model, will {{{manage.py syncdb}}} update my database table? == #ModelChanges
Back to Top