Skip to content

Releases: OSMCha/osmcha-django

v4.2.2

13 Dec 20:57
5766e07
Compare
Choose a tag to compare
  • Fix bug in AoIs with the hide_whitelist filter

v4.2.1

12 Dec 02:31
9497acd
Compare
Choose a tag to compare
  • Add the blacklist filter field

v4.2.0

29 Nov 12:42
4f9a62c
Compare
Choose a tag to compare
  • Make blacklist endpoints accessible to any authenticated user
  • Replace unique uid for unique together uid and added_by in the BlacklistedUser model

v4.1.1

14 Nov 13:31
Compare
Choose a tag to compare
  • Update test dependencies
  • Fix errors in ChangesetCommentAPIView

v4.1.0

07 Nov 12:36
Compare
Choose a tag to compare
  • Add view to list comments of a changeset

v4.0.0

18 Oct 10:26
1b2b9fc
Compare
Choose a tag to compare
  • Change feature model to be a JSONField of the Changeset Model
  • Implement GDPR changes

v4.0.0-beta-8

17 Oct 09:04
Compare
Choose a tag to compare
v4.0.0-beta-8 Pre-release
Pre-release
  • Use transactions in the migrate_features
  • Exclude already migrated features from query

v4.0.0-beta-6

08 Oct 10:09
Compare
Choose a tag to compare
v4.0.0-beta-6 Pre-release
Pre-release
  • Modify changeset migrations 0050, 0051 and 0052.

v4.0.0-beta-5

05 Oct 03:21
Compare
Choose a tag to compare
v4.0.0-beta-5 Pre-release
Pre-release
  • Implement features migration as django admin command instead of migration

v4.0.0-beta-7

16 Oct 11:03
cb023f1
Compare
Choose a tag to compare
v4.0.0-beta-7 Pre-release
Pre-release
  • Use transactions in the migrate_feature command and exclude changesets that already have features.