summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2013-08-03[1.5.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-06-24[1.5.x] Clarified get_list_or_404 docs, refs #14150.Tim Graham
2013-06-24[1.5.x] Corrected minor typos in FileUploadHandler.receive_data_chunk docs.Simon Meers
2013-04-10[1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-03-02[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and...Tim Graham
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...Aymeric Augustin
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-14[1.5.x] Fixed code examples in which render() calls were missing `request` pa...Vinod Kurup
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-03[1.5.X] Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-Gründemann
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-28[1.5.x] Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-28[1.5.x] Added optional kwargs to get_expiry_age/date.Aymeric Augustin
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-10-11More URL reversion docs typo fixes.Ramiro Morales
2012-10-11Fix typo in URLs reversing docsDmitry Medvinsky
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-19Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...Tim Graham
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
2012-09-01Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ...Tim Graham
2012-08-20Made an example more readable in the URLs docs.Aymeric Augustin
2012-08-20Added links in URLs doc for consistency.Aymeric Augustin
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-08Fixed #18577 - Clarified middleware initialization.Tim Graham
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-27Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ for...Tim Graham
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-22Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui fo...Alex Gaynor
2012-04-15Clarified that Django randomizes session keys. Refs #11555, #13478, #18128.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty