summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mutable.py
Commit message (Expand)AuthorAgeFilesLines
* remove all labels and links that are no longer locatableMike Bayer2023-04-231-2/+2
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-6/+0
* update for mypy 1.1.1Mike Bayer2023-03-081-2/+6
* restore old *args approach for MutableDict.pop()Nils Philippsen2023-03-041-30/+35
* Unify doc typingHarry Lees2023-01-311-2/+2
* happy new year 2023Mike Bayer2023-01-031-1/+1
* annotated / DC forms for association proxyMike Bayer2022-11-291-22/+25
* Type annotations for sqlalchemy.ext.mutableGleb Kisenkov2022-11-221-102/+195
* implement event for merge/load=False for mutable state setupMike Bayer2022-08-301-0/+8
* update ORM declarative docs for new featuresMike Bayer2022-07-161-40/+40
* support dataclasses with MutableCompositeMike Bayer2022-07-131-1/+2
* add fallback for old mutable formatMike Bayer2022-06-241-2/+8
* pickle mutable parents according to keyMike Bayer2022-06-141-3/+4
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* Fix signature for modified_json example (#7709)Arthur Rio2022-02-231-1/+1
* remove internal use of metaclassesMike Bayer2022-01-111-4/+4
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-3/+2
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Link to state, not object, for mutable extensionMike Bayer2021-03-091-9/+14
* happy new yearMike Bayer2021-01-041-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-2/+2
* Add keywords to MutableList.sort()Mike Bayer2020-01-231-2/+2
* happy new yearMike Bayer2020-01-011-1/+1
* Add __reduce_ex__ to MutableList; add compat for older picklesMike Bayer2019-04-091-6/+8
* Fix many spell glitchesLele Gaifax2019-01-251-3/+3
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-18/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-6/+10
* Run black -l 79 against all source filesMike Bayer2019-01-061-35/+43
* Ignore non-primary mappers within mutable instrumentationMike Bayer2018-03-121-0/+4
* happy new yearMike Bayer2018-01-121-1/+1
* Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+20
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+22
* Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-1/+2
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-1/+19
* New features from python 2.7Катаев Денис2017-03-171-2/+2
* Support python3.6Mike Bayer2017-01-131-3/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
* - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-1/+41
* Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-0/+65
* Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-0/+79
* - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
* - happy new yearMike Bayer2016-01-291-1/+1
* - just use *arg straight without "key" for popMike Bayer2015-12-171-2/+2
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-2/+2
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+10
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-1/+34