Changelog
=========

This document describes changes between each past release. For information
about future releases, check `milestones`_ and :doc:`/about/vision`.

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
