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.3.0 (2015-06-30)
2
+ ===================
3
+ * BACKWARDS-INCOMPATIBLE: Drop support for Python<2.7
4
+ * BACKWARDS-INCOMPATIBLE: Drop support for Django<1.8
5
+ * NEW FEATURE: Added a Django Rest Framework API. Requires DRF>=3.0.
6
+ * APNS: Add support for setting the ca_certs file with new APNS_CA_CERTIFICATES setting
7
+ * GCM: Deactivate GCMDevices when their notifications cause NotRegistered or InvalidRegistration
8
+ * GCM: Indiscriminately handle all keyword arguments in gcm_send_message and gcm_send_bulk_message
9
+ * GCM: Never fall back to json in gcm_send_message
10
+ * BUGFIX: Fixed migration issues from 1.2.0 upgrade.
11
+ * BUGFIX: Better detection of SQLite/GIS MySQL in various checks
12
+ * BUGFIX: Assorted Python 3 bugfixes
13
+ * BUGFIX: Fix display of device_id in admin
14
+
1
15
v1.2.1 (2015-04-11)
2
16
===================
3
17
* APNS, GCM: Add a db_index to the device_id field
Original file line number Diff line number Diff line change 1
1
2
2
__author__ = "Jerome Leclanche"
3
3
4
- __version__ = "1.2.1 "
4
+ __version__ = "1.3.0 "
5
5
6
6
7
7
class NotificationError (Exception ):
You can’t perform that action at this time.
0 commit comments