-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
85 lines (49 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Changelog
=========
This document describes changes between each past release. For information
about future releases, check `milestones`_ and :doc:`/about/vision`.
1.1.1 (unreleased)
------------------
- Nothing changed yet.
1.1.0 (2015-07-24)
------------------
- Remove qmixin from requirments. Drop support of django 1.6
1.0.1 (2015-06-12)
------------------
- Remove QMixin for django 1.7 and higer
1.0.0 (2015-05-28)
------------------
- Add compatibility for Django 1.7 and Django 1.8
0.7.3 (2015-05-12)
------------------
- re-release of 0.7.2 wich has faild
0.7.2 (2015-05-12)
------------------
- added travis tests automation
- add a testmixin to mock triggers
- add a way to return 0 instead of None when no column exists
- add ForeignKeyTriggerField to south introspect
0.7.1 (2015-04-13)
------------------
- Change the way table are initialized
- correct a bug on delete
- fix multiple counter on the same field
0.7.0 (2015-04-09)
------------------
- Introduce ForeignKey management
- Introduce filter counter
- Add a manager for easy access to counter
0.6.6 (2014-03-13)
------------------
- Thanks to Yohann Gabory to add south support
0.6.5
-----
- Fix documentation, remove old name reference
- django_aggtrigg/management/commands/djutil.py
0.0.1 (2014-12-01)
------------------
Initial release.
- First release of django-aggtrigg, compatibility with PostgreSQL only.
.. rubric:: Notes & references
.. target-notes::
.. _`milestones`: https://github.com/novafloss/django-aggtrigg/milestones