Changes between Version 27 and Version 28 of IrcFAQ


Ignore:
Timestamp:
Mar 7, 2007, 1:45:10 PM (18 years ago)
Author:
James Bennett
Comment:

More up-to-date link on user extensions

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v27 v28  
    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 and here http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model
     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 for instructions on extending the User model: http://www.djangobook.com/en/beta/chapter12/#cn226
    4141
    4242== If I change my model, will {{{manage.py syncdb}}} update my database table? == #ModelChanges
Back to Top