| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-22 | [1.10.x] Fixed #18348 -- Documented SesssionStore.create() | Preetham Nosum | |
| Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master | |||
| 2016-07-12 | [1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for ↵ | Md. Sadaf Noor | |
| JSONSerializer. Backport of 1f82b857ceb75f2d7a68e79c6a00c30bfe7f1318 from master | |||
| 2016-06-17 | [1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt. | Trey Hunner | |
| Backport of 91e9be45ed5ad3b0c3de8890a4fcdbb68836856f from master | |||
| 2016-06-17 | [1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵ | Carl Meyer | |
| exception handling. Backport of 7d1b69dbe7f72ac04d2513f0468fe2146231b286 from master | |||
| 2016-06-09 | [1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying ↵ | Berker Peksag | |
| upload handlers" example. Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master | |||
| 2016-06-04 | [1.10.x] Used snippet directive in file upload example. | Berker Peksag | |
| Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master | |||
| 2016-06-03 | [1.10.x] Fixed #26604 -- Added a multiple file upload example to ↵ | Berker Peksag | |
| topics/http/file-uploads.txt. Backport of 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master | |||
| 2016-06-03 | [1.10.x] Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master | |||
| 2016-05-31 | [1.10.x] Fixed #26503 -- Removed an outdated example from session docs. | Berker Peksag | |
| Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master | |||
| 2016-05-28 | [1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine ↵ | Tim Graham | |
| example. Backport of cc0d1eaaea40dc9d784c6974be1ce631a2087c11 from master | |||
| 2016-05-17 | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
| 2016-05-11 | Refs #26052 -- Corrected a sentence for conditional_content_removal() removal. | Tim Graham | |
| 2016-05-07 | Fixed a typo | Matthias K | |
| 2016-04-20 | Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a ↵ | Tobias Kroenke | |
| KeyError. | |||
| 2016-04-04 | Fixed #26452 -- Loaded middleware on server start rather than on first request. | David Evans | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-29 | Added a missing session setting in docs. | Tim Graham | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-12-23 | Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt | Alasdair Nicol | |
| 2015-12-23 | Fixed #25854 -- Removed deprecated usage of template.render() with ↵ | Alasdair Nicol | |
| RequestContext in docs. | |||
| 2015-12-23 | Fixed #25969 -- Replaced render_to_response() with render() in docs examples. | Tim Graham | |
| 2015-12-03 | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-23 | Removed dictionary and context_instance parameters for render functions. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Removed dirs parameter in template engine methods and related funtions. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Removed current_app argument to render() and TemplateResponse(). | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Refs #23957 -- Required session verification per deprecation timeline. | Tim Graham | |
| 2015-08-31 | Clarified 404.html usage, excplicitly stated that it's used when DEBUG is False | David Sanders | |
| Thanks to Keryn Knight, Curtis Maloney and Tim Graham for their reviews. | |||
| 2015-08-27 | Fixed #22634 -- Made the database-backed session backends more extensible. | Sergey Kolosov | |
| Introduced an AbstractBaseSession model and hooks providing the option of overriding the model class used by the session store and the session store class used by the model. | |||
| 2015-08-27 | Removed historical note about session serialization. | Tim Graham | |
| 2015-08-18 | Used consistent capitalization and hyphenation of "class-based views" in docs. | Anton Strogonoff | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-07-27 | Fixed #25159 -- Removed brackets from class/function/method signatures in docs. | Tim Graham | |
| Thanks hellbeast for the initial patch. | |||
| 2015-07-27 | Fixed #24127 -- Changed the default current_app to the current namespace. | Marten Kenbeek | |
| Changed the url template tag to use request.resolver_match.namespace as a default for the current_app argument if request.current_app is not set. | |||
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-06-20 | Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None. | Marten Kenbeek | |
| Made BaseHandler fall back to settings.ROOT_URLCONF if HttpRequest.urlconf is set to None, rather than raising ImproperlyConfigured. | |||
| 2015-06-08 | Fixed #21927 -- Made application and instance namespaces more distinct. | Marten Kenbeek | |
| Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces. | |||
| 2015-06-08 | Fixed #24796 -- Added a hint on placement of SecurityMiddleware in ↵ | Marissa Zhou | |
| MIDDLEWARE_CLASSES. Also moved it in the project template. | |||
| 2015-05-25 | Fixed typos in HTTP decorator docs. | I am Clinton | |
| 2015-05-17 | Fixed typo in docs/topics/http/sessions.txt | Tim Graham | |
| 2015-05-14 | Minor edits to docs/topics/http/urls.txt | I am Clinton | |
| 2015-05-08 | Fixed #24763 -- Moved DoesNotExist exception to model docs. | David Krisch | |
| 2015-04-28 | Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator. | Markus Bertheau | |
| 2015-04-24 | Fixed #24700 -- Added dash to slug regex in http docs | Marcus Pennington | |
| 2015-04-24 | Updated startproject MIDDLEWARE_CLASSES in docs. | Daniel Harding | |
| 2015-04-13 | Fixed #24621 -- Fixed and documented SessionBase.pop's second argument | Adam Zapletal | |
| Changed SessionBase.pop's second argument to explicitly be default=None rather than *args since _session is always a dict. Thanks gabor for the report and Tim Graham for the review. | |||
| 2015-03-23 | Fixed #13525 -- Added tests and docs for nested parameters in URL patterns. | Bas Peschier | |
| 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. | |||
