Skip to content
Snippets Groups Projects
Verified Commit 470c1b94 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docs] Hint that update() needs to eb called

parent 7c73850d
No related branches found
No related tags found
1 merge request!34Add docs
Pipeline #49613 passed
......@@ -46,3 +46,8 @@ can instead override the ``update`` methodd:
# Do whatever is necessary to get file contents
self.current_file.save(self.filename, content)
You need to ensure that ``update()`` is called whenever you
need to provide a new version of your document. One possibility
is to listen to some relevant DJango signal, then call ``update()``
if necessary.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment