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.1 (2015-04-11)
2+ ===================
3+ * APNS, GCM: Add a db_index to the device_id field
4+ * APNS: Use the native UUIDField on Django 1.8
5+ * APNS: Fix timeout handling on Python 3
6+ * APNS: Restore error checking on apns_send_bulk_message
7+ * GCM: Expose the time_to_live argument in gcm_send_bulk_message
8+ * GCM: Fix return value when gcm bulk is split in batches
9+ * GCM: Improved error checking reliability
10+ * GCM: Properly pass kwargs in GCMDeviceQuerySet.send_message()
11+ * BUGFIX: Fix HexIntegerField for Django 1.3
12+
113v1.2.0 (2014-10-07)
214===================
315* BACKWARDS-INCOMPATIBLE: Added support for Django 1.7 migrations. South users will have to upgrade to South 1.0 or Django 1.7.
Original file line number Diff line number Diff line change 11
22__author__ = "Jerome Leclanche"
334- __version__ = "1.2.0 "
4+ __version__ = "1.2.1 "
55
66
77class NotificationError (Exception ):
You can’t perform that action at this time.
0 commit comments