Skip to content

Releases: openedx/code-annotations

Django and Python support updated

Choose a tag to compare

@UsamaSadiq UsamaSadiq released this 06 May 09:50
6b38271
  • Removed Support for python2.7 and python3.6.
  • Removed support for Django<2.2.
  • Added support for Python3.8.

v0.3.3

Choose a tag to compare

@azarembok azarembok released this 16 Dec 19:59
4a9b484

Compatibility with django 2.

v0.3.2

Choose a tag to compare

@estute estute released this 21 Jun 14:49
7d1a2f4

Add RST anchors to each annotation group in generated reports.

v0.3.1

Choose a tag to compare

@iloveagent57 iloveagent57 released this 20 Mar 13:37

Bump several dependencies, notably pyyaml to 5.1

v0.3

Choose a tag to compare

@bmedx bmedx released this 05 Mar 17:06
9bd71a5
  • Adds the ability to generate human readable reports in RST from code-annotations generated YAML files

v0.2.4

Choose a tag to compare

@doctoryes doctoryes released this 21 Feb 16:28
98417b4
  • Added prefixing of Django model PII report with application name optionally.
  • Fixed the elapsed time output at end of django_find_annotations.

v0.2.2

Choose a tag to compare

@bmedx bmedx released this 24 Jan 18:54
760872a

Documentation updates and a bug fix to default safelist generation.

v0.2.1

Choose a tag to compare

@bmedx bmedx released this 18 Jan 18:17
549c0f7

Fixes an issue with coverage reporting on safelisted Django models and improves documentation around the necessity of annotating in the safelist.

v0.2.0

Choose a tag to compare

@bmedx bmedx released this 17 Jan 21:23
168cea7

The first usable release, this includes the Static Reporting Tool, and the Django Model Reporting Tool.