]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed the repr() of Enum to include
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Aug 2012 23:44:36 +0000 (19:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Aug 2012 23:44:36 +0000 (19:44 -0400)
commit9f468272e4bafa3f58c6cd5af9cc7775904232f6
tree1a22e0b969f5767fca9cdc0210c22b5da00cb609
parent518c2326348543a00dded6218625acc5249599ad
  - [bug] Fixed the repr() of Enum to include
    the "name" and "native_enum" flags.  Helps
    Alembic autogenerate.
CHANGES
lib/sqlalchemy/types.py
lib/sqlalchemy/util/langhelpers.py