-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathChangeLog
More file actions
47 lines (35 loc) · 1.91 KB
/
ChangeLog
File metadata and controls
47 lines (35 loc) · 1.91 KB
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 <kirit@felspar.com>
Remove some places where slumber is imported even though it isn't really required.
2016-10-21 Kirit Sælensminde <kirit@felspar.com>
* Split the middleware into two parts.
* Drop support for Django 1.0
2015-08-20 Nui Narongwet <narongwet@proteus-tech.com>
Fix error if model has no record
2015-08-18 Nui Narongwet <narongwet@proteus-tech.com>
Fix typos
2015-08-12 Nui Narongwet <narongwet@proteus-tech.com>
Added async_monitor, monitor_model and monitor_service
Added ChangeSubscription model
Added callback_kwargs paramiter to api functions
2015-06-21 Yothin Muangsommuk <yothin@proteus-tech.com>
Extend the pull monitor APIs to have more control over how it starts and carries on
2015-05-27 Kirit Sælensminde <kirit@felspar.com>
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 <kirit@felspar.com>
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 <kirit@felspar.com>
Implement `job_priority` and `pull_priority` to give more control over execution.
2015-05-21 Kirit Sælensminde <kirit@felspar.com>
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 <kirit@felspar.com>
Correctly join the URLs we find in the instance page with its URL.
2015-05-07 Kirit Sælensminde <kirit@felspar.com>
Get the Django 1.0 tests to run using Postgres.
2015-05-05 Kirit Sælensminde <kirit@felspar.com>
Added migrations for South and Django 1.7
Added initial version of pull capability
Added ChangeLog