Re: How to remove a model definition completely in Django when it previously had foreign keys

2019-03-08 Thread Henrik Ossipoff Hansen
tep 3" before "step 2"? > > Em sex, 8 de mar de 2019 às 11:07, Henrik Ossipoff Hansen < > henrik@gmail.com > escreveu: > >> We're trying to remove a model completely from one of our apps - an >> operation I think we've done many times without

How to remove a model definition completely in Django when it previously had foreign keys

2019-03-08 Thread Henrik Ossipoff Hansen
), but it seems a bit extreme. Is there anyone out there with a better and less intrusive solution? Regards, Henrik Ossipoff Hansen -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: PasswordResetConfirmView doesn't work through redirect in newest Safari

2019-01-29 Thread Henrik Ossipoff Hansen
Ah darn it - I didn't even think of checking the bug tracker first. Usually when we're experiencing things like this it's because we've messed up somehow :) I guess for now we'll see if we can backport the old function based view which didn't do that redirect straight after landing on the page

PasswordResetConfirmView doesn't work through redirect in newest Safari

2019-01-29 Thread Henrik Ossipoff Hansen
Hi all, Recently we've upgraded a project from Django 2.x to 2.1, which meant upgrading our old reset password functions based views to the newer class based models. However, since the change we're experiencing issues with PasswordResetConfirmView. What we experiencing, in short, is that when