Re: [Mixins] - Order of the Mixins - Is it a bug?

2018-06-16 Thread Mike Dewhirst
On 16/06/2018 3:29 AM, Vinnicyus Gracindo wrote: Hi. I beat my brains out trying to find out why my cbv was not working with LoginRequiredMixin. I found the order of the mixins in the inheritance: It works: class UserListView(LoginRequiredMixin, ListView) Doesn't work: class UserListView(ListVie

need help with Django regstration redux

2018-06-16 Thread Leela Sai Madhav Manne
Iam trying develop a web application. I am using Django registration redux package for registration. when im try to access http://127.0.0.1:8000/accounts/register it automatically redirecting to http://127.0.0.1:8000/accounts/profile/ Shows me following Using the URLconf defined in bookstore

Re: Error running Django tutorial

2018-06-16 Thread Mayank Bhatia
hello guys, I am facing the same error while creating the views. On Sunday, February 28, 2016 at 1:20:39 AM UTC+5:30, Mike Kipling wrote: > > I am working through the Django tutorial *Writing your first Django app, > part 1.* > I am using Windows 10, python 3.5.1 and Django 1.9.2 . > > In the

Re: Problems with list_filter and date_hierarchy in django2.05

2018-06-16 Thread Mark Phillips
When I select 6/15/2018 in the date_hierarchy, the following query is run: *SELECT* `memorabilia_document`.`document_id`, `memorabilia_document`.`document_state`, `memorabilia_document`.`documentType_id_id`, `memorabilia_document`.`created`, `memorabilia_document`.`updated`, `memorabilia_document`