| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-18 | [1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs. | Marissa Zhou | |
| Partial backport of 8b1f39a727be91aab40bdb37235718ed63ae1d50 from master | |||
| 2016-06-09 | [1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying ↵ | Berker Peksag | |
| upload handlers" example. Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master | |||
| 2016-05-31 | [1.8.x] Fixed #26503 -- Removed an outdated example from session docs. | Berker Peksag | |
| Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master | |||
| 2015-12-23 | [1.8.x] Fixed #25854 -- Removed deprecated usage of template.render() with ↵ | Alasdair Nicol | |
| RequestContext in docs. Backport of 32c7d93e5f0638c5a1ec8e2525c967be444fcef1 from master | |||
| 2015-12-22 | [1.8.x] Fixed #25963 -- Clarified render_to_response() context_instance ↵ | Tim Graham | |
| deprecation. Backport of 36d0aa43036090685cebe6c9f757631cdadb1400 from stable/1.9.x | |||
| 2015-08-18 | [1.8.x] Used consistent capitalization and hyphenation of "class-based ↵ | Anton Strogonoff | |
| views" in docs. Backport of 20787b5c298d97dda10286a942a788423fed483f from master | |||
| 2015-08-08 | [1.8.x] Updated Wikipedia links to use https | Claude Paroz | |
| Backport of 64982cc2fb from master. | |||
| 2015-07-27 | [1.8.x] Fixed #25159 -- Removed brackets from class/function/method ↵ | Tim Graham | |
| signatures in docs. Thanks hellbeast for the initial patch. Backport of 87d55081ea398c65b2503d22ed3907a9175ec729 from master | |||
| 2015-06-23 | [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. | Tim Graham | |
| 2015-05-25 | [1.8.x] Fixed typos in HTTP decorator docs. | I am Clinton | |
| Backport of 0b0bb6100d90d387d7f38e87a4051a1ef513b7c7 from master | |||
| 2015-05-17 | [1.8.x] Fixed typo in docs/topics/http/sessions.txt | Tim Graham | |
| Backport of fc1eea59c0c09b306f0391735491fa43cbed4d7a from master | |||
| 2015-05-14 | [1.8.x] Minor edits to docs/topics/http/urls.txt | I am Clinton | |
| Backport of dce004ab72e26103a86e98994de7f2cef9321f9b from master | |||
| 2015-05-08 | [1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs. | David Krisch | |
| Backport of 1a62f197078eae72eba85f23aabacc06ad4c7d79 from master | |||
| 2015-04-24 | [1.8.x] Fixed #24700 -- Added dash to slug regex in http docs | Marcus Pennington | |
| Backport of 269a5dbdd37362e27b2bb3bf3a600ffd5ea2c3bb from master | |||
| 2015-04-24 | [1.8.x] Updated startproject MIDDLEWARE_CLASSES in docs. | Daniel Harding | |
| Backport of ad31bc0565914c4676bfb7c116c4be407a367be4 from master | |||
| 2015-03-23 | [1.8.x] Fixed #13525 -- Added tests and docs for nested parameters in URL ↵ | Bas Peschier | |
| patterns. When reversing, only outer parameters are used if captured parameters are nested. Added tests to check the edge cases and documentation for the behavior with an example to avoid it. Backport of 23a5d64f40b0f4a3fbfef7427ca793cb1df1034e from master | |||
| 2015-02-03 | [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. | Aymeric Augustin | |
| Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review. Backport of 2133f31 from master. Conflicts: docs/topics/http/shortcuts.txt tests/generic_views/test_base.py | |||
| 2015-01-16 | Fixed #24143 -- Encouraged use of Http404 messages for debugging. | Keryn Knight | |
| 2015-01-10 | Wrote main documentation for templates. | Aymeric Augustin | |
| 2014-12-28 | Deprecated current_app in TemplateResponse and render(_to_response). | Aymeric Augustin | |
| 2014-12-28 | Deprecated some arguments of django.shortcuts.render(_to_response). | Aymeric Augustin | |
| dictionary and context_instance and superseded by context. Refactored tests that relied context_instance with more modern idioms. | |||
| 2014-11-27 | Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. | Berker Peksag | |
| 2014-11-23 | Deprecated dirs argument to override TEMPLATE_DIRS. | Aymeric Augustin | |
| Cancels 2f0566fa. Refs #4278. | |||
| 2014-11-03 | Fixed versionchanged indentation in docs/. | Berker Peksag | |
| 2014-10-16 | Fixed some intersphinx references. | Tim Graham | |
| 2014-08-26 | Fixed #17707, #20734 -- Added examples to URL namespacing docs. | Tim Graham | |
| Thanks Daniele Procida for review. | |||
| 2014-08-23 | Fixed #23344 -- Removed duplicate docs for file upload settings. | Tim Graham | |
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham | |
| 2014-08-06 | Removed a doc reference to the deprecated `mimetype` kwarg. | Mohammed Attia | |
| 2014-08-04 | Fixed #23169 - Misc docs fixes. | areski | |
| 2014-08-02 | Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs | Erik Romijn | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-07-26 | Fixed #23097 -- Switched to new octal format in docs | David Hoffman | |
| 2014-07-16 | Fixed #23023 -- Added warning against local-memory cache. | Tim Graham | |
| Thanks django at kerz.id.au. | |||
| 2014-07-09 | Revert "Improve cookie based session backend docs." refs #20418 | Tim 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. | |||
| 2014-06-24 | Fixed typo in middleware docs. | Peter Kowalczyk | |
| Function definition should have an ending colon. | |||
| 2014-06-10 | Fixed #22801 -- Added 'www.' to diveintopython.net links | Maxime Turcotte | |
| 2014-06-03 | Fixed #22384 -- Deprecated reversing URLs by dotted path. | Tim Graham | |
| 2014-06-01 | Fixed #21938 -- Moved documentation for error views to reference guide. | Jonathan Lindén | |
| 2014-05-22 | Fixed #20816 -- Added hints about Django middleware ordering | Claude Paroz | |
| Thanks gthb Trac user for the report, kolypto StackOverflow user for the initial list and Tim Graham for the review. | |||
| 2014-05-16 | Simplified an unnecessarily complex paragraph in view docs | Erik Romijn | |
| 2014-05-11 | Fixed #20936 -- When logging out/ending a session, don't create a new, empty ↵ | Matt Robenolt | |
| session. Previously, when logging out, the existing session was overwritten by a new sessionid instead of deleting the session altogether. This behavior added overhead by creating a new session record in whichever backend was in use: db, cache, etc. This extra session is unnecessary at the time since no session data is meant to be preserved when explicitly logging out. | |||
| 2014-04-25 | Fixed #22517, "view prefix" still referenced in urlconf docs | Ben Davis | |
| 2014-04-16 | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | |
| Thanks tomwys for the suggestion. | |||
| 2014-04-08 | Fixed #9535 -- Added a reference guide for file upload classes. | Anubhav Joshi | |
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-03-27 | Fixed #21941 -- Documented the kwargs param of django.conf.urls.url(). | Tim Martin | |
| Thanks cjerdonek for the report. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-21 | Removed contrib.comments per deprecation timeline. | Tim Graham | |
