Commit History

Upphovsman SHA1 Meddelande Datum
  Aymeric Augustin 5e27debc5c Enabled database-level autocommit for all backends. 12 år sedan
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 år sedan
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 år sedan
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 13 år sedan
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 år sedan
  Claude Paroz 723445f40e Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report. 13 år sedan
  Jannis Leidel 2eadc418af Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 13 år sedan
  James Bennett 23b7758f75 Fixed #16293: Document a way to return dicts with column names from a DB cursor. 13 år sedan
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 år sedan
  Luke Plant 528157ce73 Fixed #14201 - Add a "security overview" page to the docs 14 år sedan
  Timo Graham 8ad3c41c69 Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus. 14 år sedan
  Jacob Kaplan-Moss fd2f18008c Fixed #14733: no longer "validate" .raw() queries. 14 år sedan
  Russell Keith-Magee 6314a1b42e Fixed #9964 -- Ensure that all database operations make transactions dirty, not just write operations. Many thanks to Shai Berger for his work and persistence on this issue. 14 år sedan
  Alex Gaynor b01cc1bd89 Fixed #15243 -- More clearly document that the transaction functions needs to be called with a using parameter to work with a non-default database. Thanks to Jason Kotenko for the patch. 14 år sedan
  Ramiro Morales 7a5c54e9b7 Fixed typo in raw SQL docs example. 14 år sedan
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 år sedan
  Russell Keith-Magee 2dc2ed87e5 Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch. 14 år sedan
  Russell Keith-Magee b50a35a669 Fixed #12941 -- Added documentation for the connections dictionary. Thanks to atlithorn@gmail.com for the report, and Alex Gaynor for the original text. 15 år sedan
  Russell Keith-Magee 6f9ba54bf5 Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl for the report and patch. 15 år sedan
  Justin Bronn 7ca3e8fecf Updated patch applied in r12504. Refs #12806. 15 år sedan
  Justin Bronn c4699b0b8a Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks, Bruno Renié. 15 år sedan
  Gary Wilson Jr adb74a8f2e Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 15 år sedan
  Russell Keith-Magee ff60c5f9de Fixed #1142 -- Added multiple database support. 15 år sedan
  Russell Keith-Magee 79d6e402e3 Fixed #12409 -- Corrected some documentation typos in the docs on raw querysets. Also added a missing __init__.py file. Thanks to Alex Gaynor for the reports. 15 år sedan
  Jacob Kaplan-Moss 20ad30713e Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL queries and yield models. 15 år sedan
  Russell Keith-Magee 992ded1ad1 Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL. 16 år sedan
  Russell Keith-Magee 87d3ff731b Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text. 16 år sedan
  Jacob Kaplan-Moss 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 år sedan