doc/book/devrepo/entityclasses/index.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 26 Jan 2017 16:34:56 +0100
branch3.24
changeset 11922 5f886dc718ab
parent 10491 c67bcee93248
permissions -rw-r--r--
[web] Handle unspecified value in TZDatetimeField `field._ensure_correctly_typed(self, form, value)` should return None if value is None. Closes #17050181.

Data as objects
===============

In this chapter, we will introduce the objects that are used to handle
the logic associated to the data stored in the database.

.. toctree::
   :maxdepth: 1

   data-as-objects
   load-sort
   adapters
   application-logic