<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/doc/build/orm, branch pr/54</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>session docs: Change `object` to `someobject`</title>
<updated>2013-12-28T06:11:23+00:00</updated>
<author>
<name>Ben Alpert</name>
<email>spicyjalapeno@gmail.com</email>
</author>
<published>2013-12-28T06:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7bb8944e312ff991575824e2c0cf0e1eae933791'/>
<id>7bb8944e312ff991575824e2c0cf0e1eae933791</id>
<content type='text'>
This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting.</pre>
</div>
</content>
</entry>
<entry>
<title>- add a new example section for "join conditions", start putting</title>
<updated>2013-12-05T17:17:16+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-05T17:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3a03c2e715544476ab2e53ab9b26d83800e437ed'/>
<id>3a03c2e715544476ab2e53ab9b26d83800e437ed</id>
<content type='text'>
the primaryjoin examples there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the primaryjoin examples there
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added new argument ``include_backrefs=True`` to the</title>
<updated>2013-12-02T17:40:50+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-02T17:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=50e3847f09580d1e322fb11f54983e9a31846f19'/>
<id>50e3847f09580d1e322fb11f54983e9a31846f19</id>
<content type='text'>
:func:`.validates` function; when set to False, a validation event
will not be triggered if the event was initated as a backref to
an attribute operation from the other side. [ticket:1535]
- break out validation tests into an updated module test_validators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:func:`.validates` function; when set to False, a validation event
will not be triggered if the event was initated as a backref to
an attribute operation from the other side. [ticket:1535]
- break out validation tests into an updated module test_validators
</pre>
</div>
</content>
</entry>
<entry>
<title>- the pronoun removal commit.   there was only one instance of a</title>
<updated>2013-11-30T22:31:00+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-30T22:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d80ee72aaa4b7f8a23e1bd55515b8446a951a5f0'/>
<id>d80ee72aaa4b7f8a23e1bd55515b8446a951a5f0</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>- selected documentation issues</title>
<updated>2013-11-30T21:07:14+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-30T21:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ea1095d1da02cd3df9379ae2e1de941747d76519'/>
<id>ea1095d1da02cd3df9379ae2e1de941747d76519</id>
<content type='text'>
- add glossary terms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add glossary terms
</pre>
</div>
</content>
</entry>
<entry>
<title>- re-document synonyms and remove warnings about "superseded"; synonyms</title>
<updated>2013-11-30T20:30:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-30T20:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2688fce67f9b0c99235887192f6371335f71dfd4'/>
<id>2688fce67f9b0c99235887192f6371335f71dfd4</id>
<content type='text'>
are still useful, just include notes that for more complex descriptor operations,
hybrids are probably preferable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are still useful, just include notes that for more complex descriptor operations,
hybrids are probably preferable
</pre>
</div>
</content>
</entry>
<entry>
<title>- start reworking examples to include more code from the wiki.</title>
<updated>2013-11-29T23:53:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-29T23:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=58fab1be984a42400e67bdf7f15acd5a6d7c4b3c'/>
<id>58fab1be984a42400e67bdf7f15acd5a6d7c4b3c</id>
<content type='text'>
- add the other versioning examples from the wiki
- modernize the dictlike examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add the other versioning examples from the wiki
- modernize the dictlike examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate API and resolve cross references</title>
<updated>2013-11-17T22:37:55+00:00</updated>
<author>
<name>Vraj Mohan</name>
<email>r.vrajmohan@gmail.com</email>
</author>
<published>2013-11-15T16:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=90d1f98f43fecd50ec215815e99f436748a92136'/>
<id>90d1f98f43fecd50ec215815e99f436748a92136</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cross references</title>
<updated>2013-11-17T22:37:55+00:00</updated>
<author>
<name>Vraj Mohan</name>
<email>r.vrajmohan@gmail.com</email>
</author>
<published>2013-11-15T13:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a62afc6229969e71c1c8f12f1e47299824eb3884'/>
<id>a62afc6229969e71c1c8f12f1e47299824eb3884</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add API generation to resolve cross references</title>
<updated>2013-11-17T22:37:55+00:00</updated>
<author>
<name>Vraj Mohan</name>
<email>r.vrajmohan@gmail.com</email>
</author>
<published>2013-11-15T15:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4bc2869b24719d0ebde324e8e16171caa69f21dd'/>
<id>4bc2869b24719d0ebde324e8e16171caa69f21dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
