Skip to content

Commit

Permalink
Merge branch 'docs_refer_to_example_resources_consistently_#1114'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Feb 25, 2018
2 parents 87fc3a0 + 000f58f commit 39ab142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Patches and Contributions
- NotSpecial
- Olivier Carrère
- Olivier Poitrey
- Olof Johansson
- Ondrej Slinták
- Or Neeman
- Orange Tsai
Expand Down
2 changes: 1 addition & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ the items as needed before they are returned to the client.
>>> app.on_fetched_resource += before_returning_items
>>> app.on_fetched_resource_contacts += before_returning_contacts
>>> app.on_fetched_item += before_returning_item
>>> app.on_fetched_item_contact += before_returning_contact
>>> app.on_fetched_item_contacts += before_returning_contact
It is important to note that fetch events will work with `Document
Versioning`_ for specific document versions or accessing all document
Expand Down

0 comments on commit 39ab142

Please sign in to comment.