summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2020-06-15[3.1.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-06-15[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
Backport of 3d664a158de18acf72fc8e0671f0f390cbca4b2e from master
2020-06-04[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string ↵Claude Paroz
representation in templates. Backport of 9e57b1efb5205bd94462e9de35254ec5ea6eb04e from master
2020-06-02[3.1.x] Updated link to Celery.David Smith
Backport of 06c8565a4650b359bdfa59f9707eaa0d1dfd7223 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] Made small improvement to docs/topics/db/multi-db.txt.Nikita Sobolev
Backport of 682b295c6c3f5a2182bdc8192f0b8b65610fe4b1 from master
2020-05-29[3.1.x] Changed some doc links to use intersphinx.Jon Dufresne
Backport of 494ba27b5fe14e42e815edde6bd4a1216b29c935 from master
2020-05-27[3.1.x] Fixed some formatting issues in docs.Mariusz Felisiak
Backport of 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d from master
2020-05-19[3.1.x] Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.Carlton Gibson
Backport of 5af17babb0f895cf129fdeee92548d2ac12e78e2 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-08Fixed #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-04Doc'd country part of locale name with more than 2 characters.QQ喵
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-05-01Doc'd Meta inheritance from abstract parents.Greg Kaleka
2020-04-30Doc'd send_email() behavior when from_email is None.Adrian D'Alessandro
2020-04-30Fixed #25712 -- Reorganized templates docs.David Smith
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-28Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani
2020-04-28Changed django.forms.ValidationError imports to ↵François Freitag
django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-04-28Fixed broken links in docs.Mariusz Felisiak
2020-04-28Fixed typo in docs/topics/i18n/translation.txt.Mariusz Felisiak
Thanks durey for the report.
2020-04-27Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.Mariusz Felisiak
2020-04-24Doc'd PasswordChangeView/PasswordResetView.success_url defaults.Tanmay Vijay
2020-04-22Added link to Mozilla's infosec page on web security. Mads Jensen
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-20Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.Jon Dufresne
The u-prefixed variants were removed from the documentation in 6eb4996672ca5ccaba20e468d91a83d1cd019801.
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2020-04-15Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz
2020-04-14Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.Andrew Godwin
It does not support thread_sensitive when used as a decorator, yet.
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2020-04-07Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
2020-04-07Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-04-04Fixed #31423 -- Clarified nested atomic() example.Simon Charette
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-31Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes ↵Hasan Ramezani
or strings.
2020-03-26Clarified async documentation.Adam Johnson
2020-03-25Added additional note that tests use locmem email backend.Adam Johnson
2020-03-25Improved docs on migration reversibility. (#12619)Adam Johnson
- Clarify reversibility for RunSQL and RunPython operations. - Add example for migrate with irreversible migration. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-03-25Improved sessions notes in deployment checklist.Adam Johnson
- Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic.
2020-03-25Fixed #31396 -- Added binary XOR operator to F expressions.Hannes Ljungberg
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client.
2020-03-17Fixed typo in docs/topics/async.txt.Carlton Gibson
2020-03-17Made logging config examples more accessible.Ben Li-Sauerwine
- Show an initial example configuring the root logger to output to the console. - Then add more logging from the `django` named logger. - Then show the file and more complex examples. Adjusted surrounding text for reading flow. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-03-17Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch
2020-03-13Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
2020-03-10Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
Thanks to Michal Čihař for review.
2020-03-10Fixed #27865 -- Adjusted docs example to avoid confusion with ↵Adam Radwon
models.BaseManager.