summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/indexable.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-5/+0
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-6/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Replace raise_ with raise fromFederico Caselli2021-12-271-3/+2
* Clean up most py3k compatFederico Caselli2021-11-241-2/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-10/+10
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-7/+8
* happy new yearMike Bayer2020-01-011-1/+1
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-6/+2
* Run black -l 79 against all source filesMike Bayer2019-01-061-3/+9
* happy new yearMike Bayer2018-01-121-1/+1
* Fix nested index_property setter when there is no container valueJeong YunWon2017-01-301-2/+4
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-4/+4
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Add `default` parameter for `index_property`Jeong YunWon2016-07-111-4/+31
* `index_property` catches IndexError as well as KeyErrorJeong YunWon2016-07-051-1/+1
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+320