Merge branch 'release/v0.19.x' into develop

This commit is contained in:
Stein Magnus Jodal 2014-11-04 21:28:12 +01:00
commit 264070fab2

View File

@ -58,23 +58,23 @@ v0.20.0 (UNRELEASED)
make sense for a server such as Mopidy. Currently the only way to find out if
it is in use and will be missed is to go ahead and remove it.
**Models**
- 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)
====================
Bug fix release.
- Models: Hide empty collections from :func:`repr()` representations.
- 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
they have a field which in one case is implicitly set to the default value
and in the other case explicitly set to the default value, but with otherwise
equal fields. (Fixes: :issue:`837`)
- Models: 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 they have a field which in one case is implicitly set to the default
value and in the other case explicitly set to the default value, but with
otherwise equal fields. (Fixes: :issue:`837`)
- Models: 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)