Skip to content

Commit

Permalink
Update MEMENTO.rst (#130)
Browse files Browse the repository at this point in the history
Corrected typo
  • Loading branch information
Jaccouille authored and petrus-v committed Oct 23, 2019
1 parent 80bd38a commit 352c354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/MEMENTO.rst
Expand Up @@ -747,7 +747,7 @@ Parameters of the ``Many2One`` field:
::

Many2One(model=The.Model, nullable=True,
foreign_key_options={'ondelete': cascade})
foreign_key_options={'ondelete': 'cascade'})



Expand Down

0 comments on commit 352c354

Please sign in to comment.