2011-01-28 17:01:09 +00:00
|
|
|
===================
|
2011-01-21 01:01:40 +00:00
|
|
|
History and credits
|
|
|
|
|
===================
|
|
|
|
|
|
|
|
|
|
Changelog
|
2011-01-28 17:01:09 +00:00
|
|
|
=========
|
|
|
|
|
|
2011-01-30 15:19:58 +00:00
|
|
|
The project follows the `Semantic Versioning`_ specification for its
|
|
|
|
|
version numbers. Patch-level increments indicate bug fixes, minor
|
|
|
|
|
version increments indicate new functionality and major version
|
|
|
|
|
increments indicate backwards incompatible changes.
|
|
|
|
|
|
2017-01-29 20:55:27 +00:00
|
|
|
Version 1.0.0 is the last to support Django < 1.7. Users of older Django
|
2016-01-17 22:41:56 +00:00
|
|
|
versions should stick to 1.0.0, and are encouraged to upgrade their setups.
|
|
|
|
|
Starting with 2.0.0, dropping support for obsolete Django versions is not
|
|
|
|
|
considered to be a backward-incompatible change.
|
|
|
|
|
|
2011-01-30 15:19:58 +00:00
|
|
|
.. _`Semantic Versioning`: http://semver.org/
|
|
|
|
|
|
|
|
|
|
.. include:: ../CHANGELOG.rst
|
2011-01-21 01:01:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Credits
|
2011-01-28 17:01:09 +00:00
|
|
|
=======
|
2011-01-21 01:01:40 +00:00
|
|
|
|
2025-07-09 10:56:58 +00:00
|
|
|
The django-analytical package was originally written by `Joost Cassee`_
|
|
|
|
|
and is now maintained by `Peter Bittner`_ and the `Jazzband community`_.
|
|
|
|
|
All known contributors are listed as ``authors`` in the `project metadata`_.
|
2011-01-30 15:19:58 +00:00
|
|
|
|
2025-07-09 10:56:58 +00:00
|
|
|
Included JavaScript code snippets for integration of the analytics services
|
|
|
|
|
were written by the respective service providers.
|
|
|
|
|
|
|
|
|
|
The application was inspired by and uses ideas from Analytical_, Joshua
|
|
|
|
|
Krall's all-purpose analytics front-end for Rails.
|
|
|
|
|
|
|
|
|
|
.. _`Joost Cassee`: https://github.com/jcassee
|
|
|
|
|
.. _`Peter Bittner`: https://github.com/bittner
|
|
|
|
|
.. _`Jazzband community`: https://jazzband.co/
|
|
|
|
|
.. _`project metadata`: https://github.com/jazzband/django-analytical/blob/main/pyproject.toml#L15-L60
|
|
|
|
|
.. _`Analytical`: https://github.com/jkrall/analytical
|
2011-01-30 15:19:58 +00:00
|
|
|
|
|
|
|
|
.. _helping-out:
|
|
|
|
|
|
|
|
|
|
Helping out
|
|
|
|
|
===========
|
2011-01-21 01:01:40 +00:00
|
|
|
|
2011-01-31 07:57:26 +00:00
|
|
|
.. include:: ../README.rst
|
2016-01-16 22:38:01 +00:00
|
|
|
:start-after: .. start contribute include
|
|
|
|
|
:end-before: .. end contribute include
|
2016-01-17 22:41:56 +00:00
|
|
|
|