django/docs/ref
Aymeric Augustin 219b41cc15 Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn't necessary.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-11 08:19:04 +00:00
..
contrib Made some small clarifications to contrib/admin/index.txt 2011-12-09 20:46:10 +00:00
files
forms Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) 2011-12-07 23:08:27 +00:00
models
templates Fixed #17348 -- Implemented {% elif %}. Refs #3100. 2011-12-09 22:13:27 +00:00
authbackends.txt
class-based-views.txt
clickjacking.txt
databases.txt Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn't necessary. 2011-12-11 08:19:04 +00:00
django-admin.txt
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt Clarified which setting causes HttpRequest.get_host() to rely on the HTTP_X_FORWARDED_HOST header. 2011-12-07 19:42:50 +00:00
settings.txt
signals.txt
template-response.txt
unicode.txt
utils.txt
validators.txt