Changeset 490 for elixir/trunk/elixir/__init__.py
- Timestamp:
- 10/02/09 12:06:14 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/__init__.py
r416 r490 86 86 '''Setup the table and mapper of all entities in the default entity 87 87 collection. 88 89 This is called automatically if any entity of the collection is configured90 with the `autosetup` option and it is first accessed,91 instanciated (called) or the create_all method of a metadata containing92 tables from any of those entities is called.93 88 ''' 94 89 setup_entities(entities)
