Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
As stated on #101, quickstart example doesn't work as is. I've adapted the snippet to let it work without problem if someone copy and paste it.
  • Loading branch information
tsantanaDH authored Mar 5, 2018
1 parent 486b6c8 commit 9027b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In order to make your models versioned you need two things:
from sqlalchemy_continuum import make_versioned
make_versioned()
make_versioned(user_cls=None)
class Article(Base):
Expand Down

0 comments on commit 9027b5d

Please sign in to comment.