Changes between Version 10 and Version 11 of IrcFAQ


Ignore:
Timestamp:
Feb 23, 2007, 2:09:50 PM (17 years ago)
Author:
Paul Bx <pb@…>
Comment:

wording fix

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v10 v11  
    3030== How do I extend a model? I want to subclass django.contrib.auth.models.User. ==
    3131
    32 Not 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
     32You 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
    3333
    3434== If I change my model, will {{{manage.py syncdb}}} update my database table? ==
Back to Top