| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-17 | Fixed #32199 -- Doc'd JSONField in ModelForm field mapping. | sage | |
| 2020-11-13 | Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | |
| Follow up to e1b77238171cc96f4451a06fb4682e2378896238. | |||
| 2020-11-12 | Fixed #32187 -- Removed unnecessary select_related in queries doc. | Hasan Ramezani | |
| 2020-11-10 | Fixed #32176 -- Clarified filesystem cache docs. | Carles Pina Estany | |
| 2020-11-06 | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | |
| This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-11-05 | Fixed #22276 -- Fixed crash when formset management form is invalid. | Jon Dufresne | |
| Co-authored-by: Patryk Zawadzki <patrys@room-303.com> | |||
| 2020-11-04 | Fixed #31983 -- Added system check for file system caches location. | christa | |
| Thanks Johannes Maron and Nick Pope for reviews. | |||
| 2020-11-04 | Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers. | Carlton Gibson | |
| 2020-10-29 | Fixed #26962 -- Doc'd running migrations in transactions. | Caio Ariede | |
| 2020-10-27 | Fixed #32128 -- Added asgiref 3.3 compatibility. | Carlton Gibson | |
| Thread sensitive parameter is True by default from asgiref v3.3.0. Added an explicit thread_sensitive=False to previously implicit uses. | |||
| 2020-10-26 | Corrected output of rendered formset example in model formsets docs. | Jon Dufresne | |
| 2020-10-22 | Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. | Carlton Gibson | |
| 2020-10-22 | Refs #9475 -- Linked through_default docs to related managers methods. | Simon Charette | |
| 2020-10-18 | Fixed typo in docs/topics/testing/tools.txt. | Jacob Walls | |
| 2020-10-13 | Fixed typo in docs/topics/i18n/translation.txt. | shivam sharma | |
| 2020-10-08 | Fixed #32083 -- Added link back to migrating section in multi-db docs example. | Carlton Gibson | |
| 2020-10-07 | Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. | Tom Carrick | |
| 2020-09-28 | Fixed #32042 -- Improved error messages for the number of submitted forms in ↵ | meghanabhange | |
| formsets. | |||
| 2020-09-22 | Fixed #32016 -- Clarified manual logging config docs. | Carlton Gibson | |
| 2020-09-22 | Fixed #32004 -- Clarified docs for when request.FILES is set. | János Roden | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2020-09-17 | Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches. | David D Lowe | |
| Thanks to Nick Pope for review. | |||
| 2020-09-16 | Fixed #29887 -- Added a cache backend for pymemcache. | Nick Pope | |
| 2020-09-14 | Fixed #31789 -- Added a new headers interface to HttpResponse. | Tom Carrick | |
| 2020-09-04 | Fixed #31894 -- Added note about using JSONField key lookups with ↵ | jpribyl | |
| QuerySet.exclude() in docs. | |||
| 2020-09-03 | Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ↵ | Mariusz Felisiak | |
| calls. | |||
| 2020-09-03 | Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper ↵ | Jon Dufresne | |
| argument optional. | |||
| 2020-09-02 | Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ↵ | Nick Pope | |
| backends. The servers property can be overridden to allow memcached backends to alter the server configuration prior to it being passed to instantiate the client. This allows avoidance of documentation for per-backend differences, e.g. stripping the 'unix:' prefix for pylibmc. | |||
| 2020-08-31 | Corrected note about long names in search docs. | Abdullah Dursun | |
| 2020-08-20 | Improved wording in async views docs. | Juan Pedro Fisanotti | |
| 2020-08-18 | Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms. | David Smith | |
| 2020-08-13 | Refs #31811 -- Added optional timing outputs to the test runner. | Ahmad A. Hussein | |
| 2020-08-11 | Added note about password updates on argon2 attributes change. | Roy Zheng | |
| 2020-08-04 | Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. | Mariusz Felisiak | |
| It's a transitional setting helpful in migrating multiple instance of the same project to Django 3.1+. Thanks Markus Holtermann for the report and review, Florian Apolloner for the implementation idea and review, and Carlton Gibson for the review. | |||
| 2020-07-31 | Refs #27468 -- Added tests and release notes for signing.dumps()/loads() ↵ | Mariusz Felisiak | |
| changes. Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440. | |||
| 2020-07-31 | Corrected signing.dumps()/loads() signatures in docs. | Mariusz Felisiak | |
| 2020-07-28 | Fixed #31829 -- Used JSONField __contains lookup on key transforms. | sage | |
| 2020-07-28 | Fixed #31836 -- Dropped support for JSONField __contains and __contained_by ↵ | Mariusz Felisiak | |
| lookups on SQLite. The current implementation works only for basic examples without supporting nested structures and doesn't follow "the general principle that the contained object must match the containing object as to structure and data contents, possibly after discarding some non-matching array elements or object key/value pairs from the containing object". | |||
| 2020-07-28 | Refs #30165 -- Removed leftover 'u' prefix. | Claude Paroz | |
| 2020-07-28 | Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle. | Mariusz Felisiak | |
| The current implementation works only for basic examples without supporting nested structures and doesn't follow "the general principle that the contained object must match the containing object as to structure and data contents, possibly after discarding some non-matching array elements or object key/value pairs from the containing object". | |||
| 2020-07-16 | Refs #31502 -- Made minor edits to Model._state docs. | Adam Johnson | |
| 2020-07-13 | Fixed #30457 -- Added TestCase.captureOnCommitCallbacks(). | Adam Johnson | |
| 2020-07-10 | Fixed #31509 -- Made DiscoverRunner enable faulthandler by default. | ovkulkarni | |
| 2020-07-10 | Refs #27430 -- Added buffer argument to DiscoverRunner docs. | Mariusz Felisiak | |
| 2020-07-10 | Refs #30676 -- Added pdb argument to DiscoverRunner docs. | Mariusz Felisiak | |
| 2020-07-08 | Fixed #24816 -- Clarified docs about preventing duplicate signals. | Jason Held | |
| 2020-07-04 | Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works. | Jacob Walls | |
| 2020-07-03 | Adjusted multi-db example to avoid confusion with DATABASES keys. | MansurAliKoroglu | |
| 2020-06-24 | Refs #31493 -- Replaced var with const/let in documentation JS. | Adam Johnson | |
| 2020-06-24 | Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ↵ | Nick Pope | |
| os.PathLike in migrations. | |||
| 2020-06-24 | Fixed #9061 -- Allowed FormSets to disable deleting extra forms. | David Smith | |
| Thanks to Dan Ward for the initial patch. | |||
