summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-03Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2013-12-30Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
2013-12-26Fixed #21582 -- Corrected URL namespace example.Tim Graham
2013-12-13Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...johannes-gehrs
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-27Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-22Removed unused import in docs/topics/http/sessions.txtTim Graham
2013-11-19Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-11-15Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
2013-11-15Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
2013-10-18Added a warning regarding session security and subdomains.Tim Graham
2013-10-14Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-10Whitespace cleanup.Tim Graham
2013-10-02Changed the doc to use gender-neutral pronouns when possible.Baptiste Mispelon
2013-10-02Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-24Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-22A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-21Fixed #21137 -- Documented best practice for URLconfs with repeated pattern p...Michael DiBernardo
2013-09-19Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-05Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIASCHI Cheng
2013-09-03Fixed #21002 -- Documented JSON session serialization requires string keysTim Graham
2013-08-29Fixed #20997 -- Added SessionStore note to docs.Tim Graham
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-05Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
2013-08-03Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
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
2013-05-19Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-05-19Improve cookie based session backend docs.Marc Tamlyn
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 executio...Erik Romijn
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon