Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 gadi atpakaļ
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 10 gadi atpakaļ
  wrwrwr 34a06d99e0 Cleaned up a note in docs/topics/db/sql.txt. 10 gadi atpakaļ
  areski 9d6551204e Removed unnecessary code-block directives. 10 gadi atpakaļ
  Moayad Mardini 2d425116e2 Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`. 10 gadi atpakaļ
  Moayad Mardini 3776926cfe Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection 11 gadi atpakaļ
  Erik Romijn 75c0d4ea3a Fixed queries that may return unexpected results on MySQL due to typecasting. 11 gadi atpakaļ
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 gadi atpakaļ
  Szczepan Cieślik e816198034 Fixed docs typos. 11 gadi atpakaļ
  David Sanders adcedfe8ba Capitalize SQL keywords 11 gadi atpakaļ
  David Sanders 6dfd02f88c Capitalize SQL keywords 11 gadi atpakaļ
  Frank Tobia 6dd8631617 Fixed typos. Changed grammar. 11 gadi atpakaļ
  Michael Manfre 99c87f1410 Fixed #17671 - Cursors are now context managers. 11 gadi atpakaļ
  Shai Berger d097417025 Support 'pyformat' style parameters in raw queries, Refs #10070 11 gadi atpakaļ
  Christopher Allen-Poole a96bff179a Found a mistake in SQL documentation 12 gadi atpakaļ
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 gadi atpakaļ
  Claude Paroz 76aecfbc4b Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 12 gadi atpakaļ
  Aymeric Augustin 6197935152 Fixed #19968 -- Dropped support for PostgreSQL < 8.4. 12 gadi atpakaļ
  Aymeric Augustin 5e27debc5c Enabled database-level autocommit for all backends. 12 gadi atpakaļ
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 gadi atpakaļ
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 gadi atpakaļ
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 13 gadi atpakaļ
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 gadi atpakaļ
  Claude Paroz 723445f40e Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report. 13 gadi atpakaļ
  Jannis Leidel 2eadc418af Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 13 gadi atpakaļ
  James Bennett 23b7758f75 Fixed #16293: Document a way to return dicts with column names from a DB cursor. 13 gadi atpakaļ
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 gadi atpakaļ
  Luke Plant 528157ce73 Fixed #14201 - Add a "security overview" page to the docs 14 gadi atpakaļ
  Timo Graham 8ad3c41c69 Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus. 14 gadi atpakaļ
  Jacob Kaplan-Moss fd2f18008c Fixed #14733: no longer "validate" .raw() queries. 14 gadi atpakaļ