Files
mayan-edms/mayan/apps/common
Roberto Rosario 7532429b0b Refactor common generic views
Add keyword arguments.

Sort arguments.

Unify the ObjectListPermissionFilterMixin and
ObjectPermissionCheckMixin into the RestrictedQuerysetMixin.

Add MultipleObjectDownloadView.

Update SingleObjectDownloadView to do queryset filtering.

The method that returns the base queryset for views is
now named get_source_queryset().

The views now use .get_object_list as a multi object
homologous of get_object. The queryset returned by
.get_object_list is restricted by access.

Make MultipleObjectMixin a subclass of Django's
SingleObjectMixin to reduce repeated code.

All generic views are now imported from common.generics and not
from common.views.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
2019-01-28 05:18:33 -04:00
..
2018-10-29 13:24:07 -04:00
2018-12-26 02:40:07 -04:00
2018-12-29 03:45:56 -04:00
2019-01-19 01:21:26 -04:00
2019-01-28 05:18:33 -04:00
2018-12-05 02:04:20 -04:00
2017-08-25 04:12:52 -04:00
2019-01-19 01:04:59 -04:00
2018-12-24 19:15:20 -04:00
2019-01-02 14:34:41 -04:00
2017-08-30 01:12:04 -04:00
2018-12-06 01:57:24 -04:00
2019-01-25 01:24:19 -04:00
2019-01-28 05:18:33 -04:00
2019-01-19 01:12:39 -04:00
2018-12-05 02:07:34 -04:00
2018-12-15 04:49:40 -04:00
2018-12-24 19:15:20 -04:00
2019-01-28 05:18:33 -04:00
2019-01-28 05:18:33 -04:00
2019-01-02 14:34:41 -04:00
2019-01-02 14:34:41 -04:00
2019-01-02 14:34:41 -04:00
2017-07-24 20:30:46 -04:00
2018-12-29 03:45:56 -04:00
2018-12-06 01:57:24 -04:00
2019-01-19 01:04:59 -04:00
2019-01-28 05:18:33 -04:00
2019-01-28 05:18:33 -04:00