summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-08-03[3.1.x] Moved note about features deprecated in Django 3.1 above their descri...Mariusz Felisiak
2020-07-31[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/load...Mariusz Felisiak
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
2020-06-02[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-06-01[3.1.x] Removed redundant pyenchant dependency in spelling check docs.David Smith
2020-05-21[3.1.x] Added notes related to security pre-notification list requests.Michael Manfre
2020-05-13[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13[3.1.x] Used :mimetype: role in various docs.Nick Pope
2020-05-13[3.1.x] Used :pep: role in various docs.Nick Pope
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-05Fixed #31534 -- Deprecated django.conf.urls.url().David Smith
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-29Fixed #31356 -- Changed IRC links to the Freenode webchat.Hasan Ramezani
2020-04-29Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-22Made compress.py script use the official google-closure-compiler release.Jon Dufresne
2020-04-20Refs #22463 -- Replaced JSHint with ESLint in contributing docs.Jignesh Kotadiya
2020-04-15Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-06Refs #7098 -- Deprecated passing raw column aliases to order_by().Simon Charette
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-24Added link to contributing docs in deprecation policy.Adam Johnson
2020-03-23Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.Adam Johnson
2020-03-12Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith
2020-03-11Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2020-03-02Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-02-12Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.Claude Paroz
2020-02-12Fixed #31241 -- Clarified porting translations of the Django docs to docs.dja...Takuya Noguchi
2020-02-04Fixed #27604 -- Used the cookie signer to sign message cookies.Claude Paroz
2020-02-03Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submit...Vibhu Agarwal
2020-02-03Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.Vibhu Agarwal
2020-01-29Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak
2020-01-29Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne
2020-01-27Fixed #30997 -- Deprecated HttpRequest.is_ajax().Claude Paroz
2020-01-15Clarified backport policy for regressions.Carlton Gibson
2019-12-30Added guidelines for assertIs() usage.Mads Jensen
2019-12-06Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne
2019-12-03Fixed typo in internals/contributing/writing-documentation.txt.Hasan Ramezani
2019-11-27Refs #31029 -- Added note about :rfc: role in writing documentation docs.Baptiste Mispelon
2019-11-20Pinned asgiref version.Carlton Gibson
2019-11-18Fixed #30988 -- Deprecated the InvalidQuery exception.Simon Charette
2019-11-08Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.Jon Dufresne
2019-11-08Doc'd archiving historical branches as git tags.Carlton Gibson
2019-11-06Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch