summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Collapse)Author
2014-01-22[1.5.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22[1.5.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
2014-01-03[1.5.x] Fixed a sentence in the session security docs; thanks claudep.Tim Graham
Backport of 4d27d311f6 from master
2013-12-30[1.5.x] Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
Thanks ashley at ashleymills.com for the suggestion. Backport of 270f7e2167 from master
2013-12-26[1.5.x] Fixed #21582 -- Corrected URL namespace example.Tim Graham
Thanks oubiga for the report. Backport of 025ec2e7fe from master
2013-11-18[1.5.x] Fixed typo in topics/http/sessions.txt.Tim Graham
Backport of 9348fc5628 from master
2013-11-15[1.5.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
Thanks alasdair. Backport of d011714002 from master
2013-11-15[1.5.x] Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
Thanks olof.bjarnason at gmail.com for the report. Backport of 6e9e6ca071 from master
2013-10-18[1.5.x] Added a warning regarding session security and subdomains.Tim Graham
Backport of a3372f67cb from master
2013-10-14[1.5.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
Backport of 8fc63087f6 from master
2013-10-02[1.5.x] Clarified session replay attack differences with cookie backend.Tim Graham
Backport of 00a0d3de02 from master
2013-09-24[1.5.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
Thanks marfire for the report. Backport of 77f6b468e5 from master
2013-09-21[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated ↵Michael DiBernardo
pattern prefixes. Backport of 222460a994 from master
2013-09-19[1.5.x] Added missing "in" in sentence.Markus Amalthea Magnuson
Backport of 2c5c422d34 from master
2013-09-04[1.5.x] Fixed #21002 -- Documented JSON session serialization requires ↵Tim Graham
string keys Thanks jeroen.pulles at redslider.net for the report. Backport of 3baf1d1042 from master.
2013-08-22[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by ↵Tim Graham
contrib.sessions Added settings.SESSION_SERIALIZER which is the import path of a serializer to use for sessions. Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews. Backport of b0ce6fe656 from master
2013-08-15[1.5.x] Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
Backport of 753edfa4b5 from master
2013-08-15[1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code ↵Erik Romijn
execution-warning Backport of d5ce2ff5e4 from master
2013-08-03[1.5.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
Backport of a0c58113b9 from master
2013-06-24[1.5.x] Clarified get_list_or_404 docs, refs #14150.Tim Graham
Backport of e161e4ff11 from master
2013-06-24[1.5.x] Corrected minor typos in FileUploadHandler.receive_data_chunk docs.Simon Meers
Backport of 6466a08 from master.
2013-04-10[1.5.x] Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion. Backport of c852d45681 from master.
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-03-02[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE ↵Tim Graham
and browsers that persist sessions. Thanks David Sanders. Backport of fe5d9fe5fe from master
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵Aymeric Augustin
content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master.
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
Thanks sergzach for the suggestion. Backport of 43f89e0ad6 from master
2013-01-14[1.5.x] Fixed code examples in which render() calls were missing `request` ↵Vinod Kurup
parameter. 5362134090adce86c755a6ab48831ba834b70704 from master.
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
Thanks dstufft for the draft patch. Backport of 0e3690d230 from master
2012-11-03[1.5.X] Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-Gründemann
Backport of 0546794397130b1574a667d57667bd032bff78d3 from master. 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-28[1.5.x] Fixed #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. Backport of 5fec97b from master.
2012-10-28[1.5.x] Added 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). Backport of cd17a24 from master.
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
This removes a dependency of 'core' on 'contrib'. Backport of 83ba0a9 from master. This deprecation occurs after the alpha, but it's a prerequisite for fixing decently #18194 which is a release blocker.
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