Changes between Initial Version and Version 1 of Ticket #16156, comment 1
- Timestamp:
- Jun 4, 2011, 6:31:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16156, comment 1
initial v1 1 I'd guess you are importing Django's User somewhere before you specify the model `User` in the meta class for your !RegistrationForm. I do not see what you are describing, using your model, and avoiding any import of User from `django.contrib.auth.models ':1 I'd guess you are importing Django's User somewhere before you specify the model `User` in the meta class for your !RegistrationForm. I do not see what you are describing, using your model, and avoiding any import of User from `django.contrib.auth.models`: 2 2 3 3 {{{