combo/combo/apps/dashboard
Lauréline Guérin ccf99d908f
dj2: is_anonymous and is_authenticated are now properties (#36895)
remove RemovedInDjango20Warning:
Using user.is_authenticated() and user.is_anonymous() as a method is deprecated.
Remove the parentheses to use it as an attribute.
2019-10-29 08:35:46 +01:00
..
migrations dj2: add explicit on_delete on all ForeignKey (#36895) 2019-10-29 08:35:21 +01:00
static/js general: add initial support for custom user dashboards (#15043) 2017-05-23 14:38:15 +02:00
templates/combo dashboard: enclose dashboard cell icons in a block for overriding (#26096) 2018-09-04 18:11:26 +02:00
templatetags dashboard: add uniform star/unstar mechanism (#17313) 2017-07-07 09:02:44 +02:00
__init__.py general: move cron jobs in app configs (#28000) 2018-11-14 18:54:03 +01:00
models.py dj2: is_anonymous and is_authenticated are now properties (#36895) 2019-10-29 08:35:46 +01:00
urls.py dashboard: add view to reorder tiles (#17258) 2017-06-30 17:16:32 +02:00
views.py dj2: is_anonymous and is_authenticated are now properties (#36895) 2019-10-29 08:35:46 +01:00