Django-postgres-metrics

Latest version: v0.15.0

Safety actively analyzes 629052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.7.0

* Updated project setup by moving to GitHub Actions

* Added compatibility for Django 1.11 to 3.1

**WARNING**: This is the last version to support Django < 2.2. Version 0.8 will only support Django 2.2, 3.0, and 3.1!

0.6.2

* Added missing installation instruction.

* Documentation building is now part of the CI tests.

0.6.1

* Fix release bundling.

0.6.0

* Added permission support for metrics. Users with `is_staff=True` can now be given access to each metric individually.

* The [`get_postgres_metrics`](http://django-postgres-metrics.readthedocs.io/en/latest/ref/postgres_metrics.templatetags.html#postgres_metrics.templatetags.postgres_metrics.get_postgres_metrics) template tag now returns only metrics the current user (taken from the `request` object in the template context) has access to.

* The documentation now has an intersphinx setup to Python 3 and Django

* The hard dependency on psycopg2 was dropped because installing wheel files of psycopg2 can be troublesome [as outlined by the project maintainers](http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/). When using django-postgres-metrics you now need to install psycopg2 or psycopg2-binary explicitly. This is usually not an issue as either one is required by Django anyway to use Django's PostgreSQL database backend.

* Added a [Detailed Index Usage metric](http://django-postgres-metrics.readthedocs.io/en/latest/ref/postgres_metrics.metrics.html#postgres_metrics.metrics.DetailedIndexUsage) that shows the index usage off a table per index.

0.5.0

* Added the list of metrics on a metric's detail page

0.4.0

* Underscores in metric column headers are now replaced by spaces
* The [`IndexUsageMetric`](http://django-postgres-metrics.readthedocs.io/en/latest/ref/postgres_metrics.metrics.html#postgres_metrics.metrics.IndexUsageMetric) now shows floating point percentages
* Added [`IndexSizeMetric`](http://django-postgres-metrics.readthedocs.io/en/latest/ref/postgres_metrics.metrics.html#postgres_metrics.metrics.IndexSizeMetric) and [`TableSizeMetric`](http://django-postgres-metrics.readthedocs.io/en/latest/ref/postgres_metrics.metrics.html#postgres_metrics.metrics.TableSizeMetric)
* Added per metric record and record item styling

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.