| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 1 | -0/+12 |
| * | - changelog | Mike Bayer | 2014-06-08 | 1 | -0/+7 |
| * | Merged in univerio/sqlalchemy/materialized_paths (pull request #21)
| Mike Bayer | 2014-06-08 | 1 | -0/+5 |
| |\ |
|
| | * | Materialized paths example. | Jack Zhou | 2014-06-07 | 1 | -0/+5 |
| * | | changelog | Mike Bayer | 2014-06-08 | 1 | -0/+8 |
| |/ |
|
| * | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 4 | -77/+32 |
| * | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 1 | -0/+14 |
| * | - The ``__mapper_args__`` dictionary is copied from a declarative | Mike Bayer | 2014-05-30 | 1 | -0/+13 |
| * | fix typo | Mike Bayer | 2014-05-30 | 1 | -3/+3 |
| * | Merged in chrisw/sqlalchemy/more_range_docs (pull request #20)
| Mike Bayer | 2014-05-30 | 2 | -1/+31 |
| |\ |
|
| | * | more docs for using psycopg2 range types, specifically instantiating models w... | Chris Withers | 2014-05-25 | 2 | -1/+31 |
| * | | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 1 | -0/+8 |
| * | | - The psycopg2 ``.closed`` accessor is now consulted when determining | Mike Bayer | 2014-05-30 | 1 | -0/+13 |
| * | | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -0/+11 |
| * | | add ticket | Mike Bayer | 2014-05-29 | 1 | -0/+2 |
| * | | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 3 | -4/+100 |
| * | | relative here | Mike Bayer | 2014-05-29 | 1 | -0/+1 |
| * | | - correct the size on side elements | Mike Bayer | 2014-05-29 | 2 | -25/+60 |
| * | | - re-merge doc_nav. We've removed the whole idea of a "fixed top", and moved... | Mike Bayer | 2014-05-29 | 5 | -122/+158 |
| |\ \ |
|
| | * | | fix | Mike Bayer | 2014-05-29 | 1 | -1/+1 |
| | * | | more | Mike Bayer | 2014-05-29 | 1 | -3/+4 |
| | * | | - all new approach which allows the main text to be on the top | Mike Bayer | 2014-05-29 | 4 | -132/+155 |
| | * | | - add some more height here so that anchors come out | Mike Bayer | 2014-05-27 | 1 | -2/+2 |
| | * | | - 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 |