| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | - disallow negative scroll positions from affecting the left nav position | Mike Bayer | 2014-05-27 | 1 | -1/+2 |
| | * | | - again use "fixed" for sidebar in all automated cases, dynamically | Mike Bayer | 2014-05-27 | 2 | -3/+12 |
| | * | | - go back to float:left for the sidenav in normal mode, we had a clear:right | Mike Bayer | 2014-05-27 | 1 | -2/+4 |
| | * | | OK this one seems to be the most solid | Mike Bayer | 2014-05-27 | 3 | -18/+18 |
| | * | | - use relative/absolute positioning and greatly simplify everything, | Mike Bayer | 2014-05-27 | 2 | -24/+24 |
| | * | | more tweaks | Mike Bayer | 2014-05-26 | 2 | -9/+40 |
| | * | | - automate the offset part | Mike Bayer | 2014-05-26 | 2 | -4/+6 |
| | * | | - add mobile detection, turn the whole thing off if mobile | Mike Bayer | 2014-05-26 | 3 | -1/+11 |
| | * | | - pull in the whole top into the fixed part, reduce the size, clean it up | Mike Bayer | 2014-05-26 | 5 | -64/+40 |
| | * | | - experiment with multi-zoned navigation | Mike Bayer | 2014-05-01 | 4 | -23/+82 |
| * | | | - disable the scrolling layout, anchors for code/params are not working, | Mike Bayer | 2014-05-29 | 1 | -1/+2 |
| * | | | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -0/+15 |
| * | | | - a rework of doc layout and nav: | Mike Bayer | 2014-05-28 | 6 | -79/+169 |
| * | | | - Fixed bug in INSERT..FROM SELECT construct where selecting from a | Mike Bayer | 2014-05-25 | 1 | -0/+8 |
| * | | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+10 |
| * | | | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -0/+11 |
| * | | | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 1 | -0/+9 |
| | |/
|/| |
|
| * | | - indicate all 0.9.5 issues as from 1.0.0 backported to 0.9.5 | Mike Bayer | 2014-05-24 | 1 | -0/+12 |
| * | | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 1 | -0/+10 |
| * | | - hyperlink all the column operators listed in the ORM tutorial common filter... | Mike Bayer | 2014-05-24 | 1 | -11/+15 |
| * | | - document the compiler_kwargs accessor | Mike Bayer | 2014-05-23 | 1 | -0/+101 |
| * | | call this 1.0 | Mike Bayer | 2014-05-23 | 1 | -3/+3 |
| * | | - changelog for #3034, at this point we can mark fix #3034 | Mike Bayer | 2014-05-23 | 2 | -1/+44 |
| * | | - switch master to be 1.0 | Mike Bayer | 2014-05-23 | 7 | -10/+73 |
| * | | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -0/+11 |
| * | | typo | Mike Bayer | 2014-05-16 | 1 | -1/+1 |
| * | | - add lots more to the profiling section | Mike Bayer | 2014-05-16 | 1 | -340/+497 |
| * | | - Fixed bug in mutable extension where :class:`.MutableDict` did not | Mike Bayer | 2014-05-14 | 1 | -0/+8 |
| * | | - add a new FAQ section "performance", put the profiling article there, | Mike Bayer | 2014-05-12 | 1 | -135/+249 |
| * | | changelog for pullreq bitbucket:15 | Mike Bayer | 2014-05-12 | 1 | -0/+9 |
| * | | Merge pull request #91 from smurfix/de_apostroph_ify | mike bayer | 2014-05-11 | 8 | -12/+12 |
| |\ \ |
|
| | * | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 8 | -12/+12 |
| * | | | - Fixed ORM bug where the :func:`.class_mapper` function would mask | Mike Bayer | 2014-05-10 | 1 | -0/+10 |
| * | | | - Fixed some "double invalidate" situations were detected where | Mike Bayer | 2014-05-10 | 1 | -0/+22 |
| |/ / |
|
| * | | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -0/+10 |
| |/ |
|
| * | doc fixes | Mike Bayer | 2014-05-01 | 2 | -1/+2 |
| * | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -0/+10 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 25 | -106/+106 |
| * | - add a note about versioning only applying to flushes | Mike Bayer | 2014-04-25 | 1 | -0/+10 |
| * | - document that joinedload/eagerload work with of_type() + with_polymoprhic() | Mike Bayer | 2014-04-23 | 1 | -3/+19 |
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 2 | -0/+55 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 1 | -0/+10 |
| * | - Revised the query used to determine the current default schema name | Mike Bayer | 2014-04-17 | 1 | -0/+10 |
| * | - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where | Mike Bayer | 2014-04-15 | 1 | -0/+8 |
| * | changelog | Mike Bayer | 2014-04-14 | 1 | -0/+9 |
| * | - Added a new "disconnect" message "connection has been closed unexpectedly". | Mike Bayer | 2014-04-11 | 1 | -0/+12 |
| * | Merge pull request #84 from Daniel-B-Smith/master | mike bayer | 2014-04-11 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed bug in example code.pr/84 | Daniel Smith | 2014-04-10 | 1 | -1/+1 |
| * | | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>" | Mike Bayer | 2014-04-10 | 1 | -0/+8 |
| |/ |
|
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 2 | -0/+12 |