Skip to content

Django Push Notifications 1.2.1

Compare
Choose a tag to compare
@jleclanche jleclanche released this 11 Apr 11:35
· 241 commits to master since this release
1.2.1

This is a bugfix release and the last release to support Python versions older than 2.7, and Django versions older than 1.8.

Changelog:

  • APNS, GCM: Add a db_index to the device_id field
  • APNS: Use the native UUIDField on Django 1.8
  • APNS: Fix timeout handling on Python 3
  • APNS: Restore error checking on apns_send_bulk_message
  • GCM: Expose the time_to_live argument in gcm_send_bulk_message
  • GCM: Fix return value when gcm bulk is split in batches
  • GCM: Improved error checking reliability
  • GCM: Properly pass kwargs in GCMDeviceQuerySet.send_message()
  • BUGFIX: Fix HexIntegerField for Django 1.3

This release was made possible thanks to the contributions of the following people:

Antonin Lenfant, Arthur Silva, Daniel Kronovet, Innocenty Enikeew, Jack Feng, Jerome Leclanche,
Remigiusz Dymecki and @GaleDragon