* This release adds a behaviour change to the ``.all()`` method on resource Query objects. Prior to this release, the base Resource Query object would retain any previously added ``filter`` values, and be used in subsequent calls. Now the underlying filters are reset after a ``<resource>.all()`` call is made.
See `Issue 76`_ and `PR 77`_ for details and the resulting fix.
* Adds missing fields to the Agency and Flight Service resources (PR/78)
* Add test fix for Accommodation. It is a listable resource as of ``2.7.4`` * Add regression test for departures.addon.product model * Ensure Addon's are instantiated to the correct underlying model. * Prior to this release, all Addon.product resources were instantiated as ``Accommodation``.
2.7.4
------------------
* Add ``videos``, ``images``, and ``categories`` to ``Activity``, ``Transport``, ``Place``, and ``Accommodation Dossier`` resources. * Add ``flags`` to Itinerary resource * Add list view of ``Accommodations`` resource
2.7.3
------------------
* Add ``type`` field to ``AgencyDocument`` model * Add ``structured_itinerary`` model collection field to ``Departure`` resource
2.7.2
------------------
* Fix flight_status Reference value in FlightService resource