summaryrefslogtreecommitdiff
path: root/test/ext/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-2/+2
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-2/+37
* extension testsMike Bayer2013-05-261-3/+3
* - the raw 2to3 runMike Bayer2013-04-274-21/+20
* formattingMike Bayer2013-04-241-47/+48
* Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+42
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-1/+40
* - store only MultipleClassMarkers inside of ModuleMarker, thenMike Bayer2012-10-281-7/+44
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-275-22/+22
* - [bug] Fixed a disconnect that slowly evolvedMike Bayer2012-09-141-6/+65
* - add req's for predictable gcMike Bayer2012-09-051-0/+2
* oops, one moreMike Bayer2012-08-291-0/+2
* - skip this on oracleMike Bayer2012-08-291-0/+2
* - [feature] declared_attr can now be used withMike Bayer2012-08-271-0/+56
* - [feature] Conflicts between columns onMike Bayer2012-08-273-20/+133
* remove duped testMike Bayer2012-08-151-36/+0
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+24
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-2/+2
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-056-0/+4300