Merge branch 'release/v0.19.x' into develop
Conflicts: docs/changelog.rst tests/test_models.py
This commit is contained in:
commit
b6ea9d0532
@ -60,7 +60,15 @@ v0.20.0 (UNRELEASED)
|
|||||||
|
|
||||||
**Models**
|
**Models**
|
||||||
|
|
||||||
- Hide empty collections from :func:`repr()` representations.
|
- Changed the default value of :attr:`mopidy.models.Album.num_tracks`,
|
||||||
|
:attr:`mopidy.models.Track.track_no`, and
|
||||||
|
:attr:`mopidy.models.Track.last_modified` from ``0`` to :class:`None`.
|
||||||
|
|
||||||
|
|
||||||
|
v0.19.5 (UNRELEASED)
|
||||||
|
====================
|
||||||
|
|
||||||
|
- Models: Hide empty collections from :func:`repr()` representations.
|
||||||
|
|
||||||
- Field values are no longer stored on the model instance when the value
|
- Field values are no longer stored on the model instance when the value
|
||||||
matches the default value for the field. This makes two models equal when
|
matches the default value for the field. This makes two models equal when
|
||||||
@ -68,10 +76,6 @@ v0.20.0 (UNRELEASED)
|
|||||||
and in the other case explicitly set to the default value, but with otherwise
|
and in the other case explicitly set to the default value, but with otherwise
|
||||||
equal fields. (Fixes: :issue:`837`)
|
equal fields. (Fixes: :issue:`837`)
|
||||||
|
|
||||||
- Changed the default value of :attr:`mopidy.models.Album.num_tracks`,
|
|
||||||
:attr:`mopidy.models.Track.track_no`, and
|
|
||||||
:attr:`mopidy.models.Track.last_modified` from ``0`` to :class:`None`.
|
|
||||||
|
|
||||||
|
|
||||||
v0.19.4 (2014-09-01)
|
v0.19.4 (2014-09-01)
|
||||||
====================
|
====================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user