Show
Ignore:
Timestamp:
10/28/07 21:06:00 (4 years ago)
Author:
cleverdevil
Message:

After reviewing the existing docstrings, clarifying the main docstring to focus on the new attribute syntax, and downplaying the DSL syntax a bit. This will also go on the front page of the wiki in a moment.

Files:
1 modified

Legend:

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

    r243 r248  
    44properties such as fields and relationships (for those, please consult the  
    55corresponding modules), but also provides some more specialized properties,  
    6 such as `ColumnProperty`. It also provides the GenericProperty class which allows you to wrap any SQLAlchemy property, and its DSL-syntax equivalent:  
     6such as `ColumnProperty`. It also provides the GenericProperty class which  
     7allows you to wrap any SQLAlchemy property, and its DSL-syntax equivalent:  
    78has_property_. 
    89