take anything "deprecated" throughout all of 0.5 and remove in 0.6

Issue #1498 resolved
Mike Bayer repo owner created an issue

No description provided.

Comments (2)

  1. Mike Bayer reporter

    eb6f1f87f6f632c16bde4b8e947f6e302e7c5c8b. this includes moving pending deprecations to deprecated, removing that which was deprecated. a couple of "mercy" deprecations were left around - ScopedSession.mapper, flush(objects), just because I know those are going to be tough for people to get off of.

    A lot got whacked here so we'll need to test for all dialects (did sqlite and pg so far, the buildbot is busted for MySQL atm). particularly some weirdness with mysql ENUM that should be checked.

  2. Log in to comment