Hi, I want to extend the existing user model and I have followed the instructions found in the Django documentation ( https://docs.djangoproject.com/en/dev/topics/auth/customizing/#extending-the-existing-user-model ). My issue is that my additional fields (which are ForeignKey) cannot be blank or null. Even if I set them to blank = false and null = false, the admin site will still save the new user without any value attached to these additional fields. Am I missing something here? I thought the admin site wouldn't allow it.
Thanks in advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.