Skip to content

Commit

Permalink
Merge branch 'nicolaiarocci-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkellner committed Aug 5, 2018
2 parents ccc32b9 + 4342cea commit 1064d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
0.6.0 (unreleased)
~~~~~~~~~~~~~~~~~~

- Update Tutorial (#177) [Nicola Iarocci]
- Return None-values again (#155) [Cuong Manh Le]
- Allow to supply own Flask-SQLAlchemy driver (#86) [fubu]
- Support columns with server_default (#160) [Asif Mahmud Shimon]
Expand Down
5 changes: 3 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ library. This means that you can simply use something like that:
.. literalinclude:: ../examples/simple/simple/tables.py

We have used ``CommonColumns`` abstract class to provide attributes used by
Eve, such us ``_created`` and ``_updated``, but you are not forced to used
them.
Eve, such as ``_created`` and ``_updated``. These are not needed if you are only
reading from the database. However, if your API is also writing to the database,
then you need to include them.


Eve settings
Expand Down

0 comments on commit 1064d84

Please sign in to comment.