summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-182/+378
* - removed deprecated method of specifying custom collections on classes;Mike Bayer2007-02-211-2/+0
* raise exception if invalid collection class usedMike Bayer2007-01-241-1/+3
* removed unnecessary value grabMike Bayer2007-01-171-1/+1
* copyright updateMike Bayer2007-01-051-1/+1
* - speed enhancements to ORM object instantiation, eager loading of rowsMike Bayer2006-12-281-5/+3
* - added onupdate and ondelete keyword arguments to ForeignKey; propigateMike Bayer2006-12-091-17/+39
* fixed up some debug logging to be conditional, adds speed. made someMike Bayer2006-12-041-10/+5
* converted imports to absoluteMike Bayer2006-10-261-2/+2
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-0/+757