summaryrefslogtreecommitdiff
path: root/test/ext/declarative/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-2273/+0
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-6/+6
* 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
* 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
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-0/+9
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-7/+7
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-301-0/+33
* 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-121-1/+2
* Post black reformattingMike Bayer2019-01-061-42/+41
* Run black -l 79 against all source filesMike Bayer2019-01-061-739/+934
* "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
|/
* Expire memoizations on setattr/delattr, check in delattrMike Bayer2018-07-091-1/+64
* Remove unused .cascading from unit test for __table_cls__ featureMike Bayer2017-09-281-1/+1
* Document and test __table_cls__ticket_4082Mike Bayer2017-09-261-1/+40
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-061-1/+16
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-0/+1
* Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-3/+4
* Add docstring to declarative_baseFrazer McLean2016-08-061-0/+9
* py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-0/+23
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-2/+1
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-1/+30
* - flake8 all of test/ext/declarativeMike Bayer2014-09-231-180/+228
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+40
* - 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
* 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-271-7/+6
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-1/+40
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* - [feature] Conflicts between columns onMike Bayer2012-08-271-19/+17
* - 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-051-0/+1460