django1/docs/topics
Jacob Kaplan-Moss fd2f18008c Fixed #14733: no longer "validate" .raw() queries.
Turns out that a lot more than just SELECT can return data, and this list is
very hard to define up front in a cross-database manner. So let's just assume
that anyone using raw() is at least halfway competant and can deal with
the error messages if they don't use a data-returning query.

Thanks to Christophe Pettus for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14 19:49:53 +00:00
..
db Fixed #14733: no longer "validate" .raw() queries. 2011-03-14 19:49:53 +00:00
forms Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch. 2011-03-03 13:28:20 +00:00
http Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST/sphinx problems. 2011-03-08 19:51:19 +00:00
i18n Fixed #15347 -- Corrected a typo in the l10n docs. Thanks to RaceCondition for the report. 2011-02-18 22:42:37 +00:00
auth.txt Fixed #15299 -- Started the process of migrating the auth context processor support classes into the auth context processor module. Thanks to shailesh for the report, and v1v3kn for the draft patch. 2011-02-23 13:36:58 +00:00
cache.txt Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
class-based-views.txt Fixed #15342 -- Passed *args through to the parent class' dispatch method in the CBV example. Thanks to jnns for the report and patch. 2011-02-18 13:40:53 +00:00
conditional-view-processing.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
email.txt Fixed #15163 - typo in email docs; thanks metal for the report. 2011-01-26 00:37:08 +00:00
files.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
generic-views-migration.txt Fixed #15272 -- Altered generic views to use the guaranteed untranslated object_name, rather than the possibly translated verbose_name(_plural) for default context objects. Thanks to szczav for the report and patch. 2011-02-14 13:04:51 +00:00
generic-views.txt Added notes in old generic views howto about the new class based approach. 2010-11-18 01:29:41 +00:00
index.txt Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to Aryeh Leib Taurog for the report. 2011-01-30 13:33:27 +00:00
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 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
serialization.txt Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved. 2010-12-21 06:05:40 +00:00
settings.txt Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Robert Coup for the patch. 2010-08-28 02:40:57 +00:00
signals.txt Fixed #11441 -- Improved signal topic guide, particularly regarding the weak and dispatch_uid parameters to the Signal.connect method. Thanks to Mike_A and sayane for the report, and gremmie for the draft patch. 2010-10-24 08:52:00 +00:00
templates.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
testing.txt Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00