Skip to content

Commit

Permalink
Merge pull request #120 from gadventures/add-tour_dossier-slug
Browse files Browse the repository at this point in the history
Add `slug` field to `tour_dossiers`
  • Loading branch information
marz619 committed Dec 12, 2019
2 parents 9b5cbd5 + cde6542 commit 5fe8ce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
=======

Unreleased
----------

* Add ``slug`` field to ``TourDossier`` resource


2.24.0 (2019-11-05)
-------------------

Expand Down
1 change: 1 addition & 0 deletions gapipy/resources/tour/tour_dossier.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class TourDossier(Resource):
'images',
'name',
'site_links',
'slug',
]
_date_fields = [
'departures_start_date',
Expand Down

0 comments on commit 5fe8ce0

Please sign in to comment.