summaryrefslogtreecommitdiff
path: root/examples/nested_sets/nested_sets.py
Commit message (Collapse)AuthorAgeFilesLines
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-2/+2
| | | | | | | | standalone gendered pronoun with a gender-neutral subject, but also have replaced all occurences of "his/her", "his or her", etc. The docs have always strived to account for both genders in any non-specific singular pronoun, however recent controversy in the community suggests that a zero-gendered-pronoun policy is probably best going forward.
* modernize some more examplesMike Bayer2013-04-271-45/+53
|
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
|
* - whitespace removal bonanzaMike Bayer2011-01-021-7/+7
|
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-3/+3
| | | | | | | Explicit imports make it easier for users to understand the examples. Additionally a lot of the examples were fixed to work with the changes in the 0.5.x code base. One small correction to the Case expression. Thanks a bunch to Adam Lowry! Fixes #717.
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-3/+2
| | | | | | | | | | | accurately adapt the expressions generated, which helps particularly with self-referential comparisons. [ticket:1171] - Fixed bug involving primaryjoin/secondaryjoin conditions constructed from class-bound attributes (as often occurs when using declarative), which later would be inappropriately aliased by Query, particularly with the various EXISTS based comparators.
* "nested sets" example. needs work.Mike Bayer2008-09-181-0/+104