django-heythere
django-heythere copied to clipboard
App to handle creating notifications for users both on-site and in email.
Bumps [django](https://github.com/django/django) from 1.6.2 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Bumps [py](https://github.com/pytest-dev/py) from 1.4.20 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
After upgrading to Django 1.7.4. I get two warnings when I run: python manage.py createmigrations: python2.7/site-packages/heythere/models.py:37: RemovedInDjango18Warning: `NotificationManager.get_query_set` method should be renamed `get_queryset`. python2.7/site-packages/heythere/admin.py:15: RemovedInDjango18Warning: Creating a ModelForm without either...
This should fix the issue that I opened on Jan 28, 2015. Thanks.
Defining all notifications inside `settings.py` is not so pretty when you have 10+ notifications that use templatetags or simply have long text. Added two options: `headline_template_name` and `body_template_name`, that if...
...arked as read were appearing on top of the list as most recent notifications