Django-musicbrainz-connector

Latest version: v0.0.7

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.7

----------------------------

* Added models `LinkAttribute`, `LinkAttributeTextValue`, `LinkAttributeType`, and `LinkTextAttributeType`.
* Added some missing `db_column` field attributes on model `LinkType`, and added a test so that these aren't missed.
* Added completed or partial data dumps from the MusicBrainz database into the Sphinx documentation of models
`AreaType`, `ArtistType`, `Gender`, `LinkAttributeType`, and `WorkType`.

0.0.6

----------------------------

This is a bug fix release. Changes:

* Added missing `db_columb` attribute to the Link model.
* Added missing `default` value to the Link Type model.
* Removed the `priority` field from the Link Type model, per the same upstream change.
* Dropped support for Django and require Django 5.1.
* Updated versions of required dependencies.

0.0.5

----------------------------

This is a bug fix release. Changes:

* This package requires a dependency on `psycopg` to be able to connect to the PostgreSQL database, but the dependency
was not declared.
* All URLs had the string `/api` hardcoded as a prefix. This was removed, so that the user can decide the URL
structure.
* Some fields on models Area, Area Type, and Artist are optional in their SQL definition, but they were not flagged as
optional in the Django MusicBrainz Connector.
* Some fields on models Area, Area Type and Artist were missing the `db_column` attribute, so they were not able to
retrieve data from the database.

0.0.4

----------------------------

* Added models `AreaType`, `Area`, `Gender`, `ArtistType`, and `Artist`.

0.0.3

----------------------------

* Dropped support for end-of-life Python 3.8 and added support for Python 3.11 and 3.12.
* Added models `Language`, `Medium Format`, `ReleaseGroupPrimaryType`, `ReleasePackaging`, `ReleaseStatus`, `Script`,
and `Track`.

0.0.2

----------------------------

* Added models `ArtistCredit`, `LinkType`, `Link`, `Recording`, and `RecordingWorkLink`.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.