Changes between Version 10 and Version 11 of IrcFAQ
- Timestamp:
- Feb 23, 2007, 2:09:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v10 v11 30 30 == How do I extend a model? I want to subclass django.contrib.auth.models.User. == 31 31 32 Notat the moment, but model subclassing is being worked on. Also, see here. http://www.b-list.org/weblog/2007/02/20/about-model-subclassing32 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 33 33 34 34 == If I change my model, will {{{manage.py syncdb}}} update my database table? ==