summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | - disallow negative scroll positions from affecting the left nav positionMike Bayer2014-05-271-1/+2
| * | - again use "fixed" for sidebar in all automated cases, dynamicallyMike Bayer2014-05-272-3/+12
| * | - go back to float:left for the sidenav in normal mode, we had a clear:rightMike Bayer2014-05-271-2/+4
| * | OK this one seems to be the most solidMike Bayer2014-05-273-18/+18
| * | - use relative/absolute positioning and greatly simplify everything,Mike Bayer2014-05-272-24/+24
| * | more tweaksMike Bayer2014-05-262-9/+40
| * | - automate the offset partMike Bayer2014-05-262-4/+6
| * | - add mobile detection, turn the whole thing off if mobileMike Bayer2014-05-263-1/+11
| * | - pull in the whole top into the fixed part, reduce the size, clean it upMike Bayer2014-05-265-64/+40
| * | - experiment with multi-zoned navigationMike Bayer2014-05-014-23/+82
* | | - disable the scrolling layout, anchors for code/params are not working,Mike Bayer2014-05-291-1/+2
* | | - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-0/+15
* | | - a rework of doc layout and nav:Mike Bayer2014-05-286-79/+169
* | | - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-0/+8
* | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+10
* | | - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-251-0/+11
* | | - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+9
| |/ |/|
* | - indicate all 0.9.5 issues as from 1.0.0 backported to 0.9.5Mike Bayer2014-05-241-0/+12
* | - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-241-0/+10
* | - hyperlink all the column operators listed in the ORM tutorial common filter...Mike Bayer2014-05-241-11/+15
* | - document the compiler_kwargs accessorMike Bayer2014-05-231-0/+101
* | call this 1.0Mike Bayer2014-05-231-3/+3
* | - changelog for #3034, at this point we can mark fix #3034Mike Bayer2014-05-232-1/+44
* | - switch master to be 1.0Mike Bayer2014-05-237-10/+73
* | - changelog for #2785Mike Bayer2014-05-161-0/+11
* | typoMike Bayer2014-05-161-1/+1
* | - add lots more to the profiling sectionMike Bayer2014-05-161-340/+497
* | - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+8
* | - add a new FAQ section "performance", put the profiling article there,Mike Bayer2014-05-121-135/+249
* | changelog for pullreq bitbucket:15Mike Bayer2014-05-121-0/+9
* | Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-118-12/+12
|\ \
| * | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-118-12/+12
* | | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-0/+10
* | | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-101-0/+22
|/ /
* | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-0/+10
|/
* doc fixesMike Bayer2014-05-012-1/+2
* - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-0/+10
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2625-106/+106
* - add a note about versioning only applying to flushesMike Bayer2014-04-251-0/+10
* - document that joinedload/eagerload work with of_type() + with_polymoprhic()Mike Bayer2014-04-231-3/+19
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-0/+55
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-0/+10
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-171-0/+10
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+8
* changelogMike Bayer2014-04-141-0/+9
* - Added a new "disconnect" message "connection has been closed unexpectedly".Mike Bayer2014-04-111-0/+12
* Merge pull request #84 from Daniel-B-Smith/mastermike bayer2014-04-111-1/+1
|\
| * Fixed bug in example code.pr/84Daniel Smith2014-04-101-1/+1
* | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-0/+8
|/
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-092-0/+12