Re: Trouble changing from sqlite3 to postgres

2015-02-17 Thread Joel Burton
The error is probably in code you wrote that uses the date field. Can you post the full traceback? That will let us see where the caller was that created the problem. On Tuesday, February 17, 2015 at 3:13:30 PM UTC-5, tony@gmail.com wrote: > > I have written a simple Django app (my first) th

Default UserCreationForm and UserChangeForm hard-coded to User; is this required?

2015-01-05 Thread Joel Burton
I'm not sure if this is a bug or intended, hence my asking here before adding to the bug database. In django.contrib.auth.forms, the UserCreationForm and UserChangeForm refer several times to the User model directly, rather than using get_user_model(). This means that when using a different mo

Re: Default UserCreationForm and UserChangeForm hard-coded to User; is this required?

2015-01-06 Thread Joel Burton
't actually > modifying the internal Django code. There shouldn't be any need for that, > since pretty much all behavior can be overridden externally. If that is the > case, a question about user creation forms will be the least of your > concerns given the bugs you