- The problem: User is used but not imported - Where it occurs: clean_email() methods in UserRegistrationForm and UserEditForm - The fix: User = get_user_model() - Other chapters (4, 7) use the correct approach Great Book, btw!
Great Book, btw!