Re: Content types shouldn't be created on post_migrate signal

2018-10-13 Thread Petter Strandmark
I encountered a similar issue recently, but with auth permissions. It is described here: https://code.djangoproject.com/ticket/29843 On Wednesday, October 3, 2018 at 1:01:37 PM UTC+2, Marcin Nowak wrote: > > Hello. > > There is a huge issue with content types framework. The data is loaded > afte

Re: django.contrib.auth.views.PasswordResetConfirmView class properties

2018-10-13 Thread Tim Graham
There's an accepted ticket: https://code.djangoproject.com/ticket/28780 On Saturday, October 13, 2018 at 9:26:43 AM UTC-4, Frank van der Pluijm wrote: > > django.contrib.auth.views.PasswordResetConfirmView.dispatch() makes use of > two constant values outside of the class definition, > INTERNAL

django.contrib.auth.views.PasswordResetConfirmView class properties

2018-10-13 Thread Frank van der Pluijm
django.contrib.auth.views.PasswordResetConfirmView.dispatch() makes use of two constant values outside of the class definition, INTERNAL_RESET_URL_TOKEN and INTERNAL_RESET_SESSION_TOKEN. When subclassing the view, I would like it to use other values than those, since the stored session values c