summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/automap.py
Commit message (Expand)AuthorAgeFilesLines
* Include missing import in exampleMichael Stewart2017-06-301-0/+1
* Protect against cls weakref becoming NoneMike Bayer2017-05-081-2/+2
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* - add missing param tagMike Bayer2017-01-281-3/+3
* - repair an errant docstring w/o rMike Bayer2017-01-171-2/+2
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-0/+10
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-101-1/+1
* fix typo: Explcitly -> ExplicitlySven Schliesing2015-11-101-1/+1
* Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
* - automap is stableMike Bayer2015-06-181-6/+0
* - fix typo MANYTOONE -> MANYTOMANY, fixes #3415Mike Bayer2015-05-051-1/+1
* - add boldface for "viable" plus a note describing that thisMike Bayer2015-04-291-1/+7
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-6/+40
* - also add the alternate approach, name column distinctly from attribute name,Mike Bayer2014-07-161-0/+14
* - add a documentation section for naming conflicts, fixes #3129Mike Bayer2014-07-161-0/+44
* PEP8 style fixesBrian Jarrett2014-07-131-189/+228
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* clarify doc hereMike Bayer2014-03-281-4/+4
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-14/+77
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-2/+6
* - happy new yearMike Bayer2014-01-051-1/+1
* - many-to-many supportMike Bayer2014-01-051-66/+786
* - basic functionality.Mike Bayer2014-01-041-23/+30
* - hypothetical "automap" feature, would extend DeferredReflection to create c...Mike Bayer2014-01-031-0/+113