| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-15 | [3.0.x] Used :rfc: role in various docs. | Mariusz Felisiak | |
| Backport of f1a808a5025b63715d1034af2b96a6a5241d29e9 from master. | |||
| 2020-04-01 | [3.0.x] Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master. | |||
| 2020-03-25 | [3.0.x] Improved sessions notes in deployment checklist. | Adam Johnson | |
| - Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic. Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master | |||
| 2020-01-24 | [3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs. | Roy Smith | |
| Backport of cf493e5c819f5ee49b96954f026bec722e19d9c3 from master | |||
| 2020-01-08 | [3.0.x] Clarified that ValueError raised by converter.to_python() means no ↵ | Jack Cushman | |
| match unless another URL pattern matches. Backport of 196009c72c7144f25bc5e4029ef519db0190bb89 from master | |||
| 2019-12-12 | [3.0.x] Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in ↵ | Hasan Ramezani | |
| passing optional named groups in Django 3.0. Backport of 9736137cdc4b7528a0aca17415dc9798660eed81 from master | |||
| 2019-12-06 | [3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() ↵ | Mariusz Felisiak | |
| when all optional named parameters are missing. Regression in 76b993a117b61c41584e95149a67d8a1e9f49dd1. Thanks Claude Paroz for the report and Carlton Gibson for reviews. Backport of 82a88d2f48e13ef5d472741d5ed1c183230cfe4c from master | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-07-23 | Fixed typo in docs/topics/http/sessions.txt. | terminator14 | |
| 2019-07-04 | Fixed #30600 -- Clarified that ValueError raised by converter.to_python() ↵ | sp1rs | |
| means no match. | |||
| 2019-06-26 | Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() ↵ | nsasaki128 | |
| decorator. | |||
| 2019-05-24 | Fixed #30504 -- Corrected redirect() signature in docs. | Shashank Parekh | |
| 2019-05-21 | Fixed #28763 -- Allowed overriding the session cookie age with ↵ | Hasan Ramezani | |
| SessionStore.get_session_cookie_age(). | |||
| 2019-05-13 | Fixed #30437 -- Clarified that urlpatterns can be a sequence. | Jonatas C. Damasceno | |
| 2019-03-12 | Fixed #30161 -- Added how to decorate class-based views to view decorators docs. | alexanderblnf | |
| 2019-01-17 | Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. | Tim Graham | |
| 2019-01-17 | Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. | Tim Graham | |
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-10-17 | Removed obsolete "ugly URL" reference. | Tom Dyson | |
| 2018-10-01 | Fixed #29758 -- Documented how to test custom error views. | Cammil Taank | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-07-24 | Fixed typo in docs/topics/http/urls.txt. | minusf | |
| 2018-07-07 | Removed usage of 'object' variable name in docs. | Harry Moreno | |
| 2018-06-28 | Fixed location of a few doc labels. | Tim Graham | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-04-13 | Fixed #27863 -- Added support for the SameSite cookie flag. | Alex Gaynor | |
| Thanks Alex Gaynor for contributing to the patch. | |||
| 2018-02-26 | Fixed incorrect regex in re_path() example. | René Fleschenberg | |
| 2018-02-20 | Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples. | Seohong Park | |
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-12-27 | Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes | Tim Graham | |
| 2017-12-06 | Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase ↵ | Tim Graham | |
| only letters. | |||
| 2017-11-01 | Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie ↵ | Tim Graham | |
| examples. | |||
| 2017-10-30 | Fixed 'a'/'an' mix-ups in docs. | Ville Skyttä | |
| 2017-09-25 | Fixed #28627 -- Added slug converter to some path() examples in docs. | Christopher Schäpers | |
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-06-26 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Mariusz Felisiak | |
| Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f. | |||
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-05-20 | Pointed Dive into Python links to python3 site | Michiel Beijen | |
| The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections. | |||
| 2017-02-11 | Fixed #27367 -- Doc'd and tested reversing of URLs with the same name. | Robert Roskam | |
| Thanks Reinout van Rees for contributing to the patch. | |||
| 2017-02-11 | Fixed #25978 -- Deprecated shorcuts.render_to_response(). | Tim Graham | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham | |
| 2017-01-17 | Refs #26601 -- Removed support for old-style middleware using ↵ | Tim Graham | |
| settings.MIDDLEWARE_CLASSES. | |||
| 2016-10-14 | Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide. | David D Lowe | |
| 2016-08-19 | Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs. | Brightcells | |
| 2016-08-11 | Documented the cache_control() decorator. | Kevin Christopher Henry | |
| 2016-08-09 | Fixed #27041 -- Documented that built-in middleware are compatible with ↵ | Ville Skyttä | |
| MIDDLEWARE and MIDDLEWARE_CLASSES. | |||
| 2016-07-22 | Fixed #18348 -- Documented SesssionStore.create() | Preetham Nosum | |
| 2016-07-12 | Fixed #26831 -- Documented session data must be JSON encodable for ↵ | Md. Sadaf Noor | |
| JSONSerializer. | |||
| 2016-06-17 | Added urlpatterns variable in docs/topics/http/urls.txt. | Trey Hunner | |
