forked from hotkit/django-pubsubpull
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
47 lines (35 loc) · 1.91 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2016-10-25 Kirit Sælensminde <[email protected]>
Remove some places where slumber is imported even though it isn't really required.
2016-10-21 Kirit Sælensminde <[email protected]>
* Split the middleware into two parts.
* Drop support for Django 1.0
2015-08-20 Nui Narongwet <[email protected]>
Fix error if model has no record
2015-08-18 Nui Narongwet <[email protected]>
Fix typos
2015-08-12 Nui Narongwet <[email protected]>
Added async_monitor, monitor_model and monitor_service
Added ChangeSubscription model
Added callback_kwargs paramiter to api functions
2015-06-21 Yothin Muangsommuk <[email protected]>
Extend the pull monitor APIs to have more control over how it starts and carries on
2015-05-27 Kirit Sælensminde <[email protected]>
Disabled the end-of-request data capture in the request log because it caused problems for Postgres' serialized isolation level on some machines.
2015-05-23 Kirit Sælensminde <[email protected]>
Support both early and late Django __unicode__/unicode methods.
Allow the user model to be swapped out in more recent versions of Django.
Use 2to3 on installation on Python 3 systems.
Make print statements Python 3 compatible.
2015-05-22 Kirit Sælensminde <[email protected]>
Implement `job_priority` and `pull_priority` to give more control over execution.
2015-05-21 Kirit Sælensminde <[email protected]>
Register the JSONB field with Slumber when it is installed.
Added middleware that can record requests so that database changes are tied in to them.
2015-05-19 Kirit Sælensminde <[email protected]>
Correctly join the URLs we find in the instance page with its URL.
2015-05-07 Kirit Sælensminde <[email protected]>
Get the Django 1.0 tests to run using Postgres.
2015-05-05 Kirit Sælensminde <[email protected]>
Added migrations for South and Django 1.7
Added initial version of pull capability
Added ChangeLog