summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fixed the example, because my brain goes blank when i work on that page,Mike Bayer2006-10-231-11/+14
* association mappings are now simpler, updated docsMike Bayer2006-10-232-4/+7
* "circular mapping" is out, SA figures that stuff out for youMike Bayer2006-10-221-19/+0
* docstringMike Bayer2006-10-221-0/+7
* .Mike Bayer2006-10-221-1/+1
* more on non-threadsafenessMike Bayer2006-10-221-3/+4
* docs about objects not being threadsafeMike Bayer2006-10-222-23/+26
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-1/+1
* ugh, restored bracketsMike Bayer2006-10-211-1/+1
* docstringsMike Bayer2006-10-211-1/+4
* took out unused formattingMike Bayer2006-10-211-5/+0
* take those 2.4 generators out....Mike Bayer2006-10-211-1/+1
* merge of new documentation generation systemMike Bayer2006-10-2126-1105/+788
* some docstring stuffMike Bayer2006-10-201-1/+1
* got linking of classes to work. but what a mess the doc code is now.Mike Bayer2006-10-205-159/+208
* fixed __repr__ style to be inline with python style guide [ticket:341]Mike Bayer2006-10-191-14/+16
* typoMike Bayer2006-10-171-2/+2
* synonym does not create the proxying behavior unless the flag 'proxy=True' is...Mike Bayer2006-10-171-1/+15
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-173-18/+19
* latest markdown, added "bold link" style to doc generatorMike Bayer2006-10-173-555/+490
* quote function namesMike Bayer2006-10-161-1/+1
* apparently re.S makes things go b00mMike Bayer2006-10-162-7/+5
* tweaks...Mike Bayer2006-10-164-7/+9
* doc tweaksMike Bayer2006-10-151-6/+8
* devMike Bayer2006-10-151-5/+5
* doc stuff regarding engine strategiesMike Bayer2006-10-151-54/+97
* fixup of the tutorial, doc tester with the new logging stuffMike Bayer2006-10-142-9/+18
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-25/+70
* added docstrings for url, added to compiled documentationMike Bayer2006-10-121-0/+1
* various cleanup etc.Mike Bayer2006-10-042-5/+3
* - "custom list classes" is now implemented via the "collection_class"Mike Bayer2006-10-031-56/+39
* adjustment to default timeoutMike Bayer2006-10-011-1/+1
* - internal refactoring to mapper instances() method to use aMike Bayer2006-09-301-1/+1
* - doc editMike Bayer2006-09-301-1/+1
* more editsMike Bayer2006-09-291-27/+39
* rearrangement of docs for [ticket:310]Mike Bayer2006-09-291-164/+275
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-0/+1
* doc edits, moved object display in uowdumper to be hex, fixed test runner in ...Mike Bayer2006-09-251-1/+1
* spelling fixMike Bayer2006-09-241-3/+3
* onupdate/ondelete fixMike Bayer2006-09-231-2/+2
* - added "pickleable" module to test suite to have cPickle-compatibleMike Bayer2006-09-231-3/+4
* remove delete-orphan cascade from self referential mappersMike Bayer2006-09-231-4/+5
* added linkMike Bayer2006-09-051-0/+3
* 0.2.8..rel_0_2_8Mike Bayer2006-09-051-1/+1
* revised section on quoting, semanticized headings and table of content listsMike Bayer2006-09-045-70/+94
* doc bug [ticket:278]Mike Bayer2006-08-261-1/+1
* fixed inaccuracies regarding "connectable" parameter sent to create/dropMike Bayer2006-08-262-3/+3
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-252-2/+27
* commit should be outside of the try/except; else when commit fails, rollback ...Mike Bayer2006-08-171-4/+4
* - eesh ! the tutorial doctest was broken for quite some time.Mike Bayer2006-08-151-6/+9