Re: Migration Issues when updating model's default primary key from id to uuid

2019-02-19 Thread Thomas Leo
I'm running django 1.11, have this same issue. Has this issue been fixed in later versions of django? Is there a workaround for 1.11? On Sunday, November 12, 2017 at 7:30:45 AM UTC-5, Liuyang Wan wrote: > > Thanks for the link. It’s interesting that two years past the bug is still > unresolved.

Re: ANN: Django website redesign launched

2014-12-18 Thread Thomas Leo
The new Design looks great! Awesome job! One thing I really like about https://docs.python.org/3/ is the ability to show/hide the side bar. The new design features a very large sidebar, being able to toggle it would be awesome. Also as previously mentioned trac doesn't look right yet. On

Re: [ANNOUNCE] Django 1.7 released

2014-09-03 Thread Thomas Leo
Keep up the great work! On Tuesday, September 2, 2014 6:13:21 PM UTC-4, James Bennett wrote: > > Django 1.7 is now available: > > https://www.djangoproject.com/weblog/2014/sep/02/release-17-final/ > > Alongside this are bugfix releases for 1.4, 1.5 and 1.6. The bugfix 1.5 > release is the final

Re: Login at the end of form wizard

2014-02-13 Thread Thomas Leo
Sorry I meant to say NamedUrlSessionWizardView not NamedUrlWizardView On Thursday, February 13, 2014 11:08:36 AM UTC-5, Thomas Leo wrote: > > >> when a user logs in and gets redirected to the order page the wizard > starts again from the beginning (loosing all the data ins

Re: Login at the end of form wizard

2014-02-13 Thread Thomas Leo
>> when a user logs in and gets redirected to the order page the wizard starts again from the beginning (loosing all the data inserted the first time). The issue is that in WizardView, triggering the get function causes the session to

Re: Using Django User Authentication from an Android App (CSRF issue?)

2014-02-12 Thread Thomas Leo
>> Obviously this isn't an ideal or secure way of doing things and what I originally tried was sending a POST request, but this gets denied with a 403 and a message about not having a CSRF cookie attached. I haven't developed anything with Android but it sounds like you need to send a CSRF in

Re: django application hosted on godaddy don't display the site models in admin page

2014-02-12 Thread Thomas Leo
Can you give a little more info on your application stack? On Wednesday, February 12, 2014 9:08:17 AM UTC-5, Mironiuc Sergiu wrote: > > > I have a problem. I moved a django site from one hosting to godaddy. On > the GoDaddy hosting it doesn't display in the admin page the site models. > >