| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 docs | Bouke 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 docs | Alasdair 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-24 | Clarified get_list_or_404 docs, refs #14150. | Tim Graham | |
| 2013-06-24 | Corrected minor typos in FileUploadHandler.receive_data_chunk docs. | Simon Meers | |
| 2013-05-25 | Fixed #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-19 | Fixed a rest mistake I introduced in d5ce2ff. | Aymeric Augustin | |
| 2013-05-19 | Improve cookie based session backend docs. | Marc Tamlyn | |
| Note the don't require sessions to be in installed apps. | |||
| 2013-05-18 | Add missing imports and models to the examples in the view layer documentation | Silvan Spross | |
| 2013-05-18 | Fixed #20444 -- Cookie-based sessions does not include a remote code ↵ | Erik Romijn | |
| execution-warning | |||
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-10 | Fixed #20204 - Consistent usage of url() in URL dispatcher documentation | Tim Graham | |
| Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion. | |||
| 2013-04-04 | Fix #20195: wrong reference in session settings documentation. | Baptiste Mispelon | |
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-03-14 | Deprecated django.views.defaults.shortcut. | Aymeric Augustin | |
| 2013-03-02 | Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and ↵ | Tim Graham | |
| browsers that persist sessions. Thanks David Sanders. | |||
| 2013-01-31 | Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. | Aymeric Augustin | |
| Thanks Tim for the report and initial patch. | |||
| 2013-01-15 | Fixed #19605 - Removed unused url imports from doc examples. | Tim Graham | |
| Thanks sergzach for the suggestion. | |||
| 2013-01-12 | Fixed #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-11 | Fixed code examples in which render() calls were missing `request` parameter. | Vinod Kurup | |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-12-29 | Fixed broken links, round 4. refs #19516 | Tim Graham | |
| 2012-12-16 | Replaced the test case hierarchy schema with a vector version. | Aymeric Augustin | |
| The OmniGraffle source file is included for future use. | |||
| 2012-12-16 | Added PDF version of SVG file for latexpdf builds. | Aymeric Augustin | |
| Thanks Tim Graham for reporting this issue and testing the fix. | |||
| 2012-12-09 | Edited the middleware doc for completeness, clarity, and consistency. | Aymeric Augustin | |
| 2012-12-09 | Fixed #12502 -- Improved middleware diagram. | Aymeric Augustin | |
| 2012-11-22 | Fixed #18974 - Warned against using models.permalink | Tim Graham | |
| Thanks dstufft for the draft patch. | |||
| 2012-11-03 | Fixed #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-02 | Fixed #19225 -- Typo in shortcuts docs. | Aymeric Augustin | |
| Thanks SunPowered for the report. | |||
| 2012-10-31 | Fixed #17083 -- Allowed sessions to use non-default cache. | Aymeric Augustin | |
| 2012-10-28 | Fixed #18194 -- Expiration of file-based sessions | Aymeric 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-27 | 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). | |||
| 2012-10-27 | Fixed #18978 -- Moved cleanup command to sessions. | Aymeric Augustin | |
| This removes a dependency of 'core' on 'contrib'. | |||
| 2012-10-20 | Fixed #7581 -- Added streaming responses. | Aymeric Augustin | |
| Thanks mrmachine and everyone else involved on this long-standing ticket. | |||
| 2012-10-17 | Fixed an error in cookie documentation | Preston Holmes | |
| 2012-10-11 | More URL reversion docs typo fixes. | Ramiro Morales | |
| 2012-10-11 | Fix typo in URLs reversing docs | Dmitry Medvinsky | |
| 2012-10-07 | Added section about URL reversion to URL mapper document. | Ramiro Morales | |
| 2012-10-06 | More URL mapping documentation fixes. | Ramiro Morales | |
| 2012-10-06 | Refactored URL mapping documentation. | Ramiro Morales | |
| Reorganized topic document so it introduces concepts form simple to more complex. Moved reference parts to their own documents. | |||
