summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/events.py
Commit message (Expand)AuthorAgeFilesLines
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Create new event for collection add w/o mutationMike Bayer2021-05-121-0/+30
* happy new yearMike Bayer2021-01-041-1/+1
* Pass along other keyword args in _EventsHold.populateMike Bayer2020-12-011-3/+15
* rename "bulk" UPDATE and DELETE to not use the word "bulk"Mike Bayer2020-10-291-2/+4
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-1/+2
* dont use uninstrument event to dispose registry entryMike Bayer2020-09-271-0/+5
* Expect collected weak reference in ORM listenerMike Bayer2020-09-221-0/+3
* Documentation updates for 1.4Mike Bayer2020-08-051-7/+42
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-6/+8
* Convert execution to move through SessionMike Bayer2020-05-251-0/+37
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+2
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-2/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-67/+75
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-5/+3
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-3/+3
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-4/+8
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-2/+2
* Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-311-7/+157
* happy new yearMike Bayer2020-01-011-1/+1
* Improve documentation for refresh_flush eventMike Bayer2019-12-191-6/+25
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-7/+35
* Warn that before_compile for lazyload needs bake_queries=FalseMike Bayer2019-10-251-0/+7
* Warn for object replaced in identity map during flushMike Bayer2019-10-041-0/+9
* Enable F841Mike Bayer2019-06-201-20/+4
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+6
* Include active_history when propagating attribute listenersMike Bayer2019-05-231-0/+2
* Improve docstrings for AtributeEvents re: propagate flagMike Bayer2019-05-221-6/+55
* Document and test modification of .values in before_compile_updateMike Bayer2019-05-151-2/+24
* Resolve RST306 issuesMike Bayer2019-05-131-2/+2
* Fix many spell glitchesLele Gaifax2019-01-251-3/+3
* Add QueryEvents before_compile_update / before_compile_deleteMike Bayer2019-01-221-0/+76
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-20/+0
* move to inspect_getfullargspecMike Bayer2019-01-151-2/+2
* correct paramref to property links to refer to creation functionMike Bayer2019-01-131-1/+1
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-3/+1
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-3/+1
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-8/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-66/+109
* Add before_mapper_configured eventChris Wilson2018-12-101-7/+64
* Clarify init_scalar event use caseMike Bayer2018-09-061-36/+42
* happy new yearMike Bayer2018-01-121-1/+1
* Merge branch 'master--typos' of https://github.com/nphilipp/sqlalchemyMike Bayer2017-08-091-2/+2
|\
| * fix "constrast" typosNils Philippsen2017-08-051-2/+2
* | - modernize orm.reconstructor documentation a bitMike Bayer2017-08-051-0/+5
|/
* Add AttributeEvents.modifiedMike Bayer2017-05-231-3/+25
* Add bulk_replace event, integrate with @validatesMike Bayer2017-03-161-7/+58
* Don't mutate old collection on bulk replaceMike Bayer2017-03-151-2/+6
* Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemyMike Bayer2017-01-241-1/+1
|\