@@ -4,10 +4,18 @@ Release Notes
4
4
1.1.5
5
5
-----
6
6
7
+ Added
8
+ ^^^^^
9
+
10
+ * Django 3.1 support (added to test matrix)
11
+
12
+ 1.1.5
13
+ -----
14
+
7
15
Fixed
8
16
^^^^^
9
17
10
- * Do not access ``Settings.user `` in ``Settings.clean() `` on blank new objects :url-issue: `92 `
18
+ * Do not access ``Settings.user `` in ``Settings.clean() `` on blank new objects :url-issue: `92 `
11
19
12
20
13
21
1.1.4
16
24
Added
17
25
^^^^^
18
26
19
- * Django 3.0 support (added to test matrix)
27
+ * Django 3.0 support (added to test matrix)
20
28
21
29
22
30
1.1.3
25
33
Added
26
34
^^^^^
27
35
28
- * Django 2.2 support (added to test matrix)
29
- * Linting (no changes to functionality)
36
+ * Django 2.2 support (added to test matrix)
37
+ * Linting (no changes to functionality)
30
38
31
39
32
40
1.1.2
35
43
Added
36
44
^^^^^
37
45
38
- * Django 2.1 support (no changes in code)
46
+ * Django 2.1 support (no changes in code)
39
47
40
48
41
49
1.1.1
@@ -44,11 +52,12 @@ Added
44
52
Added
45
53
^^^^^
46
54
47
- * Python 3.7 support :url-issue: `81 `
55
+ * Python 3.7 support :url-issue: `81 `
48
56
49
57
Deprecations
50
58
^^^^^^^^^^^^
51
- * Removed ``django_nyt.notify ``, use ``django_nyt.utils.notify ``
59
+
60
+ * Removed ``django_nyt.notify ``, use ``django_nyt.utils.notify ``
52
61
53
62
54
63
@@ -58,20 +67,20 @@ Deprecations
58
67
New features
59
68
^^^^^^^^^^^^
60
69
61
- * Django 2.0 support :url-issue: `55 `
70
+ * Django 2.0 support :url-issue: `55 `
62
71
63
72
Bug fixes
64
73
^^^^^^^^^
65
74
66
- * Restored missing translation files :url-issue: `73 `
75
+ * Restored missing translation files :url-issue: `73 `
67
76
68
77
Deprecations
69
78
^^^^^^^^^^^^
70
79
71
- * Django < 1.11 support is dropped :url-issue: `62 `
72
- * Python < 3.4 support is dropped :url-issue: `65 ` and :url-issue: `68 `
73
- * Deprecate ``django_nyt.urls.get_pattern ``, use ``include('django_nyt.urls') `` instead :url-issue: `63 `
74
- * Removed ``django_nyt.VERSION ``, use `django_nyt.__version__ ` instead :url-issue: `73 `
80
+ * Django < 1.11 support is dropped :url-issue: `62 `
81
+ * Python < 3.4 support is dropped :url-issue: `65 ` and :url-issue: `68 `
82
+ * Deprecate ``django_nyt.urls.get_pattern ``, use ``include('django_nyt.urls') `` instead :url-issue: `63 `
83
+ * Removed ``django_nyt.VERSION ``, use `django_nyt.__version__ ` instead :url-issue: `73 `
75
84
76
85
1.0
77
86
---
@@ -87,25 +96,25 @@ You can switch off django-channels by setting
87
96
New features
88
97
^^^^^^^^^^^^
89
98
90
- * Support for ``channels `` and web sockets. :url-issue: `21 `
91
- * Django 1.9, 1.10, and 1.11 support :url-issue: `25 `
92
- * Default AppConfig ``"django_nyt.apps.DjangoNytConfig" `` :url-issue: `57 `
99
+ * Support for ``channels `` and web sockets. :url-issue: `21 `
100
+ * Django 1.9, 1.10, and 1.11 support :url-issue: `25 `
101
+ * Default AppConfig ``"django_nyt.apps.DjangoNytConfig" `` :url-issue: `57 `
93
102
94
103
95
104
Bug fixes
96
105
^^^^^^^^^
97
106
98
- * Celery will auto-load ``django_nyt.tasks `` when ``channels `` isn't installed :url-issue: `23 `
99
- * Error in channels consumer when requested with AnonymousUser (Benjamin Bach) :url-issue: `50 ` :url-issue: `51 `
100
- * Clear the notification type cache every time a new notification type is created or deleted (Benjamin Bach) :url-issue: `34 ` :url-issue: `36 `
101
- * Explicitly accept WebSocket connections (Kim Desrosiers) :url-issue: `35 `
102
- * Fix critical django-channels err (Tomaž Žniderič) :url-issue: `29 `
103
- * Correctly set default options for ``notifymail `` management command (Benjamin Bach) :url-issue: `32 `
104
- * Adds Django 1.11 to test matrix (Benjamin Bach) :url-issue: `32 `
105
- * Do not return ``bytes `` in ``__str__ `` (Øystein Hiåsen) :url-issue: `28 `
107
+ * Celery will auto-load ``django_nyt.tasks `` when ``channels `` isn't installed :url-issue: `23 `
108
+ * Error in channels consumer when requested with AnonymousUser (Benjamin Bach) :url-issue: `50 ` :url-issue: `51 `
109
+ * Clear the notification type cache every time a new notification type is created or deleted (Benjamin Bach) :url-issue: `34 ` :url-issue: `36 `
110
+ * Explicitly accept WebSocket connections (Kim Desrosiers) :url-issue: `35 `
111
+ * Fix critical django-channels err (Tomaž Žniderič) :url-issue: `29 `
112
+ * Correctly set default options for ``notifymail `` management command (Benjamin Bach) :url-issue: `32 `
113
+ * Adds Django 1.11 to test matrix (Benjamin Bach) :url-issue: `32 `
114
+ * Do not return ``bytes `` in ``__str__ `` (Øystein Hiåsen) :url-issue: `28 `
106
115
107
116
108
117
Deprecations
109
118
^^^^^^^^^^^^
110
119
111
- * Django 1.5 and 1.6 support is dropped
120
+ * Django 1.5 and 1.6 support is dropped
0 commit comments