Skip to content

Releases: django-wiki/django-nyt

1.1.3

19 Nov 13:23
stable/1.1.3
d2a7e46
Compare
Choose a tag to compare

Added

  • Django 2.2 support

1.1.2

16 Sep 11:52
e6dadb7
Compare
Choose a tag to compare

Added

  • Django 2.1 support. It was a no-op (no changes other than expanded version requirement span for Django<2.1)

1.1.1

29 Jul 19:04
cb26964
Compare
Choose a tag to compare

Added

  • Python 3.7 support #81

Removed

  • Remove deprecated function django_nyt.notify #81

1.1

29 Jul 16:07
3d9ecdc
Compare
Choose a tag to compare
1.1

New features

  • Django 2.0 support #55

Bug fixes

  • Restored missing translation files #73

Deprecations

  • Django < 1.11 support is dropped #62
  • Python < 3.4 support is dropped #65 and #68
  • Deprecate django_nyt.urls.get_pattern, use include('django_nyt.urls') instead #63
  • Removed django_nyt.VERSION, use django_nyt.version instead #73

1.1b2

19 Feb 23:38
Compare
Choose a tag to compare

New features

  • Django 2.0 support #55

Bug fixes

  • Restored missing translation files #73

Deprecations

  • Django < 1.11 support is dropped #62
  • Python < 3.4 support is dropped #65 and #68
  • Deprecate django_nyt.urls.get_pattern, use include('django_nyt.urls') instead #63
  • Removed django_nyt.VERSION, use django_nyt.version instead #73

1.0

29 Jan 14:16
Compare
Choose a tag to compare
1.0

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