summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2016-01-294-4/+4
* - cross link for concrete helper classesMike Bayer2016-01-201-0/+16
* py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+2
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-132-2/+12
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-262-18/+13
* - 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
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-9/+6
* - ensure as_declarative is part of __all__ hereMike Bayer2015-03-121-0/+1
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* - copyright 2015Mike Bayer2015-03-104-4/+4
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* - strategies + declarativeMike Bayer2015-01-041-0/+10
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-1371/+0
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-1/+1
* commentsMike Bayer2014-09-261-3/+8
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-253-338/+654
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-1/+6
* PEP8 style fixesBrian Jarrett2014-07-134-93/+96
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-094-4/+8
* - 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
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-161-1/+5
* - use an OrderedDict here so that tests are more deterministicMike Bayer2014-02-141-2/+2
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-113-4/+43
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-3/+25
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
* - happy new yearMike Bayer2014-01-054-4/+4
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-032-19/+63
* - 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
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-032-38/+75
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+1
* Fixed a syntax error in example code.Hyunjun Kim2013-11-291-1/+1
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-292-8/+8
|\
| * Fix cross referencesVraj Mohan2013-11-172-8/+8
* | - add more explicit docs for relationship mixin, [ticket:2876]Mike Bayer2013-11-271-4/+50
|/
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-142-2/+3
* tpoMike Bayer2013-07-201-9/+9
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-192-1/+41
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* - fix a dict while iterate mutationMike Bayer2013-05-271-1/+1
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-262-3/+3
* - fixing AbstractConcreteBase import in docstring, 0.9diana2013-05-261-1/+1
* - the raw 2to3 runMike Bayer2013-04-273-8/+8
* Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+1
* this step is not neededMike Bayer2013-02-251-3/+0