| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-04 | [3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. | Mariusz Felisiak | |
| It's a transitional setting helpful in migrating multiple instance of the same project to Django 3.1+. Thanks Markus Holtermann for the report and review, Florian Apolloner for the implementation idea and review, and Carlton Gibson for the review. Backport of d907371ef99a1e4ca6bc1660f57d81f265750984 from master. | |||
| 2020-08-03 | [3.1.x] Moved note about features deprecated in Django 3.1 above their ↵ | Mariusz Felisiak | |
| descriptions. Backport of bce4a53670668d6fd1e34685197151c17fd1b378 from master | |||
| 2020-07-31 | [3.1.x] Refs #27468 -- Added tests and release notes for ↵ | Mariusz Felisiak | |
| signing.dumps()/loads() changes. Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440. Backport of 1d6fdca557e674b9a789b51caadca8985e588492 from master | |||
| 2020-07-17 | [3.1.x] Pinned asgiref to 3.2 series with minimum version to 3.2.10. | Mariusz Felisiak | |
| 2020-06-24 | [3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS. | Adam Johnson | |
| Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master | |||
| 2020-06-02 | [3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master | |||
| 2020-06-01 | [3.1.x] Removed redundant pyenchant dependency in spelling check docs. | David Smith | |
| Backport of 7514852767c4723322f5799a2bd25b7ca263e3b0 from master | |||
| 2020-05-21 | [3.1.x] Added notes related to security pre-notification list requests. | Michael Manfre | |
| Backport of 0e893248b28e30bf562d29e6d5745ffad4b1a1eb from master | |||
| 2020-05-13 | [3.1.x] Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | |
| Backport of fbdb032de266ba5f82e061ab204f6c622889d563 from master | |||
| 2020-05-13 | [3.1.x] Used :mimetype: role in various docs. | Nick Pope | |
| Backport of feb91dbda13974f84eac52dccdc0de1ddb636616 from master | |||
| 2020-05-13 | [3.1.x] Used :pep: role in various docs. | Nick Pope | |
| Backport of a9337b4add01e50ed8ff8d3ef44099a08cba475c from master | |||
| 2020-05-11 | Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags. | Jon Dufresne | |
| The {% if %} tag provides all features of these tags. Since Django 1.2 (May 17, 2010), the docs have hinted that {% ifequal %} and {% ifnotequal %} will be deprecated in a future Django version. Time to make it official. | |||
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | |
| Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-05-05 | Fixed #31534 -- Deprecated django.conf.urls.url(). | David Smith | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-04-29 | Fixed #31356 -- Changed IRC links to the Freenode webchat. | Hasan Ramezani | |
| 2020-04-29 | Refs #27468 -- Made user sessions use SHA-256 algorithm. | Mariusz Felisiak | |
| 2020-04-24 | Refs #31369 -- Deprecated models.NullBooleanField in favor of ↵ | Tim Schilling | |
| BooleanField(null=True). | |||
| 2020-04-22 | Made compress.py script use the official google-closure-compiler release. | Jon Dufresne | |
| The script previously used the PyPI package closure, which is slightly out of date and not maintained by Google. The JavaScript contribution docs and the compress.py script now runs the google-closure-compiler package in the recommended way. Google's documentation on usage and installation can be found at: https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler#usage This also makes the usage simpler as the package now runs through npm's npx utility, which will automatically install google-closure-compiler to a per-user cache. | |||
| 2020-04-20 | Refs #22463 -- Replaced JSHint with ESLint in contributing docs. | Jignesh Kotadiya | |
| 2020-04-15 | Refs #27468 -- Changed default Signer algorithm to SHA-256. | Claude Paroz | |
| 2020-04-14 | Fixed term warning on Sphinx 3.0.1+. | Mariusz Felisiak | |
| "term" role became case sensitive in Sphinx 3.0.1. | |||
| 2020-04-06 | Refs #7098 -- Deprecated passing raw column aliases to order_by(). | Simon Charette | |
| Now that order_by() has expression support passing RawSQL() can achieve the same result. This was also already supported through QuerySet.extra(order_by) for years but this API is more or less deprecated at this point. | |||
| 2020-04-01 | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| 2020-03-24 | Added link to contributing docs in deprecation policy. | Adam Johnson | |
| 2020-03-23 | Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. | Adam Johnson | |
| 2020-03-12 | Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a ↵ | David Smith | |
| error message key. | |||
| 2020-03-11 | Fixed #31359 -- Deprecated get_random_string() calls without an explicit length. | Claude Paroz | |
| 2020-03-06 | Added missing backticks in various docs. | Mariusz Felisiak | |
| 2020-03-05 | Fixed #31327 -- Deprecated providing_args argument for Signal. | Jon Dufresne | |
| 2020-03-02 | Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode(). | Claude Paroz | |
| Thanks Mariusz Felisiak and Florian Apolloner for the reviews. | |||
| 2020-02-18 | Refs #26601 -- Deprecated passing None as get_response arg to middleware ↵ | Claude Paroz | |
| classes. This is the new contract since middleware refactoring in Django 1.10. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-02-12 | Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm. | Claude Paroz | |
| 2020-02-12 | Fixed #31241 -- Clarified porting translations of the Django docs to ↵ | Takuya Noguchi | |
| docs.djangoproject.com. | |||
| 2020-02-04 | Fixed #27604 -- Used the cookie signer to sign message cookies. | Claude Paroz | |
| Co-authored-by: Craig Anderson <craiga@craiga.id.au> | |||
| 2020-02-03 | Fixed #31226 -- Fixed typo in ↵ | Vibhu Agarwal | |
| docs/internals/contributing/writing-code/submitting-patches.txt. | |||
| 2020-02-03 | Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt. | Vibhu Agarwal | |
| 2020-01-29 | Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| 2020-01-29 | Refs #25778 -- Updated sphinx-doc.org links to HTTPS. | Jon Dufresne | |
| 2020-01-27 | Fixed #30997 -- Deprecated HttpRequest.is_ajax(). | Claude Paroz | |
| 2020-01-15 | Clarified backport policy for regressions. | Carlton Gibson | |
| 2019-12-30 | Added guidelines for assertIs() usage. | Mads Jensen | |
| 2019-12-06 | Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. | Jon Dufresne | |
| Unify on the entry point created by setuptools entry_points feature. | |||
| 2019-12-03 | Fixed typo in internals/contributing/writing-documentation.txt. | Hasan Ramezani | |
| 2019-11-27 | Refs #31029 -- Added note about :rfc: role in writing documentation docs. | Baptiste Mispelon | |
| 2019-11-20 | Pinned asgiref version. | Carlton Gibson | |
| 2019-11-18 | Fixed #30988 -- Deprecated the InvalidQuery exception. | Simon Charette | |
| It was barely documented without pointers at its defining location and was abused to prevent misuse of the QuerySet field deferring feature. | |||
| 2019-11-08 | Fixed #30948 -- Changed packaging to use declarative config in setup.cfg. | Jon Dufresne | |
| Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> | |||
| 2019-11-08 | Doc'd archiving historical branches as git tags. | Carlton Gibson | |
| 2019-11-06 | Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2. | Stephen Rauch | |
| Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. | |||
