| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-22 | Refs #5691 -- Made cache keys independent of USE_L10N. | Claude Paroz | |
| This mostly reverts af1893c4ff8fdbf227a43a559d90bb1c1238b01a. | |||
| 2020-06-17 | Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. | David Smith | |
| 2020-06-17 | Refs #30190 -- Minor edits to JSONL serializer. | Mariusz Felisiak | |
| Follow up to e29637681be07606674cdccb47d1e53acb930f5b. | |||
| 2020-06-16 | Fixed #30190 -- Added JSONL serializer. | Ali Vakilzade | |
| 2020-06-15 | Fixed #31696 -- Updated OWASP links in docs. | Hasan Ramezani | |
| 2020-06-15 | Fixed #31690 -- Added note about fuzzy entries in translation docs. | sebashwa | |
| 2020-06-05 | Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ↵ | David Smith | |
| in formsets. Co-authored-by: ethurgood <ethurgood@gmail.com> | |||
| 2020-06-04 | Fixed #30134 -- Ensured unlocalized numbers are string representation in ↵ | Claude Paroz | |
| templates. | |||
| 2020-06-03 | Preferred usage of among/while to amongst/whilst. | David Smith | |
| 2020-06-02 | Updated link to Celery. | David Smith | |
| 2020-06-02 | Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| 2020-06-01 | Made small improvement to docs/topics/db/multi-db.txt. | Nikita Sobolev | |
| 2020-05-29 | Changed some doc links to use intersphinx. | Jon Dufresne | |
| 2020-05-27 | Fixed some formatting issues in docs. | Mariusz Felisiak | |
| 2020-05-19 | Fixed #31591 -- Clarified "reverse" lookup name in making queries docs. | Carlton Gibson | |
| 2020-05-15 | Fixed #31395 -- Made setUpTestData enforce in-memory data isolation. | Simon Charette | |
| Since it's introduction in Django 1.8 setUpTestData has been suffering from a documented but confusing caveat due to its sharing of attributes assigned during its execution with all test instances. By keeping track of class attributes assigned during the setUpTestData phase its possible to ensure only deep copies are provided to test instances on attribute retreival and prevent manual setUp gymnastic to work around the previous lack of in-memory data isolation. Thanks Adam Johnson for the extensive review. | |||
| 2020-05-13 | Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | |
| 2020-05-13 | Used :mimetype: role in various docs. | Nick Pope | |
| 2020-05-13 | Used :pep: role in various docs. | Nick Pope | |
| 2020-05-13 | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | |
| 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-04 | Doc'd country part of locale name with more than 2 characters. | QQ喵 | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-05-01 | Doc'd Meta inheritance from abstract parents. | Greg Kaleka | |
| 2020-04-30 | Doc'd send_email() behavior when from_email is None. | Adrian D'Alessandro | |
| 2020-04-30 | Fixed #25712 -- Reorganized templates docs. | David Smith | |
| 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-28 | Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. | Hasan Ramezani | |
| 2020-04-28 | Changed django.forms.ValidationError imports to ↵ | François Freitag | |
| django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-04-28 | Fixed broken links in docs. | Mariusz Felisiak | |
| 2020-04-28 | Fixed typo in docs/topics/i18n/translation.txt. | Mariusz Felisiak | |
| Thanks durey for the report. | |||
| 2020-04-27 | Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView. | Mariusz Felisiak | |
| 2020-04-24 | Doc'd PasswordChangeView/PasswordResetView.success_url defaults. | Tanmay Vijay | |
| 2020-04-22 | Added link to Mozilla's infosec page on web security. | Mads Jensen | |
| 2020-04-20 | Capitalized Unicode in docs, strings, and comments. | Jon Dufresne | |
| 2020-04-20 | Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co. | Jon Dufresne | |
| The u-prefixed variants were removed from the documentation in 6eb4996672ca5ccaba20e468d91a83d1cd019801. | |||
| 2020-04-15 | Used :rfc: role in various docs. | Mariusz Felisiak | |
| 2020-04-15 | Refs #27468 -- Changed default Signer algorithm to SHA-256. | Claude Paroz | |
| 2020-04-14 | Refs #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-08 | Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. | miigotu | |
| 2020-04-07 | Fixed highlightlang deprecation warning on Sphinx 1.8+. | Mariusz Felisiak | |
| 2020-04-07 | Fixed Sphinx warnings on duplicate object descriptions. | Mariusz Felisiak | |
| 2020-04-04 | Fixed #31423 -- Clarified nested atomic() example. | Simon Charette | |
| 2020-04-01 | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| 2020-03-31 | Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes ↵ | Hasan Ramezani | |
| or strings. | |||
| 2020-03-26 | Clarified async documentation. | Adam Johnson | |
| 2020-03-25 | Added additional note that tests use locmem email backend. | Adam Johnson | |
| 2020-03-25 | Improved 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-25 | Improved 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. | |||
