summaryrefslogtreecommitdiff
path: root/test/ext/declarative
Commit message (Expand)AuthorAgeFilesLines
* Post black reformattingMike Bayer2019-01-065-112/+124
* Run black -l 79 against all source filesMike Bayer2019-01-065-2187/+2605
* Assorted pre-Black fixesMike Bayer2019-01-051-18/+0
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-11/+5
* 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-201-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
* 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
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-0/+35
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-0/+33
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+41
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+53
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-0/+29
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-252-5/+281
* - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543
* - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+24
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-1/+1
* - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-0/+27
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-2/+2
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+78
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+40
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-2/+18
* - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+59
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-0/+33
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-0/+32
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-29/+83
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+21
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-2/+4