Commit Graph

87 Commits

Author SHA1 Message Date
Mike Bayer 3180f15837 - Organize the tree for 1.1 2015-07-24 18:27:45 -04:00
Mike Bayer 552f1f135f 1.0.8 2015-07-22 20:00:13 -04:00
Mike Bayer a4b8aa320d 1.0.7 2015-07-20 14:05:55 -04:00
Mike Bayer 447ee0af1d 1.0.6 2015-06-25 11:33:10 -04:00
Mike Bayer 3873d7db34 - 1.0.5 2015-06-07 17:53:38 -04:00
Mike Bayer 88f5479002 - turn some dials to try to get more log output 2015-05-25 14:47:57 -04:00
Mike Bayer 0618357b84 - work around RTD issue #1293, take one 2015-05-25 14:34:26 -04:00
Mike Bayer 148924821b 1.0.4 2015-05-07 20:51:09 -04:00
Mike Bayer 3cfda0a3c9 1.0.3 2015-04-30 21:33:26 -04:00
Mike Bayer 42c9fe1d1d 1.0.2 2015-04-24 18:03:01 -04:00
Mike Bayer 0fc751e4ab 1.0.1 2015-04-23 14:21:56 -04:00
Mike Bayer 9f468e305d 1.0.0 2015-04-16 14:58:51 -04:00
Mike Bayer 541a9751fc 1.0.0b5 2015-04-03 14:02:36 -04:00
Mike Bayer 78b1850ae5 1.0.0b4 2015-03-29 10:05:16 -04:00
Mike Bayer 7d6dfb4cf7 - 1.0.0b3 2015-03-20 19:54:45 -04:00
Mike Bayer 1bcd99bec9 - 1.0.0b2 2015-03-20 16:09:56 -04:00
Mike Bayer 175e5c97a7 1.0.0b1 2015-03-13 16:40:39 -04:00
Mike Bayer 64b7a50cbd - call this 1.0.0b1 2015-03-13 16:23:12 -04:00
Mike Bayer 50866d2f85 - copyright 2015 2015-03-10 15:24:28 -04:00
Mike Bayer 5343d24fee corrections 2014-12-27 16:54:32 -05:00
Mike Bayer 544e72bcb6 - corrections
- attempt to add a script to semi-automate the fixing of links
2014-12-27 16:22:41 -05:00
Mike Bayer 9561321d03 - squash-merge the improve_toc branch, which moves all the Sphinx styling
and extensions into an external library, and also reorganizes most large documentation
pages into many small areas to reduce scrolling and better present the context
into a more fine-grained hierarchy.
2014-12-17 17:24:23 -05:00
Mike Bayer 7c6a45c480 - The :func:~.expression.column and :func:~.expression.table
constructs are now importable from the "from sqlalchemy" namespace,
just like every other Core construct.
- The implicit conversion of strings to :func:`.text` constructs
when passed to most builder methods of :func:`.select` as
well as :class:`.Query` now emits a warning with just the
plain string sent.   The textual conversion still proceeds normally,
however.  The only method that accepts a string without a warning
are the "label reference" methods like order_by(), group_by();
these functions will now at compile time attempt to resolve a single
string argument to a column or label expression present in the
selectable; if none is located, the expression still renders, but
you get the warning again. The rationale here is that the implicit
conversion from string to text is more unexpected than not these days,
and it is better that the user send more direction to the Core / ORM
when passing a raw string as to what direction should be taken.
Core/ORM tutorials have been updated to go more in depth as to how text
is handled.
fixes #2992
2014-09-01 20:19:54 -04:00
Mike Bayer 56fa40e7f3 Merged in chrisw/sqlalchemy/more_range_docs (pull request #20)
more docs for using psycopg2 range types, specifically instantiating models with them

fixes #3046
2014-05-30 13:02:05 -04:00
Mike Bayer 5b3b8ae981 - a rework of doc layout and nav:
- reduce the real estate for the top nav; move the search box
    into the top yellow box, close in space
  - use a new CSS/js approach such that the top toolbar freezes from
    scrolling at the top of the page.  The left nav scrolls independently
    of the content pane so that the local contents remain visible regardless
    of scrolling.   this approach is disabled on mobile where the dual scrollbars
    may be cumbersome (overall the site is not well designed for mobile).
2014-05-28 10:59:02 -04:00
Chris Withers 551c730f3f more docs for using psycopg2 range types, specifically instantiating models with them 2014-05-25 15:46:31 +01:00
Mike Bayer 9c394ec1ae call this 1.0 2014-05-23 12:28:28 -04:00
Mike Bayer ccc0c44c3a 0.9.4 2014-03-28 19:40:09 -04:00
Mike Bayer b2fd85b7d5 0.9.3 2014-02-19 23:01:40 -05:00
Mike Bayer 064df1d1ee 0.9.2 2014-02-02 19:19:24 -05:00
Mike Bayer 4b39670875 - lets intersphinx the new alembic article on constraint names 2014-02-02 18:01:59 -05:00
Mike Bayer 9d69035a1d - 0.9.1 2014-01-05 19:29:15 -05:00
Mike Bayer f89d4d216b - happy new year 2014-01-05 16:57:05 -05:00
Mike Bayer f00657fa8a - 0.9.0 release date 2013-12-30 18:31:33 -05:00
Mike Bayer 9e2c0931b9 - try out paramlinks 2013-12-30 12:23:05 -05:00
Mike Bayer 153fd6de0e - use a dictionary here 2013-11-10 00:32:41 -05:00
Mike Bayer 546015e6e1 - add a new sphinx extension "viewsource". takes advantage of part of the viewcode extension
to allow ad-hoc display of the source of any file, as well as a "directory listing" structure.
- reorganize examples/ to take advantage of new extension.  in particular, keep moving all
the descriptive text for files etc. into module docstrings, taking more advantage of
self-documentation.
2013-11-09 19:42:01 -05:00
Mike Bayer 3e09c404f1 - use pypi changelog plugin
- remove outdated pullreq links
- support pullreq links for bitbucket or github and add a few
2013-11-09 13:19:47 -05:00
Mike Bayer 4ea5d303a1 - release 0.9.0b1 2013-10-26 16:35:23 -04:00
Mike Bayer aa3d591693 will call this 0.9.0b1 2013-10-26 16:15:09 -04:00
Mike Bayer 965b34fa32 - fix up 0.9 links 2013-05-29 22:37:36 -04:00
Mike Bayer e6cafd3596 - version 0.9
- changelog, migration doc
2013-05-29 19:02:17 -04:00
Mike Bayer 2cf49d898d 0.8.1 2013-04-27 17:27:13 -04:00
Mike Bayer e061ed1843 0.8.0 2013-03-09 20:23:12 -05:00
Diana Clarke 14528afd6f happy new year (see #2645) 2013-01-01 19:31:00 -05:00
Diana Clarke 5db55c999f happy new year (see #2645) 2013-01-01 13:46:21 -05:00
Mike Bayer 332560b1fd 0.8.0b2 2012-12-14 15:40:05 -05:00
Mike Bayer d1adef463a another hide from 2to3 test 2012-11-18 13:34:25 -05:00
Mike Bayer d2e8b5e36c release date 2012-10-30 19:09:01 -04:00
Mike Bayer d68bf88fa9 - add class_ to AliasedInsp
- redefine inspect(Class.attrname).parent to be always an inspectable
target; either Mapper or AliasedInsp
- add most major features to 08 migration, document, link
2012-10-26 19:25:23 -04:00