django/docs/topics
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-11 18:23:55 +00:00
..
db 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. 2011-02-11 18:23:55 +00:00
forms Fixed #15134 -- Placed formset documentation before modelform documentation in the forms topic index to improve the logical flow of information being presented. Thanks to Aryeh Leib Taurog for the report. 2011-02-07 23:39:29 +00:00
http
i18n
auth.txt Fixed #15236 -- corrected a typo and added a versionadded directive for the user_logged_in and user_logged_out signals. Thanks to claudep for the report and patch. 2011-02-07 22:32:16 +00:00
cache.txt
class-based-views.txt
conditional-view-processing.txt
email.txt
files.txt
generic-views-migration.txt Refs #15241 -- Further clarifications to the generic view migration docs. 2011-02-09 13:04:05 +00:00
generic-views.txt
index.txt
install.txt Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for the report. 2010-11-27 21:47:08 +00:00
logging.txt Fixed #14861 -- Added an admonition about the potential for circular imports with custom logging handlers (which produces an extremely confusing error message) to the logging docs. Thanks to donspaulding for the report and adamv for the patch. 2011-02-07 23:56:39 +00:00
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt