Skip to content

Commit

Permalink
Update intro.rst
Browse files Browse the repository at this point in the history
As stated on kvesteri#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 9027b5d commit 7181ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 7181ffa

Please sign in to comment.