| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 10 | -109/+145 |
| * | Enable zzzeeksphinx module prefixes | Mike Bayer | 2020-04-14 | 2 | -5/+1 |
| * | Remove print statement in favor of print() function in docs and examples | Albert Tugushev | 2020-02-27 | 2 | -16/+16 |
| * | Squashed commit of the following: | Mike Bayer | 2019-07-05 | 1 | -1/+1 |
| * | remote_attr and local_attr refer to class bound attributes, not MapperProperty | Mike Bayer | 2019-04-25 | 1 | -12/+8 |
| * | Add missing attribute in hybrid.py docs | Daniel Demmel | 2019-03-05 | 1 | -1/+1 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 7 | -11/+11 |
| * | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 3 | -44/+0 |
| * | happy new year | Mike Bayer | 2019-01-11 | 15 | -15/+15 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 14 | -204/+222 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 16 | -615/+937 |
| * | "left" -> "accidentally placed at" | Mike Bayer | 2018-12-02 | 1 | -2/+2 |
| * | Warn for lower-case column attribute on declarative | Mike Bayer | 2018-11-26 | 1 | -0/+14 |
| * | Add missing index method to _AssociationList. | Chris Macklin | 2018-10-31 | 1 | -0/+3 |
| * | Move pk on single-inh subclass check below conflict resolution check | Tom Manderson | 2018-10-30 | 1 | -5/+5 |
| * | Add warning to hybrid property expression and fixup crosslinks | James Owen | 2018-10-30 | 1 | -1/+29 |
| * | Check more specifically for hybrid attr and not mapped property | Mike Bayer | 2018-10-20 | 1 | -1/+2 |
| * | - pep8 cleanup | Mike Bayer | 2018-08-27 | 1 | -3/+1 |
| * | Include Session._query_cls as part of the cache key | Mike Bayer | 2018-08-26 | 1 | -4/+17 |
| * | Unwrap Proxy objects when scanning declared_attr | Mike Bayer | 2018-08-23 | 1 | -3/+13 |
| * | Accommodate for classically mapped base classes in declarative | Mike Bayer | 2018-08-17 | 1 | -8/+45 |
| * | Do some pep8 and other cruft removal around association proxy | Mike Bayer | 2018-08-01 | 1 | -11/+13 |
| * | Ensure BakedQuery is cloned before we add options to it | Mike Bayer | 2018-06-26 | 1 | -0/+7 |
| * | Add Query.lazy_load_from attribute for sharding | Mike Bayer | 2018-06-04 | 2 | -2/+5 |
| * | Mutex on _CONFIGURE_MUTEX in automap.prepare() | Mike Bayer | 2018-05-28 | 1 | -42/+48 |
| * | Change query._identity_lookup into a normal instance method | Mike Bayer | 2018-05-16 | 1 | -13/+8 |
| * | Merge existing query params in baked lazy load | Mike Bayer | 2018-05-16 | 1 | -3/+8 |
| * | Use identity_token for refresh(), unexpire, undefer | Mike Bayer | 2018-05-11 | 1 | -1/+3 |
| * | Refactor "get" to allow for pluggable identity token schemes | Mike Bayer | 2018-04-20 | 2 | -21/+57 |
| * | Don't warn for mixin-based __table_args__, __mapper_args__ declared_attr | Mike Bayer | 2018-03-21 | 1 | -2/+3 |
| * | Ignore non-primary mappers within mutable instrumentation | Mike Bayer | 2018-03-12 | 1 | -0/+4 |
| * | Default to using current mapped class as owner if none found | Mike Bayer | 2018-02-20 | 1 | -1/+6 |
| * | Search through mapper superclass hierarchy for owner | Mike Bayer | 2018-02-09 | 1 | -13/+35 |
| * | Rework synonym, synonym_for documentation | Mike Bayer | 2018-01-24 | 1 | -11/+26 |
| * | happy new year | Mike Bayer | 2018-01-12 | 15 | -15/+15 |
| * | Check for the endmost target when chaining contains() | Mike Bayer | 2018-01-02 | 1 | -0/+1 |
| * | Add an identity_token to the identity key | Mike Bayer | 2017-12-22 | 1 | -4/+30 |
| * | Add baked.Result.with_post_criteria method | Mike Bayer | 2017-11-12 | 2 | -15/+56 |
| * | - add notes that @comparator and @expression don't go together. | Mike Bayer | 2017-10-30 | 1 | -0/+8 |
| * | Resolve AliasedClass when determining owning class of association proxy | Mike Bayer | 2017-10-20 | 1 | -1/+12 |
| * | Warnings for @declared_attr.cascadingticket_4091 | Mike Bayer | 2017-09-26 | 2 | -8/+52 |
| * | Include missing import in example | Michael Stewart | 2017-06-30 | 1 | -0/+1 |
| * | Support AssociationProxy any() / has() / contains() to another AssociationProxy | Mike Bayer | 2017-06-12 | 1 | -36/+68 |
| * | Warn when declared_attr.cascading detected on mapped class | Mike Bayer | 2017-06-06 | 2 | -0/+13 |
| * | Implement in-place mutation operators for MutableSet, MutableList | Mike Bayer | 2017-06-05 | 1 | -0/+20 |
| * | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 1 | -4/+7 |
| * | Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBase | Mike Bayer | 2017-05-26 | 1 | -1/+5 |
| * | Add AttributeEvents.modified | Mike Bayer | 2017-05-23 | 1 | -0/+22 |
| * | Add new configuration, inspection for baked queries | Mike Bayer | 2017-05-17 | 1 | -6/+26 |
| * | - give SelectinLoader its own bakery, dont use mapper | Mike Bayer | 2017-05-16 | 1 | -1/+2 |