summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
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
2019-10-30Fixed #30927 -- Simplified an example of test for the deprecation warning wit...André Ericson
2019-10-23Added tblib to the list of test suite dependencies in documentation.Mariusz Felisiak
2019-10-23Bumped minimum Pillow version to 6.2.0 in test requirements.Mariusz Felisiak
2019-10-21Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson
2019-10-15Moved "Sign the CLA" to the bottom of New Contributor First Steps.Carlton Gibson
2019-10-15Fixed #30808 -- Added the Django Forum to contributing index.Graham Healy
2019-10-09Fixed #27086 -- Doc'd fix for test suite hang on macOS.Kees Hink
2019-10-09Added note to check Python version in unit tests troubleshooting section.Carlton Gibson
2019-10-09Corrected section indentation in unit tests contributor docs.Carlton Gibson
2019-10-02Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-12Expanded notes on alphas in release How-to.Carlton Gibson
2019-09-10Advanced deprecation warnings for Django 3.1.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-09-05Fixed typo in docs/internals/contributing/writing-documentation.txt.Mariusz Felisiak
2019-09-05Refs #30573 -- Noted to avoid "simple" & co. in Writing Style guide.Carlton Gibson
2019-09-04Changed example git clone URLs to use HTTPS.Min ho Kim
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-04Updated release process notes for oss-security list content guidelines.Carlton Gibson
2019-05-31Fixed #28520 -- Added --start-at/--start-after options to runtests.py.Hasan Ramezani
2019-05-24Updated release process in the "How is Django Formed?" documentation.Mariusz Felisiak
2019-05-17Fixed #30220 -- Added support for headless mode in selenium tests.Johannes Hoppe
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2019-05-08Refs #27753 -- Deprecated django.utils.text.unescape_entities().Jon Dufresne
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...Ramiro Morales