Skip to content

Commit f849d19

Browse files
authored
fix docs about db field fixture thread safety, point to the updated docs (#994)
1 parent 025c34c commit f849d19

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/chapter-06.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -833,13 +833,8 @@ after submit, additional code needs to be added, as we will see later
833833
on. This example is assuming that you created the application from the
834834
scaffolding app, so that a generic.html is already created for you.
835835
836-
The ``readable``, ``writable``, ``default``, ``update``, and ``require``
837-
attributes of ``db.{table}.{field}`` are special objects of class
838-
``ThreadSafeVariable`` defined the ``threadsafevariable`` module. These
839-
objects are very much like Python thread local objects but they are
840-
re-initialized at every request using the value specified outside of the
841-
action. This means that actions can safely change the values of these
842-
attributes.
836+
The full list of database field attributes which can be changed safely
837+
is found here: :ref:`Thread safety and Field attributes`
843838
844839
Custom fixtures
845840
---------------

0 commit comments

Comments
 (0)