Show
Ignore:
Timestamp:
10/01/09 16:12:10 (2 years ago)
Author:
ged
Message:

update all web links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/options.py

    r475 r484  
    3131|                     | Note that polymorphic concrete inheritance is         | 
    3232|                     | currently not implemented. See:                       | 
    33 |                     | http://www.sqlalchemy.org/docs/04/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.   | 
    3636+---------------------+-------------------------------------------------------+ 
    3737| ``polymorphic``     | Whether the inheritance should be polymorphic or not. | 
     
    146146 
    147147For further information, please refer to the `SQLAlchemy table's documentation 
    148 <http://www.sqlalchemy.org/docs/04/sqlalchemy_schema.html 
    149 #docstrings_sqlalchemy.schema_Table>`_. 
     148<http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/schema.html 
     149#sqlalchemy.schema.Table>`_. 
    150150 
    151151You 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>`_. 
    153154 
    154155`using_mapper_options` 
     
    163164For further information, please refer to the `SQLAlchemy mapper 
    164165function's documentation 
    165 <http://www.sqlalchemy.org/docs/04/sqlalchemy_orm.html 
    166 #docstrings_sqlalchemy.orm_modfunc_mapper>`_. 
     166<http://www.sqlalchemy.org/docs/05/reference/orm/mapping.html 
     167#sqlalchemy.orm.mapper>`_. 
    167168 
    168169`using_options_defaults`