osmcha-django

A database manager and API for OSMCha

OTHER License

Stars
35
Committers
14

Bot releases are hidden (Show)

osmcha-django - v4.4.0

Published by willemarcel about 5 years ago

  • General update on dependencies. The most important were: djangorestframework==3.9.3, djangorestframework-gis==0.14, django-filter==1.1.0, osmcha==0.4.11.
  • Replaced swagger-ui to redoc
osmcha-django - v4.3.8

Published by willemarcel over 5 years ago

  • Update sphinx and osmcha libs
osmcha-django - v4.3.7

Published by willemarcel over 5 years ago

  • Update pyyaml, sphinx and pyscopg
osmcha-django - v4.3.6

Published by willemarcel over 5 years ago

General dependencies update

osmcha-django - v4.3.5

Published by willemarcel over 5 years ago

  • Update Django version to 2.0.13
osmcha-django - v4.3.4

Published by willemarcel over 5 years ago

  • Add owner field filter to MappingTeamListCreateAPIView
osmcha-django - v4.3.3

Published by willemarcel over 5 years ago

  • Fix errors in mapping team filters
osmcha-django - v4.3.2

Published by willemarcel over 5 years ago

  • Add Mapping Team filters to changesets endpoints
osmcha-django - v4.3.1

Published by willemarcel over 5 years ago

  • Add MappingTeam model and views
osmcha-django - v4.2.3

Published by willemarcel over 5 years ago

  • Update Django to 2.0.10 and pyyaml to 4.2b1
osmcha-django - v4.3.0

Published by willemarcel almost 6 years ago

  • Add endpoint to rename deleted OSM users
osmcha-django - v4.2.2

Published by willemarcel almost 6 years ago

  • Fix bug in AoIs with the hide_whitelist filter
osmcha-django - v4.2.1

Published by willemarcel almost 6 years ago

  • Add the blacklist filter field
osmcha-django - v4.2.0

Published by willemarcel almost 6 years ago

  • Make blacklist endpoints accessible to any authenticated user
  • Replace unique uid for unique together uid and added_by in the BlacklistedUser model
osmcha-django - v4.1.1

Published by willemarcel almost 6 years ago

  • Update test dependencies
  • Fix errors in ChangesetCommentAPIView
osmcha-django - v4.1.0

Published by willemarcel almost 6 years ago

  • Add view to list comments of a changeset
osmcha-django - v4.0.0

Published by willemarcel about 6 years ago

  • Change feature model to be a JSONField of the Changeset Model
  • Implement GDPR changes
osmcha-django - v4.0.0-beta-8

Published by willemarcel about 6 years ago

  • Use transactions in the migrate_features
  • Exclude already migrated features from query
osmcha-django - v4.0.0-beta-7

Published by willemarcel about 6 years ago

  • Use transactions in the migrate_feature command and exclude changesets that already have features.
osmcha-django - v4.0.0-beta-6

Published by willemarcel about 6 years ago

  • Modify changeset migrations 0050, 0051 and 0052.