summaryrefslogtreecommitdiff
path: root/test/orm/test_attributes.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - move topological, queue into utilMike Bayer2010-12-051-2/+2
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-4/+4
* - replace GenericBackrefExtension with straight eventsMike Bayer2010-11-301-26/+26
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* | - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-071-18/+98
* | - reorganizationMike Bayer2010-09-141-67/+67
|/
* - Fixed recursion bug which could occur when movingMike Bayer2010-09-131-9/+111
* Gave the "state" internals a good solidMike Bayer2010-02-141-11/+20
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-131-7/+7