summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Collapse)Author
2020-03-12Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a ↵David Smith
error message key.
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
Thanks Mariusz Felisiak and Florian Apolloner for the reviews.
2020-02-18Refs #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-12Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.Claude Paroz
2020-02-12Fixed #31241 -- Clarified porting translations of the Django docs to ↵Takuya Noguchi
docs.djangoproject.com.
2020-02-04Fixed #27604 -- Used the cookie signer to sign message cookies.Claude Paroz
Co-authored-by: Craig Anderson <craiga@craiga.id.au>
2020-02-03Fixed #31226 -- Fixed typo in ↵Vibhu Agarwal
docs/internals/contributing/writing-code/submitting-patches.txt.
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
Unify on the entry point created by setuptools entry_points feature.
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
It was barely documented without pointers at its defining location and was abused to prevent misuse of the QuerySet field deferring feature.
2019-11-08Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.Jon Dufresne
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
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
Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2.
2019-10-30Fixed #30927 -- Simplified an example of test for the deprecation warning ↵André Ericson
with assertWarnsMessage().
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
Pillow < 6.2.0 is vulnerable to CVE-2019-16865.
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
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
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
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
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
and deprecated PASSWORD_RESET_TIMEOUT_DAYS.
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 ↵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-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
Co-authored-by: Tobias Kunze <r@rixx.de>
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
This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django.
2019-06-04Updated release process notes for oss-security list content guidelines.Carlton Gibson
c.f. https://oss-security.openwall.org/wiki/mailing-lists/oss-security#list-content-guidelines
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
* Fixed Trac's post release step. * Doc'd the use of robots_txt for updating robots.docs.txt.
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
The function was undocumented and only required for compatibility with Python 2. Code should use Python's html.unescape() that was added in Python 3.4.
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵Ramiro Morales
on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.