Changeset 336 for elixir/trunk/elixir/options.py
- Timestamp:
- 06/13/08 17:12:38 (5 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/options.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/options.py
r323 r336 31 31 | | ``multi``. Defaults to ``single``. | 32 32 | | Note that polymorphic concrete inheritance is | 33 | | currently not implemented. | 33 | | currently not implemented. See: | 34 | | http://www.sqlalchemy.org/docs/04/mappers.html | 35 | | #advdatamapping_mapper_inheritance for an explanation | 36 | | of the different kinds of inheritances. | 34 37 +---------------------+-------------------------------------------------------+ 35 38 | ``polymorphic`` | Whether the inheritance should be polymorphic or not. |
