1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
Aymeric Augustin 104ca49c57 Removed inaccurate statement from the StreamingHttpResponse docs.
Iterators will be closed for both regular and streaming responses;
this shouldn't be described as a difference.
2012-10-21 22:44:02 +02:00
..
class-based-views
contrib Fixed arguments for get_inline_instances example; refs #17856 2012-10-20 09:57:15 -04:00
files
forms Added ref to format localization in Date[Time]Field docs 2012-10-13 11:17:25 +02:00
models Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver caching; thanks jtiai for the suggestion. 2012-10-20 15:22:34 -04:00
templates Added section about URL reversion to URL mapper document. 2012-10-07 20:21:07 -03:00
authbackends.txt
clickjacking.txt
databases.txt Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 2012-10-12 19:17:00 -04:00
django-admin.txt
exceptions.txt
index.txt Refactored URL mapping documentation. 2012-10-06 11:27:20 -03:00
middleware.txt Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware. 2012-10-17 15:46:59 -04:00
request-response.txt Removed inaccurate statement from the StreamingHttpResponse docs. 2012-10-21 22:44:02 +02:00
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Added section about URL reversion to URL mapper document. 2012-10-07 20:21:07 -03:00
urls.txt More URL mapping documentation fixes. 2012-10-06 16:35:22 -03:00
utils.txt
validators.txt