summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Collapse)Author
2014-08-06[1.6.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
Backport of 61ed959235 from master
2014-08-02[1.6.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master.
2014-07-26[1.6.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
Backport of e1c85167a3 from master.
2014-07-16[1.6.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham
Thanks django at kerz.id.au. Backport of 7d0519c725 from master
2014-07-09[1.6.x] Revert "Improve cookie based session backend docs." refs #20418Tim Graham
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360. This is poor advice as it breaks the test client login (refs #22934). We can add a note like this back after refs #22986 is resolved. Backport of 3a85aae2ea from master
2014-06-24[1.6.x] Fixed typo in middleware docs.Peter Kowalczyk
Function definition should have an ending colon. Backport of 48241ec from master
2014-06-10[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
Backport of f97c53c098 from master
2014-03-27[1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
Thanks cjerdonek for the report. Backport of a779757706 from master
2014-02-25[1.6.x] Fixed #12670 -- Added a note about permissions of files stored in ↵Rik
FILE_UPLOAD_TEMP_DIR. Thanks simon29 for the suggestion. Backport of 355572ac56 from master
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22[1.6.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.6.x] Fixed a sentence in the session security docs; thanks claudep.Tim Graham
Backport of 4d27d311f6 from master
2013-12-30[1.6.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.6.x] Fixed #21582 -- Corrected URL namespace example.Tim Graham
Thanks oubiga for the report. Backport of 025ec2e7fe from master
2013-12-13[1.6.x] Fixed #21580 -- Clarified why render() does not return a ↵johannes-gehrs
TemplateResponse object. Backport of f685f94c98 from master
2013-12-02[1.6.x] Added a warning regarding risks in serving user uploaded media.Tim Graham
Thanks Preston Holmes for the draft text. Backport of df6760f12c from master
2013-11-19[1.6.x] Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
Backport of ebfa508fa32b27de6f3e2ca04c81b46408b0506e from master.
2013-11-18[1.6.x] Fixed typo in topics/http/sessions.txt.Tim Graham
Backport of 9348fc5628 from master
2013-11-15[1.6.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
Thanks alasdair. Backport of d011714002 from master
2013-11-15[1.6.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.6.x] Added a warning regarding session security and subdomains.Tim Graham
Backport of a3372f67cb from master
2013-10-14[1.6.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
Backport of 8fc63087f6 from master
2013-10-02[1.6.x] Clarified session replay attack differences with cookie backend.Tim Graham
Backport of 00a0d3de02 from master
2013-09-24[1.6.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
Thanks marfire for the report. Backport of 77f6b468e5 from master
2013-09-22[1.6.x] A few doc additions for changes from d228c1192e.Ramiro Morales
ce0c5c38ea from master.
2013-09-21[1.6.x] Fixed #21137 -- Documented best practice for URLconfs with repeated ↵Michael DiBernardo
pattern prefixes. Backport of 222460a994 from master
2013-09-19[1.6.x] Added missing "in" in sentence.Markus Amalthea Magnuson
Backport of 2c5c422d34 from master
2013-09-03[1.6.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.6.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-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
Thanks Keryn Knight. Backport of 26c4bd38ac from master
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
Backport of a0c58113b9 from master
2013-06-30[1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
Backport of 0d642aac86 from master.
2013-06-24Clarified get_list_or_404 docs, refs #14150.Tim Graham
2013-06-24Corrected minor typos in FileUploadHandler.receive_data_chunk docs.Simon Meers
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review.
2013-05-19Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-05-19Improve cookie based session backend docs.Marc Tamlyn
Note the don't require sessions to be in installed apps.
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-05-18Fixed #20444 -- Cookie-based sessions does not include a remote code ↵Erik Romijn
execution-warning
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.