Yes indeed. There was an update in the base view classes to detect app views using the get_queryset method to produce a list of objects to display. The task manager app was not updated in relation to this change. Fixed committed: https://gitlab.com/mayan-edms/mayan-edms/commit/51026cc55ee596777a78c0b07748936ca967e69e. Thanks for the report!
On Thursday, September 7, 2017 at 1:48:13 PM UTC-4, LeVon Smoker wrote: > > Getting this error - maybe a bug in task_manager/views.py? > > > ImproperlyConfigured at /task_manager/queues/ > > > QueueListView is overloading the get_queryset method. Subclasses should > implement the get_object_list method instead. > > > > Request Method: GET > Request URL: http://documents.hrcsb.org/task_manager/queues/ > Django Version: 1.10.7 > Exception Type: ImproperlyConfigured > Exception Value: > > QueueListView is overloading the get_queryset method. Subclasses should > implement the get_object_list method instead. > > Exception Location: /usr/share/mayan-edms/mayan/apps/common/generics.py > in __init__, line 491 > Python Executable: /usr/share/mayan-edms/bin/uwsgi > Python Version: 2.7.9 > Python Path: > > ['.', > '', > '/usr/share/mayan-edms/lib/python2.7', > '/usr/share/mayan-edms/lib/python2.7/plat-i386-linux-gnu', > '/usr/share/mayan-edms/lib/python2.7/lib-tk', > '/usr/share/mayan-edms/lib/python2.7/lib-old', > '/usr/share/mayan-edms/lib/python2.7/lib-dynload', > '/usr/lib/python2.7', > '/usr/lib/python2.7/plat-i386-linux-gnu', > '/usr/lib/python2.7/lib-tk', > '/usr/share/mayan-edms/local/lib/python2.7/site-packages', > '/usr/share/mayan-edms/lib/python2.7/site-packages', > u'/usr/share/mayan-edms/mayan/apps', > '/usr/share/mayan-edms'] > > Server time: Thu, 7 Sep 2017 13:34:06 -0400 > > > > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
