summaryrefslogtreecommitdiff
path: root/test/orm/test_attributes.py
Commit message (Expand)AuthorAgeFilesLines
* fix spelling (#6926)William Maio2021-08-241-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-4/+4
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+5
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-5/+5
* Raise UnmappedInstanceError if the attribute of a database object is an unmap...RamonWill2020-08-131-0/+20
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-22/+3
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-3/+3
* Implement raiseload for deferred columnsMike Bayer2019-10-161-3/+3
* Ensure states with null m2o FK value are still populated by selectinloaderMike Bayer2019-09-301-0/+26
* Ensure discarded collection removed from empty collectionsMike Bayer2019-08-221-0/+61
* Enable F841Mike Bayer2019-06-201-4/+2
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+16
* Unify NO_VALUE and NEVER_SETMike Bayer2019-05-241-27/+20
* Include active_history when propagating attribute listenersMike Bayer2019-05-231-19/+108
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-201/+0
* Post black reformattingMike Bayer2019-01-061-19/+21
* Run black -l 79 against all source filesMike Bayer2019-01-061-933/+1505
* Assorted pre-Black fixesMike Bayer2019-01-051-7/+0
* Call __del() before remove()Mike Bayer2018-12-281-18/+14
* Modernize deferred callable for many-to-one comparisonMike Bayer2018-11-101-0/+52
* Implement __delete__Mike Bayer2018-11-021-2/+102
* Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-011-1/+78
* Add initiator argument to set_attributeMike Bayer2018-02-081-0/+36
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+17
* Raise on flag_modified() for non-present attributeMike Bayer2017-03-211-1/+38
* Don't mutate old collection on bulk replaceMike Bayer2017-03-151-5/+8
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-345/+436
* - liberalize list.remove() regexp as recent Pypy versionsMike Bayer2015-05-241-1/+1
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-0/+7
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-3/+3
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-3/+47
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-0/+40
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-1/+5
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-14/+23
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-6/+72
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-1/+11
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+15
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-20/+0
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-251-4/+29
* - add predictable_gc to a few more tests showing up on pypyMike Bayer2013-08-041-1/+3
* - The mechanism by which attribute events pass along anMike Bayer2013-07-261-6/+2
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-7/+16
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-43/+128
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-031-2/+39
* - fix regression from 0.7 where calling get_history with passiveMike Bayer2012-10-221-2/+20
* getting everything to pass againMike Bayer2012-09-271-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* - add req's for predictable gcMike Bayer2012-09-051-1/+2