Skip to content

Releases: datamade/django-councilmatic

Loosen requests dependency

09 Feb 16:28
Compare
Choose a tag to compare
v3.1.0

Prepare for 3.1 release

Patch XSS vulnerability

20 Aug 18:29
Compare
Choose a tag to compare

This PR patches the vulnerability described in #270.

Refresh bill versions

09 Jul 14:24
Compare
Choose a tag to compare

See release notes for more detail about this release.

Refresh documents for recently updated bills and events, as well as upcoming events

02 Jun 19:12
Compare
Choose a tag to compare

v2.5.5

31 Mar 16:11
Compare
Choose a tag to compare

This release includes assorted additions and fixes made while upgrading the LA Metro Councilmatic instance to 2.5. See RELEASENOTES.md for more information.

v2.5.0

24 Jul 17:19
79cf442
Compare
Choose a tag to compare

2.5.0 constitutes a major, backwards incompatible release that factors custom Django models and the import_data management command out of django-councilmatic. Instead, django-councilmatic>=2.5.0 extends the Django implementation of the Open Civic Data standard, python-opencivicdata, and updates application code throughout to accomodate the model changes. Approaches for further extension of the base models are outlined in the README.