summaryrefslogtreecommitdiff
path: root/test/ext/declarative
Commit message (Expand)AuthorAgeFilesLines
* Limit init_subclass test above python 3.6Mike Bayer2020-07-081-1/+1
* Add **kw support to DeclarativeMeta.__init__EwenGillies2020-07-061-0/+28
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-4/+5
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-071-16/+91
* Remove support for python 3.4Federico Caselli2020-03-301-1/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-5/+9
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-2/+2
* Enable F841Mike Bayer2019-06-201-1/+1
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-0/+9
* Adjust test_concurrency failure modesMike Bayer2019-05-271-5/+17
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-8/+8
* Mutex the declarative scan/map process against configure_mappers()Mike Bayer2019-05-161-0/+78
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-303-2/+116
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-38/+0
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-123-3/+6
* Post black reformattingMike Bayer2019-01-065-116/+130
* Run black -l 79 against all source filesMike Bayer2019-01-065-2207/+2629
* Assorted pre-Black fixesMike Bayer2019-01-051-18/+0
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-11/+5
* Merge "Add __clause_element__ to ColumnProperty"mike bayer2018-11-301-2/+49
|\
| * Add __clause_element__ to ColumnPropertyMike Bayer2018-11-271-2/+49
* | Warn for lower-case column attribute on declarativeMike Bayer2018-11-261-0/+57
|/
* Move pk on single-inh subclass check below conflict resolution checkTom Manderson2018-10-301-0/+69
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-191-2/+51
* Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-231-0/+46
* Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-2/+91
* Expire memoizations on setattr/delattr, check in delattrMike Bayer2018-07-091-1/+64
* Don't warn for mixin-based __table_args__, __mapper_args__ declared_attrMike Bayer2018-03-211-0/+13
* Filter attributes we don't map during a load_scalar_attributesMike Bayer2017-10-281-0/+53
* Remove unused .cascading from unit test for __table_cls__ featureMike Bayer2017-09-281-1/+1
* Merge "Document and test __table_cls__"mike bayer2017-09-271-1/+40
|\
| * Document and test __table_cls__ticket_4082Mike Bayer2017-09-261-1/+40
* | Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-261-1/+40
|/
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-2/+39
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-0/+63
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-073-3/+3
* Union the exclude_properties of the inheriting mapper in declarativeMike Bayer2017-01-301-1/+38
* Support python3.6Mike Bayer2017-01-131-2/+2
* Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-3/+4
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-1/+51
* Add docstring to declarative_baseFrazer McLean2016-08-061-0/+9
* Deprecate Mapper.order_byMike Bayer2016-04-191-2/+2
* py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-0/+23
* - exclude this from unpredictable gcMike Bayer2015-10-111-1/+1
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-2/+1
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-131-0/+30
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-1/+30
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-242-2/+88