summaryrefslogtreecommitdiff
path: root/test/orm/test_collection.py
Commit message (Expand)AuthorAgeFilesLines
* KeyFuncDict regression fixes and dataclass fixesMike Bayer2023-03-051-17/+401
* Try running pyupgrade on the codeFederico Caselli2022-11-161-39/+33
* rename MappedCollection and relatedMike Bayer2022-10-111-21/+21
* validate mapped collection key is loadedMike Bayer2022-08-171-0/+82
* pep484: attributes and relatedMike Bayer2022-05-031-22/+42
* copy list for __iadd__Mike Bayer2021-12-021-0/+13
* Clean up most py3k compatFederico Caselli2021-11-241-1/+2
* Remove object in class definitionFederico Caselli2021-11-221-42/+42
* First round of removal of python 2Federico Caselli2021-11-011-6/+1
* Modernize tests - session_query_getGord Thompson2021-10-281-12/+12
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-20/+21
* remove declarative warningsMike Bayer2021-09-291-2/+1
* Create new event for collection add w/o mutationMike Bayer2021-05-121-0/+116
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-3/+2
* remove more bound metadataMike Bayer2021-01-051-7/+7
* Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-8/+20
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* Skip on slice assignment to selfMike Bayer2019-11-201-4/+32
* Enable F841Mike Bayer2019-06-201-1/+1
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+40
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-4/+4
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-131/+29
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-2/+3
* Post black reformattingMike Bayer2019-01-061-17/+21
* Run black -l 79 against all source filesMike Bayer2019-01-061-274/+456
* Remove MappedCollection converter; deprecate @converterMike Bayer2018-09-271-22/+11
* - ensure identifier re-use doesn't make this breakMike Bayer2017-08-221-3/+4
* Don't mutate old collection on bulk replaceMike Bayer2017-03-151-1/+5
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-85/+199
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+17
* orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-0/+10
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-5/+4
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-3/+8
* - add a clear() to SetIsh here so that the control/direct gets clearedMike Bayer2013-08-021-10/+16
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-7/+10
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
* Fixed the (most likely never used) "@collection.link" collectionMike Bayer2013-01-211-0/+27
|\
* | - Made some fixes to the system of producing custom instrumentedMike Bayer2013-01-211-0/+71
* | clean all pep8 warningsMike Bayer2013-01-211-63/+96
|/
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-4/+4
* - [bug] Fixed bug in 0.7.6 introduced byMike Bayer2012-04-191-9/+79
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-3/+6
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+5
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-2/+2
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-11/+26
* - whitespace removal bonanzaMike Bayer2011-01-021-19/+19
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - reorganizationMike Bayer2010-09-141-13/+14
|/