| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2019-10-30 | Fixed #30927 -- Simplified an example of test for the deprecation warning ↵ | André Ericson | |
| with assertWarnsMessage(). | |||
| 2019-10-23 | Added tblib to the list of test suite dependencies in documentation. | Mariusz Felisiak | |
| 2019-10-23 | Bumped minimum Pillow version to 6.2.0 in test requirements. | Mariusz Felisiak | |
| Pillow < 6.2.0 is vulnerable to CVE-2019-16865. | |||
| 2019-10-21 | Fixed #30841 -- Deprecated using non-boolean values for isnull lookup. | André Ericson | |
| 2019-10-15 | Moved "Sign the CLA" to the bottom of New Contributor First Steps. | Carlton Gibson | |
| As discussed on the mailing list, step 1 of First Steps shouldn't be "Find a printer". https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion | |||
