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/tests/test_through.py

    r467 r484  
    1515 
    1616    def test_rel_through(self): 
    17         # converted from http://www.sqlalchemy.org/docs/04/plugins.html#plugins_associationproxy 
     17        # converted from 
     18        # http://www.sqlalchemy.org/docs/05/reference/ext/associationproxy.html 
    1819        class User(Entity): 
    1920            has_field('name', String(64))