File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.2.0 (2014-10-07)
2
+ ===================
3
+ * BACKWARDS-INCOMPATIBLE: Added support for Django 1.7 migrations. South users will have to upgrade to South 1.0 or Django 1.7.
4
+ * APNS: APNS MAX_NOTIFICATION_SIZE is now a setting and its default has been increased to 2048
5
+ * APNS: Always connect with TLSv1 instead of SSLv3
6
+ * APNS: Implemented support for APNS Feedback Service
7
+ * APNS: Support for optional "category" dict
8
+ * GCM: Improved error handling in bulk mode
9
+ * GCM: Added support for time_to_live parameter
10
+ * BUGFIX: Fixed various issues relating HexIntegerField
11
+ * BUGFIX: Fixed issues in the admin with custom user models
12
+
1
13
v1.1.0 (2014-06-29)
2
14
===================
3
15
* BACKWARDS-INCOMPATIBLE: The arguments for device.send_message() have changed. See README.rst for details.
Original file line number Diff line number Diff line change 1
1
2
2
__author__ = "Jerome Leclanche"
3
3
__email__ = "jerome@leclan.ch"
4
- __version__ = "1.1 .0"
4
+ __version__ = "1.2 .0"
5
5
6
6
7
7
class NotificationError (Exception ):
You can’t perform that action at this time.
0 commit comments