Changes between Version 26 and Version 27 of IrcFAQ
- Timestamp:
- Mar 7, 2007, 1:23:09 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v26 v27 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-subclassing40 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 41 41 42 42 == If I change my model, will {{{manage.py syncdb}}} update my database table? == #ModelChanges