summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative/base.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-843/+0
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-7/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-1/+1
* Merge "Use context managers for threading.Lock()"mike bayer2020-01-031-4/+1
|\
| * Use context managers for threading.Lock()Heckad2020-01-031-4/+1
* | happy new yearMike Bayer2020-01-011-1/+1
|/
* Mutex the declarative scan/map process against configure_mappers()Mike Bayer2019-05-161-6/+12
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-301-0/+12
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-5/+5
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-16/+25
* Run black -l 79 against all source filesMike Bayer2019-01-061-145/+181
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-2/+2
* Warn for lower-case column attribute on declarativeMike Bayer2018-11-261-0/+14
* Move pk on single-inh subclass check below conflict resolution checkTom Manderson2018-10-301-5/+5
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-191-1/+2
* Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-231-3/+13
* Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-8/+45
* Expire memoizations on setattr/delattr, check in delattrMike Bayer2018-07-091-0/+19
* happy new yearMike Bayer2018-01-121-1/+1
* Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-261-4/+35
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-061-0/+7
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-1/+5
* Protect against cls weakref becoming NoneMike Bayer2017-05-081-2/+6
* Union the exclude_properties of the inheriting mapper in declarativeMike Bayer2017-01-301-2/+6
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Mention the correct way of adding multiple attributes which refer to the same...pr/257Eoghan Murray2016-04-071-1/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-131-1/+0
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-5/+5
* - add the "strict" version of this lookup for __abstract__ as well,Mike Bayer2015-04-241-2/+2
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-241-9/+11
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* commentsMike Bayer2014-09-261-3/+8
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-299/+393
* PEP8 style fixesBrian Jarrett2014-07-131-57/+55
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+1
* - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-1/+4
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+4
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-3/+25
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-7/+48
* - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+20
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-1/+14
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+1
* - fix a dict while iterate mutationMike Bayer2013-05-271-1/+1