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/fields.py

    r465 r484  
    2929The Field class takes one mandatory argument, which is its type. Please refer 
    3030to SQLAlchemy documentation for a list of `types supported by SQLAlchemy 
    31 <http://www.sqlalchemy.org/docs/04/types.html>`_. 
     31<http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/types.html>`_. 
    3232 
    3333Following that first mandatory argument, fields can take any number of 
     
    3636below **are passed on to the SQLAlchemy ``Column`` object**. Please refer to 
    3737the `SQLAlchemy Column object's documentation 
    38 <http://www.sqlalchemy.org/docs/04/sqlalchemy_schema.html 
    39 #docstrings_sqlalchemy.schema_Column>`_ for more details about other 
     38<http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/schema.html 
     39#sqlalchemy.schema.Column>`_ for more details about other 
    4040supported keyword arguments. 
    4141