Skip to content

1.0

Compare
Choose a tag to compare
@benjaoming benjaoming released this 29 Jan 14:16

New features

  • Support for channels and web sockets. #21
  • Django 1.9, 1.10, and 1.11 support #25
  • Django 1.9, 1.10, and 1.11 support #25
  • Default AppConfig "django_nyt.apps.DjangoNytConfig" #57

Bug fixes

  • Celery will auto-load django_nyt.tasks when channels isn’t installed #23
  • Error in channels consumer when requested with AnonymousUser (Benjamin Bach) #50 #51
  • Clear the notification type cache every time a new notification type is created or deleted (Benjamin Bach) #34 #36
  • Explicitly accept WebSocket connections (Kim Desrosiers) #35
  • Fix critical django-channels err (Tomaž Žniderič) #29
  • Correctly set default options for notifymail management command (Benjamin Bach) #32
  • Adds Django 1.11 to test matrix (Benjamin Bach) #32
  • Do not return bytes in __str__ (Øystein Hiåsen) #28

Deprecations

  • Django 1.5 and 1.6 support is dropped