From 527528fee563166024fef749f9b011c523a831c0 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 16 Jun 2017 13:23:19 +0200 Subject: [PATCH 1/4] Remove hard-to-update HISTORY.rst that was out-dated anyways --- HISTORY.rst | 244 ---------------------------------------------------- 1 file changed, 244 deletions(-) delete mode 100644 HISTORY.rst diff --git a/HISTORY.rst b/HISTORY.rst deleted file mode 100644 index d628a82b..00000000 --- a/HISTORY.rst +++ /dev/null @@ -1,244 +0,0 @@ -Latest Changes -============== - - -Compiled on: Wed May 17 14:59:40 CEST 2017:: - - * 52a2017 - (HEAD -> master, tag: beta/1.0b3, origin/master, origin/HEAD) Release note for #33 (32 seconds ago) - * d3fa54d - Bump to 1.0b3 (3 minutes ago) - * f19280d - Merge pull request #33 from ztomaz/master (4 minutes ago) - |\ - | * bc1598c - Update consumers.py (30 minutes ago) - |/ - * 44bd3f9 - (tag: beta/1.0b2) auto-generated HISTORY.rst for 0.1b2 (5 weeks ago) - * 97975fb - Merge pull request #32 from benjaoming/dj111 (5 weeks ago) - |\ - | * d00d373 - (origin/dj111, dj111) Set option defaults django 1.10 + 1.11 (5 weeks ago) - | * ed7aa6e - codecov dependency for travis.yml (5 weeks ago) - | * bef96ae - Correctly set default command line options for notifymail (5 weeks ago) - | * c13b02b - Replace coveralls with CodeCov.io (5 weeks ago) - | * c7c97e3 - Release note for #28 - thanks @hiasen (5 weeks ago) - | * b185a91 - Bump to version 0.1b2 (5 weeks ago) - | * 70b92e5 - Add Django 1.11 to test matrix (5 weeks ago) - |/ - * 48fd473 - Merge pull request #28 from hiasen/str-fix (5 weeks ago) - |\ - | * d2f9450 - Fix bug with __str__ in python 3 (7 months ago) <Øystein Hiåsen> - * | 4b78a5d - Prettify a bit of code before a demo at hackathon (6 months ago) - |/ - * d019923 - (origin/requirements-fix, requirements-fix) Add migration for new related_name and CASCADE constraints (7 months ago) - * b74b90d - Specify the Python versions for Travis (8 months ago) - * 05d747e - Build the full django + python matrix (8 months ago) - * ac8e8a4 - Update requirements.txt to match Django>=1.7 requirement (8 months ago) - * ee30f06 - Clean up (8 months ago) - * 9975c13 - Auto-generated history for 1.0b1 (8 months ago) - * f588f9e - Keywords should be a list (8 months ago) - * 14bd12e - Correction: It's also django 1.10 compatible (8 months ago) - * ce79824 - (tag: beta/1.0b1) Merge pull request #25 from benjaoming/django110 (8 months ago) - |\ - | * b24bbf7 - Release notes about django support (8 months ago) - | * c67e396 - Do not set defaults in make_option because they aren't set in Python 3.5 (8 months ago) - | * b6989a3 - Fix unresolved import in django 1.10 (8 months ago) - | * 2979fcd - Add django 1.10 to Tox configuration (8 months ago) - | * a167397 - Add release notes docs section (8 months ago) - | * d5f15ec - Fix rtd.io links and update docs requirements (8 months ago) - * | b784fc5 - Merge pull request #24 from benjaoming/celery-compat (8 months ago) - |\ \ - | |/ - |/| - | * 249dfa4 - (origin/celery-compat, celery-compat) Refactor `tasks` to `subscribers` because of celery auto-loading - fixes #23 (8 months ago) - |/ - * 51b8992 - remove unused section about South support (1 year, 1 month ago) - * a90a611 - add missing section on daemon (1 year, 1 month ago) - * 41d806c - add requirements file with channels for RTD (1 year, 1 month ago) - * ec15d2c - add note about --pre (1 year, 1 month ago) - * 44e9c96 - (tag: alpha/1.0dev0) updates to make target 'release' and 'sdist' + changelog (1 year, 1 month ago) - * d9d39ce - Merge pull request #21 from benjaoming/channels (1 year, 1 month ago) - |\ - | * 3e1d18e - (origin/channels, channels) documentation improvements (1 year, 1 month ago) - | * 251bfc0 - Use individual channels for each notification type key (1 year, 1 month ago) - | * 67c862d - Updates to settings and make SLEEP_TIME a command line option (1 year, 1 month ago) - | * 62d38eb - run apidocs on RTD (1 year, 1 month ago) - | * 2901d27 - autodocs and settings module automatically documented (1 year, 1 month ago) - | * c1515f4 - pep8 conf file for docs (1 year, 1 month ago) - | * 5bda7e2 - submit coveralls after all tox have run (1 year, 1 month ago) - | * 8a763f2 - use open() not file() (1 year, 1 month ago) - | * baa6bc4 - use new-style exceptions (1 year, 1 month ago) - | * e7f10fa - use new-style TEMPLATES settings for test env (1 year, 1 month ago) - | * 23ebb15 - automatically switch between django 1.9+ and <1.9 url patterns (1 year, 1 month ago) - | * d143786 - Improvements to readme (1 year, 1 month ago) - | * 9f5644f - add coverage inside the tox env (1 year, 1 month ago) - | * 135954a - rm unused import (1 year, 1 month ago) - | * 604d959 - pep8 migrations (1 year, 1 month ago) - | * dd059ce - add coveralls badge (1 year, 1 month ago) - | * 0648092 - use old dj 1.7 and 1.8 friendly pattern (1 year, 1 month ago) - | * a26687c - run coverage inside tox (1 year, 1 month ago) - | * 205d615 - update pattern for django admin to avoid deprecation warnings (1 year, 1 month ago) - | * 39c7886 - tests for management commands and new test cases for test_basic (1 year, 1 month ago) - | * 80a2fc4 - Move testproject to test-project to avoid testproject/testproject which raises ImportWarning (1 year, 1 month ago) - | * 2c1c17d - Set default on_delete=models.CASCADE because of Django 2.0 Deprecation (1 year, 1 month ago) - | * 1444805 - Fix #4 by having a related_name specified for external User model (1 year, 1 month ago) - | * e822490 - upgrade testproject dashboard (1 year, 1 month ago) - | * 0e62d11 - finalization of preliminary websocket support (1 year, 1 month ago) - | * 5f9a6ff - upgrade to production/stable status (1 year, 1 month ago) - | * 478a0c9 - mention channels in readme (1 year, 1 month ago) - | * 0e2acf0 - testproject use of channels (1 year, 1 month ago) - | * f1d0a89 - Initial support for channels (1 year, 1 month ago) - | * d6eb2df - update pypi python support meta data (1 year, 1 month ago) - | * 8c49f65 - fix up broken docs javascript example code (1 year, 1 month ago) - | * 251874b - Use functool.wraps for decorators (1 year, 1 month ago) - | * b3d268c - do not test dj 1.9 and py 3.3, not supported (1 year, 1 month ago) - | * ef467d4 - testapp to be included in tests (1 year, 1 month ago) - | * 05b5e33 - Cleanup after remove Dj 1.5 and 1.6 support (1 year, 1 month ago) - | * 1eea062 - remove dj 1.5 and 1.6 and add dj 1.9 (1 year, 1 month ago) - | * d6ef4ba - update tests and add missing save() call (1 year, 1 month ago) - | * d2edf85 - Drop python 2.6 tests (1 year, 1 month ago) - | * 13cb421 - First version testapp panel for testproject, emulate user login and create settings for users (1 year, 1 month ago) - | * 03c50d6 - Add new fields Notification.modified and Settings.is_default (1 year, 1 month ago) - | * 283308f - some minor pep8 stuff (1 year, 1 month ago) - |/ - * 6481fd7 - have a break, have a Make.....file (1 year, 3 months ago) - * 4a89846 - (tag: alpha/0.9.9) version bump (1 year, 3 months ago) - * bfa5e8f - Merge pull request #20 from VCAMP/master (1 year, 3 months ago) - |\ - | * da8c2bf - Simple fix for deprecated {% load url from future %} tag (1 year, 3 months ago) - | * 336981c - Fixed Django 1.9 compatibility issue (1 year, 3 months ago) - |/ - * 85e8fdf - fix formatting error that made the README unreadable to the PyPi rst engine (1 year, 7 months ago) - * e14599c - (tag: alpha/0.9.8) bump version (1 year, 7 months ago) - * 2cac72b - remove the long_description flutter, README.rst is automatically found by setuptools (1 year, 7 months ago) - * 8ab1631 - remove the long_description flutter, README.rst is automatically found by PyPi (1 year, 7 months ago) - * b51b9c8 - badges in one line (1 year, 7 months ago) - * d6e1300 - fix broken badges (1 year, 7 months ago) - * 981048a - remove redundant readme file (1 year, 7 months ago) - * 71bf5f4 - bump version to 0.9.7.3 (1 year, 7 months ago) - * 54433e2 - Merge pull request #18 from spookylukey/fix_django_18_url_deprecation_warning (1 year, 7 months ago) - |\ - | * adc830c - Allow Travis CI to use new container infrastructure for faster tests. (1 year, 7 months ago) - | * 2cb5537 - Fixed Travis to run tests on Django 1.8 (1 year, 7 months ago) - | * b4e8a79 - Upgraded tested Django versions (1 year, 7 months ago) - | * 0520765 - Fixed deprecation warning while running tests on Django 1.8. (1 year, 7 months ago) - | * a27e9bd - Rewrote tox.ini using new features (1 year, 7 months ago) - | * c9bc1eb - Fixed URLconf to avoid deprecation warning on Django 1.8 (1 year, 7 months ago) - | * c75e693 - Added basic test for mark_read view (1 year, 7 months ago) - |/ - * ec0e559 - Merge pull request #16 from tonioo/master (1 year, 10 months ago) - |\ - | * 5ca0788 - A custom User model does not always have a username field. (1 year, 10 months ago) - * | 7d24c4d - remove django 1.4 from travis (1 year, 10 months ago) - * | 1c9c3fe - remove django 1.4 from tox (1 year, 10 months ago) - * | a6ca052 - Stop supporting Django 1.4 (1 year, 10 months ago) - |/ - * 7166e18 - update to beta (1 year, 10 months ago) - * ed504ee - Merge pull request #14 from bargool/master (1 year, 11 months ago) - |\ - | * b1e0b23 - Changed str to encode('utf-8'). Translated string can be non-ascii. And str() raises error with python 2 (2 years ago) - |/ - * f76f1e6 - and another tox typo (2 years, 1 month ago) - * 390634f - bump south version and fix tox syntax error (2 years, 1 month ago) - * d26ea10 - bump version for uploading a with signature (2 years, 1 month ago) - * 3e58011 - bump version (2 years, 1 month ago) - * c0a51e3 - remove south from requirements (2 years, 1 month ago) - * 891aa4b - test only with south when required (2 years, 1 month ago) - * 1c8602a - bump version (2 years, 1 month ago) - * ab5edd5 - Use list instead of patterns() (2 years, 1 month ago) - * 03c9cca - Fix screenshot src (2 years, 1 month ago) - * 80f6f98 - add django 1.8 to tests (2 years, 1 month ago) - * c7f7e8e - fix link of example image (2 years, 4 months ago) - * 5e394b5 - re-release due to broken readme on pypi (2 years, 4 months ago) - * 747e0a4 - auto-generated from README.md (2 years, 4 months ago) - * 5d82b54 - do not use markdown file for descriptions (2 years, 4 months ago) - * 04d0864 - badge for egg and wheel (2 years, 4 months ago) - * 86e691f - Add python support details to meta data (2 years, 4 months ago) - * deafa39 - add wheel support (2 years, 4 months ago) - * 6c60ad6 - do not pin South, it breaks other requirements (2 years, 4 months ago) - * 8602f99 - auto-generated from README.md (2 years, 4 months ago) - * 85e0137 - RIP crate.io (2 years, 5 months ago) - * 18084d4 - Errors and better text for the readme (2 years, 5 months ago) - * de0c389 - (tag: alpha/0.9.5) bump version (2 years, 5 months ago) - * b89ab6d - Removing unused .travis dir (#12) (2 years, 5 months ago) - * b99ca6d - Merge pull request #12 from spookylukey/fix_travis_and_tests (2 years, 5 months ago) - |\ - | * 5636cfd - Fixed position of 'coding' lines (2 years, 5 months ago) - | * cc262dd - Added tests for Django 1.7 (2 years, 5 months ago) - | * c3a8f56 - Added missing migration. (2 years, 5 months ago) - | * ea890b5 - Replaced testing on Python 3.2 with 3.3, because 3.2 is no longer supported by South (2 years, 5 months ago) - | * f384336 - Removed some non-working test combinations. (2 years, 5 months ago) - | * 1c60cc9 - Fixed South migrations on Django 1.4 (2 years, 5 months ago) - | * 6a6e32f - Created tox.ini and fixed travis.yml to use tox. (2 years, 5 months ago) - | * 5dccdcf - Fixed duplication and other issues in runtests.py (2 years, 5 months ago) - |/ - * aeaaed3 - fix #11 (2 years, 6 months ago) - * 7ec878a - Add docs about the south migrations module pr #9 (2 years, 6 months ago) - * b400a12 - Also related to #10 -- add same change to the migration script migrater (2 years, 6 months ago) - * e363fc3 - remove deprecation warnings, fix #10 (2 years, 6 months ago) - * 3b13838 - Pin south version and close #9 (2 years, 6 months ago) - * 04a135c - Merge pull request #8 from cXhristian/filter-exclude-fix (2 years, 6 months ago) - |\ - | * d6ae60e - Fix filter_exclude (2 years, 6 months ago) - |/ - * 8ea5f4e - add get_or_create functionality to subscribe() function and fix tests to include subscribe() (2 years, 7 months ago) - * 18d8ae0 - (tag: alpha/0.9.4) Hopefully last remaining issue to close #6 - models __unicode__ replaced by __str__ (2 years, 7 months ago) - * 49efcf1 - add python 3 tests (2 years, 7 months ago) - * 3b08dbf - six required for travis (2 years, 7 months ago) - * 0b9b63d - add six to requirements (2 years, 7 months ago) - * 8b51161 - version bump (2 years, 7 months ago) - * d95bf4f - utility script for running tests (2 years, 7 months ago) - * 13b8c6c - (2to3) use python-modernize to have py2+3 compatibility (2 years, 7 months ago) - * 08d5836 - Merge pull request #7 from jluttine/finnish-translation (2 years, 7 months ago) - |\ - | * 529402c - Preliminary Finnish translation (2 years, 7 months ago) - |/ - * 660f9c3 - add support for custom user models in south migrations #5 (2 years, 7 months ago) - * 367125b - Merge pull request #3 from destos/master (2 years, 8 months ago) - |\ - | * d775f6e - use content_type over depreciated mimetype (2 years, 8 months ago) - |/ - * b40ddf9 - Merge pull request #2 from holoduke/master (2 years, 9 months ago) - |\ - | * 2be7afa - Update models.py (2 years, 9 months ago) - |/ - * 50af164 - goto should return to referer when url is empty string (2 years, 10 months ago) - * 60e3582 - Version bump (2 years, 10 months ago) - * 4942b2a - fix total_count going to 0 (2 years, 10 months ago) - * cf0cc32 - Return None for key type on direct notifications (2 years, 10 months ago) - * e815a58 - Fix setting user from subscription.settings (2 years, 10 months ago) - * cb721b2 - do not use simplejson (2 years, 10 months ago) - * 2940669 - str representation for Notification should use user field (2 years, 10 months ago) - * e1fad6d - make notifications without subscriptions possible in views (2 years, 10 months ago) - * 4b2cbeb - raw_id_fields for big model relations (2 years, 10 months ago) - * f56781d - (tag: alpha/0.9.2) version bump (2 years, 10 months ago) - * 08c9f8e - new subscribe() utility method (2 years, 10 months ago) - * d26f8f7 - improve database layout, add NotificationType.get_by_key (2 years, 10 months ago) - * f97b7d6 - danish translation (2 years, 10 months ago) - * 0315f6e - autopep8 (2 years, 10 months ago) - * 2b88391 - version bump + deprecate using django_nyt.notify, should be django_nyt.utils.notify (3 years ago) - * d0243f7 - 2to3 patch (3 years ago) - * e9e2254 - remove pattern causing setup.py warnings (3 years ago) - * 91f9a1b - remove old style test module (3 years ago) - * 09f0f21 - Refactor test project settings to work with newest django (and old as well) (3 years ago) - * 5df2e23 - Move old south migrations to south_migraitons module (3 years ago) - * c780cc4 - Add compat layer, move notify to utils.notify, add first test case (3 years ago) - * d4da17e - Documentation change for django_nyt.utils.notify (3 years ago) - * 9a3f383 - rename default url subtree (3 years ago) - * 641063f - pep8 setup.py + readme changes (3 years ago) - * 064a597 - badges in README (3 years, 4 months ago) - * cbc7e65 - fix django 1.6 test running (3 years, 4 months ago) - * 5a52509 - travis configuration (3 years, 4 months ago) - * e97d170 - README updates and travis hook (3 years, 4 months ago) - * f9a65a5 - README for PyPi, som PEP8 (3 years, 4 months ago) - * 94b7f1d - remove code block from index (3 years, 4 months ago) - * e2fc6cf - javascript and html example (3 years, 4 months ago) - * 4519c8c - change default url path, add more installation notes and configuration (3 years, 4 months ago) - * d20bac2 - Installation notes (3 years, 4 months ago) - * a15d990 - (tag: alpha/0.9) pypi release (3 years, 4 months ago) - * 9db86c4 - remove build directory (3 years, 4 months ago) - * 63106b0 - add new chapter, fix headlines (3 years, 4 months ago) - * 96538c7 - Merge branch 'master' of github.com:benjaoming/django-nyt (3 years, 4 months ago) - |\ - | * c341040 - some rst formatting (3 years, 4 months ago) - * | 461ad64 - some rst formatting (3 years, 4 months ago) - |/ - * cfb8c3d - add docs and shorten README (3 years, 4 months ago) - * 8224df0 - initial commit, moving files from django-wiki and refactoring from django_notify to django_nyt (3 years, 4 months ago) - * b7d616d - Initial commit (3 years, 4 months ago) \ No newline at end of file From 5f8346479d0aeddacf9ce5ff61cfd8f3dfde07ad Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 16 Jun 2017 13:30:20 +0200 Subject: [PATCH 2/4] Clear cache if notification types are changed + pep8 --- django_nyt/models.py | 65 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 14 deletions(-) diff --git a/django_nyt/models.py b/django_nyt/models.py index ad9f2926..41b0b3e9 100644 --- a/django_nyt/models.py +++ b/django_nyt/models.py @@ -1,17 +1,16 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import -from __future__ import unicode_literals +from __future__ import absolute_import, unicode_literals import six from django.contrib.contenttypes.models import ContentType +from django.core.exceptions import ValidationError from django.db import models from django.db.models import Q -from django.utils.translation import ugettext_lazy as _ +from django.db.models.signals import post_delete, post_save +from django.dispatch import receiver from django.utils.encoding import python_2_unicode_compatible - +from django.utils.translation import ugettext_lazy as _ from django_nyt import settings -from django.core.exceptions import ValidationError - _notification_type_cache = {} @@ -22,19 +21,28 @@ class NotificationType(models.Model): Notification types are added on-the-fly by the applications adding new notifications """ + key = models.CharField( max_length=128, primary_key=True, verbose_name=_('unique key'), unique=True ) + + # TODO: This isn't translatable label = models.CharField( max_length=128, - verbose_name=_('optional label'), # TODO: This isn't translatable, why do we have it!? + verbose_name=_('optional label'), blank=True, null=True ) - content_type = models.ForeignKey(ContentType, blank=True, null=True, on_delete=models.SET_NULL) + + content_type = models.ForeignKey( + ContentType, + blank=True, + null=True, + on_delete=models.SET_NULL + ) def __str__(self): return self.key @@ -56,6 +64,12 @@ def get_by_key(cls, key, content_type=None): return nt +@receiver([post_save, post_delete], sender=NotificationType) +def clear_notification_type_cache(*args, **kwargs): + global _notification_type_cache + _notification_type_cache = {} + + @python_2_unicode_compatible class Settings(models.Model): """ @@ -68,11 +82,13 @@ class Settings(models.Model): verbose_name=_("user"), related_name='nyt_settings', ) + interval = models.SmallIntegerField( choices=settings.INTERVALS, verbose_name=_('interval'), default=settings.INTERVALS_DEFAULT, ) + is_default = models.BooleanField( default=False, verbose_name=_("Default for new subscriptions"), @@ -133,16 +149,19 @@ def get_default_setting(cls, user): @python_2_unicode_compatible class Subscription(models.Model): + # If settings are deleted, remove all subscriptions (CASCADE) settings = models.ForeignKey( Settings, verbose_name=_("settings"), - on_delete=models.CASCADE, # If settings are deleted, remove all subscriptions + on_delete=models.CASCADE, ) + notification_type = models.ForeignKey( NotificationType, verbose_name=_("notification type"), on_delete=models.CASCADE ) + object_id = models.CharField( max_length=64, null=True, @@ -150,10 +169,12 @@ class Subscription(models.Model): help_text=_('Leave this blank to subscribe to any kind of object'), verbose_name=_("object ID"), ) + send_emails = models.BooleanField( default=True, verbose_name=_("send emails"), ) + latest = models.ForeignKey( 'Notification', null=True, @@ -177,7 +198,7 @@ class Meta: @python_2_unicode_compatible class Notification(models.Model): - # Either set the subscription + #: Either set the subscription subscription = models.ForeignKey( Subscription, null=True, @@ -185,26 +206,36 @@ class Notification(models.Model): on_delete=models.SET_NULL, verbose_name=_("subscription"), ) - # Or the user to receive the notification + + #: Or the user to receive the notification + # If a user is deleted, remove all notifications (CASCADE) user = models.ForeignKey( settings.USER_MODEL, null=True, blank=True, - on_delete=models.CASCADE, # If a user is deleted, remove all notifications + on_delete=models.CASCADE, verbose_name=_("user"), related_name='nyt_notifications', ) + message = models.TextField() + + # TODO: Why 200? url = models.CharField( verbose_name=_('link for notification'), blank=True, null=True, - max_length=200, # TODO: Why 200? + max_length=200, ) + is_viewed = models.BooleanField(default=False) + is_emailed = models.BooleanField(default=False) + created = models.DateTimeField(auto_now_add=True) + modified = models.DateTimeField(auto_now=True) + occurrences = models.PositiveIntegerField( default=1, verbose_name=_('occurrences'), @@ -222,7 +253,13 @@ def save(self, *args, **kwargs): @classmethod def create_notifications(cls, key, **kwargs): - """Creates notifications directly in database -- do not call directly, use django_nyt.notify(...)""" + """ + Creates notifications directly in database -- do not call directly, + use django_nyt.notify(...) + + This is the old interface. + """ + if not key or not isinstance(key, six.string_types): raise KeyError('No notification key (string) specified.') From 37f745aa199cafbc17cab4cec93597145a85bf36 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 16 Jun 2017 13:50:10 +0200 Subject: [PATCH 3/4] Add pre-commit hooks --- .pre-commit-config.yaml | 16 ++++++++++++++++ README.rst | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..b2f61dd5 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,16 @@ +- repo: git://github.com/pre-commit/pre-commit-hooks + sha: 97b88d9610bcc03982ddac33caba98bb2b751f5f + hooks: + - id: trailing-whitespace + - id: flake8 + args: + - --exclude=*/*migrations/*, testproject/testproject/settings/* + - id: check-added-large-files + - id: debug-statements + - id: end-of-file-fixer +- repo: git://github.com/FalconSocial/pre-commit-python-sorter + sha: d044ff27300a6dc8b1a56cd22552e3a810dc6f49 + hooks: + - id: python-import-sorter + args: + - --silent-overwrite diff --git a/README.rst b/README.rst index 30ad9cb8..2d36ff5f 100644 --- a/README.rst +++ b/README.rst @@ -122,6 +122,11 @@ Development / demo project In your Git fork, run ``pip install -r requirements.txt`` to install the requirements. +Install pre-commit hooks to verify your commits:: + + pip install pre-commit + pre-commit install + The folder **test-project/** contains a pre-configured django project and an SQlite database. Login for django admin is *admin:admin*:: From 17bcaec35dbad226ed1bdab70e366a85e47ce626 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 16 Jun 2017 15:02:05 +0200 Subject: [PATCH 4/4] Bump version 1.0b5 --- django_nyt/__init__.py | 3 ++- docs/release_notes.rst | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/django_nyt/__init__.py b/django_nyt/__init__.py index 904c1f99..51b36c81 100644 --- a/django_nyt/__init__.py +++ b/django_nyt/__init__.py @@ -4,9 +4,10 @@ _disable_notifications = False -VERSION = "1.0b4" +VERSION = "1.0b5" __version__ = VERSION + def notify(*args, **kwargs): """ DEPRECATED - please access django_nyt.utils.notify diff --git a/docs/release_notes.rst b/docs/release_notes.rst index d976356e..92ca82ed 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,11 @@ Release Notes ============= +1.0b5 +----- + + * Clear the notification type cache every time a new notification type is created or deleleted (Benjamin Bach) #34 #36 + 1.0b4 -----