summaryrefslogtreecommitdiff
path: root/doc/build/orm/tutorial.rst
Commit message (Expand)AuthorAgeFilesLines
* further 2.0 modernizationsMike Bayer2022-10-131-1/+1
* pass through docs for 2.0 styleMike Bayer2021-11-111-0/+12
* initial 2.0 setupMike Bayer2021-10-301-2257/+0
* Merge "Modernize tests - session_query_get" into mainmike bayer2021-10-291-1/+1
|\
| * Modernize tests - session_query_getGord Thompson2021-10-281-1/+1
* | warnings: cascade_backrefsMike Bayer2021-10-281-0/+4
|/
* turn off deduping for col expressionsMike Bayer2021-09-041-2/+4
* standardizing docs #6821jonathan vanasco2021-08-231-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* As of 1.1, there are five object statesJohn Whitlock2021-02-241-2/+2
* Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-151-0/+6
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-13/+30
* new docs WIPMike Bayer2020-09-241-3/+3
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-3/+3
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-1/+1
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-10/+18
* Documentation updates for 1.4Mike Bayer2020-08-051-3/+4
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-11/+11
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-78/+78
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-191-1/+0
* Consider aliased=True, from_joinpoint as legacyMike Bayer2020-05-041-7/+16
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-3/+3
* Run search and replace of symbolic module namesMike Bayer2020-04-141-85/+85
* Add missing definitions to glossaryMike Bayer2020-04-131-1/+1
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-1/+1
* Result initial introductionMike Bayer2020-02-211-23/+8
* Add note on the use of tuple_() for the IN operator in the docsStepland2019-09-161-0/+7
* Document Query deduplicationMike Bayer2019-09-051-0/+17
* Always include a schema name in SQLite PRAGMAMike Bayer2019-08-021-1/+3
* - continued 1.4 setup, somehow the commit didn't workMike Bayer2019-04-271-2/+2
* Remove all occurrences of the word "password" from all examples and tutorialsMike Bayer2019-02-051-107/+107
* selectinload omit joinJayson Reis2018-10-101-26/+20
* Setup master as 1.3Mike Bayer2018-03-021-2/+2
* Make flush logic slightly clearer in tutorial.Feanil Patel2017-07-231-1/+1
* Replace Session class with session instanceTom Sitter2017-07-121-1/+1
* Repair formatting throughout documentationKataev Denis2017-05-221-5/+5
* - bump minimum python version to 2.7Mike Bayer2017-03-101-2/+2
* - correctly document LIKE / ILIKE, fixes #3890Mike Bayer2017-01-161-1/+14
* Fix a minor grammatical error in the ORM tutorial.Randy Barlow2016-10-131-2/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Fix typopr/249Benjamin Dopplinger2016-03-161-1/+1
* - clarify the "Adding" section also illustrates updates, fixes #2942Mike Bayer2016-01-201-3/+6
* - illustrate these using the newer exception doctest format.Mike Bayer2016-01-141-26/+8
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-15/+30
* - convert ORM tutorial and basic_relationships to favorMike Bayer2015-12-101-24/+41
* - The ORM and Core tutorials, which have always been in doctest format,Mike Bayer2015-12-101-110/+99
* - add an additional note regarding select_from, fixes #3546Mike Bayer2015-10-021-0/+10
* - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-0/+6
* Add Query.one_or_none()pr/201Eric Siegerman2015-09-241-1/+6
* - update moved link, fixes #3351Mike Bayer2015-09-031-1/+1