summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Collapse)Author
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
Refs #20104.
2013-04-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion.
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-03-22Added missing markup to docs.Tim Graham
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-02Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and ↵Tim Graham
browsers that persist sessions. Thanks David Sanders.
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
Thanks Tim for the report and initial patch.
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
Thanks sergzach for the suggestion.
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
Thanks Gabriel Hurley for the original idea and adamv for the draft patch.
2013-01-11Fixed code examples in which render() calls were missing `request` parameter.Vinod Kurup
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-16Replaced the test case hierarchy schema with a vector version.Aymeric Augustin
The OmniGraffle source file is included for future use.
2012-12-16Added PDF version of SVG file for latexpdf builds.Aymeric Augustin
Thanks Tim Graham for reporting this issue and testing the fix.
2012-12-09Edited the middleware doc for completeness, clarity, and consistency.Aymeric Augustin
2012-12-09Fixed #12502 -- Improved middleware diagram.Aymeric Augustin
2012-11-22Fixed #18974 - Warned against using models.permalinkTim Graham
Thanks dstufft for the draft patch.
2012-11-03Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-Gründemann
Added a paragraph on how to use the PermissionDenied exception to create a 403 response and use handler403.
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
Thanks SunPowered for the report.
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
* Prevented stale session files from being loaded * Added removal of stale session files in django-admin.py clearsessions Thanks ej for the report, crodjer and Elvard for their inputs.
2012-10-27Added optional kwargs to get_expiry_age/date.Aymeric Augustin
This change allows for cleaner tests: we can test the exact output. Refs #18194: this change makes it possible to compute session expiry dates at times other than when the session is saved. Fixed #18458: the existence of the `modification` kwarg implies that you must pass it to get_expiry_age/date if you call these functions outside of a short request - response cycle (the intended use case).
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
This removes a dependency of 'core' on 'contrib'.
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
Thanks mrmachine and everyone else involved on this long-standing ticket.
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
Reorganized topic document so it introduces concepts form simple to more complex. Moved reference parts to their own documents.
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
Thanks Aymeric Augustin for the report and Jannis Leidel for the review.
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 ↵Tim Graham
Willey for the suggestion.
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
Trying to move most of the introductory example stuff up to the top and pushing the reference bits further down.
2012-09-01Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ↵Tim Graham
example in file uploads.
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
Thanks Tim Saylor for the draft patch and Aymeric Augustin and Claude Paroz for feedback.
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
Saving session data is somewhat likely to lead into error when the status code is 500. It is guaranteed to lead into error if the reason for the 500 code is query error on PostgreSQL.
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
from the documentation.
2012-07-08Fixed #18577 - Clarified middleware initialization.Tim Graham
Thanks Lukasz Balcerzak for the patch.
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-27Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ ↵Tim Graham
for the report.
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
Thanks Florian Apolloner for the patch.
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
This commit includes multiple small related changes, see the ticket for a full discussion.
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 ↵Claude Paroz
deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37