Changes between Version 27 and Version 28 of IrcFAQ
- Timestamp:
- Mar 7, 2007, 1:45:10 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v27 v28 38 38 == How do I extend a model? I want to subclass django.contrib.auth.models.User. == #ModelSubclassing 39 39 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-model40 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 for instructions on extending the User model: http://www.djangobook.com/en/beta/chapter12/#cn226 41 41 42 42 == If I change my model, will {{{manage.py syncdb}}} update my database table? == #ModelChanges