File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- v1.1.0 (2014-05-xx )
1
+ v1.1.0 (2014-06-29 )
2
2
===================
3
3
* BACKWARDS-INCOMPATIBLE: The arguments for device.send_message() have changed. See README.rst for details.
4
4
* Added a date_created field to GCMDevice and APNSDevice. This field keeps track of when the Device was created.
5
5
This requires a `manage.py migrate `.
6
6
* Updated APNS protocol support
7
7
* Allow sending empty sounds on APNS
8
8
* Several APNS bugfixes
9
+ * Fixed BigIntegerField support on PostGIS
9
10
* Assorted migrations bugfixes
10
11
* Added a test suite
11
12
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.0.1 "
4
+ __version__ = "1.1.0 "
5
5
6
6
7
7
class NotificationError (Exception ):
You can’t perform that action at this time.
0 commit comments