summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative/clsregistry.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-389/+0
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-071-13/+43
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-3/+3
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-6/+9
* happy new yearMike Bayer2020-01-011-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-10/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-49/+76
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - strategies + declarativeMike Bayer2015-01-041-0/+10
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-1/+6
* PEP8 style fixesBrian Jarrett2014-07-131-14/+16
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-37/+52
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+1
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-2/+5
* just a pep8 pass of lib/sqlalchemy/ext/declarativeDiana Clarke2012-11-191-2/+10
* - store only MultipleClassMarkers inside of ModuleMarker, thenMike Bayer2012-10-281-23/+56
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-051-0/+244