summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add missing definitions to glossaryMike Bayer2020-04-133-19/+190
* Fix almost all read-level sphinx warningsMike Bayer2020-04-1131-46/+52
* Backport documentation warnings for relationship eval()Mike Bayer2020-04-073-12/+76
* typo: missing commamichitaro.koike2020-03-261-1/+1
* Clarify Alembic vs. MigrateMike Bayer2020-03-201-10/+9
* Fix "special_key" attribute name in association proxy documentationMike Bayer2020-03-161-1/+1
* Include column_property composition examplesMike Bayer2020-03-033-12/+53
* Update basic_relationships.rstrandallk2020-02-061-1/+1
* Add second section detailing cascade_backrefs to backref sectionMike Bayer2020-02-041-0/+51
* Add explanation of `polymorphic_identity` to docsEli2020-01-131-6/+31
* Add dialect for Apache SolrAhmed Adel2019-12-141-0/+1
* Use viewonly=True for composite secondary join exampleMike Bayer2019-11-191-9/+20
* Add TypeDecorator recipe for timezone aware/UTC conversionMike Bayer2019-11-131-0/+36
* Add doc note for multiple table mappingMike Bayer2019-10-231-0/+33
* Fix test failures from func doc fixMike Bayer2019-10-171-1/+1
* fix func docsMike Bayer2019-10-171-0/+11
* import StringIO => import ioMatt Kohl2019-10-041-2/+2
* Document visitors moduleMike Bayer2019-09-122-0/+26
* Document Query deduplicationMike Bayer2019-09-052-0/+89
* Document how to work with reflection and custom datatypesMike Bayer2019-08-212-1/+129
* - shore up TypeDecorator docs a bit to not render tons ofMike Bayer2019-08-101-1/+0
* Clarify INSERT/UPDATE defaults vs. data marshallingMike Bayer2019-08-106-6/+99
* Fix doc for #4765Denis Kataev2019-07-171-3/+3
* Rename tutorial section to "Using Aliases and Subqueries"Mike Bayer2019-07-051-11/+13
* Fix typo in documentation examplesEmile Caron2019-06-171-2/+2
* doc grammar updatesMengxi Zhang2019-05-232-2/+2
* Fixes typo in core/connections.rstMichael J Ward2019-05-131-1/+1
* Fix pooling typoMike Bayer2019-03-051-4/+4
* mention no_autoflush in the flush section of the docsMike Bayer2019-02-081-2/+5
* Use declarative mapping for the embedded SQL expressions exampleMike Bayer2019-02-071-4/+7
* Remove all occurrences of the word "password" from all examples and tutorialsMike Bayer2019-02-055-127/+127
* Feature mysqlclientMike Bayer2019-01-182-13/+12
* Add example of password URL encodingMike Bayer2019-01-181-3/+15
* Convert most "See also" phrases into .. seealso::Mike Bayer2019-01-152-12/+16
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-1514-70/+3
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-121-0/+4
* Update index.rst - Added link to Drill dialect.Charles S. Givre2019-01-091-0/+1
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-306-21/+21
* Add missing disambiguation to non-primary mapper exampleMike Bayer2018-12-281-4/+12
* - remove non-working dialects some of which are 404'sMike Bayer2018-12-242-45/+13
* Document and support nested compositesMike Bayer2018-12-121-0/+70
* Fixed typo in docsadriennefranke2018-12-051-1/+1
* All sphinx dependencies move under the github sqlalchemy organizationMike Bayer2018-12-031-3/+3
* Move links etc. to github, new alembic linksMike Bayer2018-11-268-114/+9
* - remove @HEAD indicator from docs requirements, fixes #4375Mike Bayer2018-11-261-3/+3
* Improve documentation re: Session.binds and partitioning strategiesMike Bayer2018-11-062-14/+95
* Add additional documentation for ORM fetched defaultsMike Bayer2018-10-021-13/+84
* Remove unnecessary unicode and raw string prefixDenis Kataev2018-09-281-2/+2
* Add non-primary mapper example illustrating a row-limited relationshipMike Bayer2018-09-271-0/+65
* Fix doc typeWouter Overmeire2018-09-171-1/+1