Adrian Holovaty fefbb66bac Fixed #17322 -- Added an example import statement to the HttpResponse docs. Thanks, RoySmith 13 лет назад
..
contrib a848ef4e57 Fixed #17423 -- Fixed three typos in GeoDjango docs. Thanks, DavidEklund 13 лет назад
files c340f6aa4d Fixed incorrect pluralized argument in Files docs 13 лет назад
forms 08bec4fbc1 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) 13 лет назад
models e954a03871 Added warning about the performance of large IN clauses in prefetch_related docs 13 лет назад
templates 19cbdf8c8f Fixed #17348 -- Implemented {% elif %}. Refs #3100. 13 лет назад
authbackends.txt 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 лет назад
class-based-views.txt 64bfec38e2 docs: Added missing 'form' argument to class-based-views.txt. Thanks, gabrielgrant 13 лет назад
clickjacking.txt 528157ce73 Fixed #14201 - Add a "security overview" page to the docs 14 лет назад
databases.txt 219b41cc15 Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn't necessary. 13 лет назад
django-admin.txt 9b8e211dd3 Fixed #17028 - Changed diveintopython.org -> diveintopython.net 13 лет назад
exceptions.txt d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 лет назад
generic-views.txt d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 лет назад
index.txt 524c5fa07a Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 14 лет назад
middleware.txt 0426962dac Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier. 13 лет назад
request-response.txt fefbb66bac Fixed #17322 -- Added an example import statement to the HttpResponse docs. Thanks, RoySmith 13 лет назад
settings.txt 61f0aff811 Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're behind a proxy that 'swallows' the fact that a request is HTTPS 13 лет назад
signals.txt d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 лет назад
template-response.txt 648adcd35f Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, yorkedork. 13 лет назад
unicode.txt d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 лет назад
utils.txt 6f66b55108 Fixed #17255 -- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me. 13 лет назад
validators.txt ce3c281090 Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. 14 лет назад