Releases: OSMCha/osmcha-django
Releases · OSMCha/osmcha-django
v4.12.0
v4.11.0
v4.10.0
v4.9.5
- Remove data migration from previous release
v4.9.4
- Set default value of
comments_count
field as zero - Add data migration to convert null values on
comments_count
field to 0, to allow correct ordering
v4.9.3
- Fix bug when deleting Trusted Users with special chars on the name
- Run tests on GiHub actions instead of TravisCI
- Update gitpython and pytz libraries
v4.9.2
- Update osmcha to 0.8.2
v4.9.1
- Update osmcha, sqlparse, flake8, django-debug-toolbar versions
v4.9.0
- Register changesets' comments_count field
- General dependencies update
v4.8.0
- Add new metadata JSONField
- Filter changesets by the metadata field
- Update social-auth libraries