Changeset 484 for elixir/trunk/elixir/options.py
- Timestamp:
- 10/01/09 16:12:10 (2 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/options.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/options.py
r475 r484 31 31 | | Note that polymorphic concrete inheritance is | 32 32 | | currently not implemented. See: | 33 | | http://www.sqlalchemy.org/docs/0 4/mappers.html |34 | | # advdatamapping_mapper_inheritance for an explanation|35 | | of the different kinds of inheritances.|33 | | http://www.sqlalchemy.org/docs/05/mappers.html | 34 | | #mapping-class-inheritance-hierarchies for an | 35 | | explanation of the different kinds of inheritances. | 36 36 +---------------------+-------------------------------------------------------+ 37 37 | ``polymorphic`` | Whether the inheritance should be polymorphic or not. | … … 146 146 147 147 For further information, please refer to the `SQLAlchemy table's documentation 148 <http://www.sqlalchemy.org/docs/0 4/sqlalchemy_schema.html149 # docstrings_sqlalchemy.schema_Table>`_.148 <http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/schema.html 149 #sqlalchemy.schema.Table>`_. 150 150 151 151 You might also be interested in the section about `constraints 152 <http://www.sqlalchemy.org/docs/04/metadata.html#metadata_constraints>`_. 152 <http://www.sqlalchemy.org/docs/05/metadata.html 153 #defining-constraints-and-indexes>`_. 153 154 154 155 `using_mapper_options` … … 163 164 For further information, please refer to the `SQLAlchemy mapper 164 165 function's documentation 165 <http://www.sqlalchemy.org/docs/0 4/sqlalchemy_orm.html166 # docstrings_sqlalchemy.orm_modfunc_mapper>`_.166 <http://www.sqlalchemy.org/docs/05/reference/orm/mapping.html 167 #sqlalchemy.orm.mapper>`_. 167 168 168 169 `using_options_defaults`
