summaryrefslogtreecommitdiff
path: root/test/orm/test_attributes.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-131-0/+40
* - [bug] Fixed bug whereby user error in related-objectMike Bayer2012-08-121-0/+66
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-1/+61
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-102/+102
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-127/+2
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-8/+0
* add tests for #2128Mike Bayer2012-02-261-0/+12
* - attribute system gets a pop() method.Mike Bayer2011-10-301-0/+164
* - Fixed regression from 0.6 where a get historyMike Bayer2011-07-201-1/+75
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-231/+494
* - Some fixes to the state handling regardingMike Bayer2011-04-071-12/+17
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-35/+35
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - fix long lines in test_attributesMike Bayer2011-02-111-379/+555
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-1/+3
* - An exception is raised in the unusual case that anMike Bayer2011-02-101-2/+24
* - whitespace removal bonanzaMike Bayer2011-01-021-80/+80
* - removes the "on_" prefix.Mike Bayer2010-12-301-6/+6
* - added flag to mark any attribute as "modified"Mike Bayer2010-12-231-0/+33
* - refactor expire_attributes into two simpler methodsMike Bayer2010-12-211-6/+6
* - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-161-72/+86
* - callcountsMike Bayer2010-12-101-0/+3