File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.4.0 (2015-12-13)
2
+ ===================
3
+ * BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4
4
+ * DJANGO: Support Django 1.9
5
+ * GCM: Handle canonical IDs
6
+ * GCM: Allow full range of GCMDevice.device_id values
7
+ * GCM: Do not allow duplicate registration_ids
8
+ * DRF: Work around empty boolean defaults issue (django-rest-framework#1101)
9
+ * BUGFIX: Do not throw GCMError in bulk messages from the admin
10
+ * BUGFIX: Avoid generating an extra migration on Python 3
11
+ * BUGFIX: Only send in bulk to active devices
12
+ * BUGFIX: Display models correctly in the admin on both Python 2 and 3
13
+
14
+
1
15
v1.3.1 (2015-06-30)
2
16
===================
3
17
This is an errata release.
Original file line number Diff line number Diff line change 1
1
2
2
__author__ = "Jerome Leclanche"
3
3
4
- __version__ = "1.3.1 "
4
+ __version__ = "1.4.0 "
5
5
6
6
7
7
class NotificationError (Exception ):
You can’t perform that action at this time.
0 commit comments