| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-18 | Fixed typo in docs/topics/testing/tools.txt. | Jacob Walls | |
| 2020-10-17 | Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices. | Claude Paroz | |
| 2020-10-15 | Fixed #32105 -- Added template paths as ExceptionReporter class attributes. | Aarni Koskela | |
| This allows replacement of the debugging templates without having to copy-paste the `get_traceback_html` and `get_traceback_text` functions into a subclass. Thanks to Nick Pope for review. | |||
| 2020-10-15 | Fixed #29988 -- Updated coding style to allow f-strings. | Carlton Gibson | |
| Thanks to Nick Pope for review. | |||
| 2020-10-15 | Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes. | Mariusz Felisiak | |
| JSONBAgg doesn't support ordering in Django 3.1. Follow up to 1f31027bb3ad460864fbcbbb89eeb328c0a2f184. | |||
| 2020-10-14 | Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ↵ | Mariusz Felisiak | |
| in expressions. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. | |||
| 2020-10-14 | Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms. | Mariusz Felisiak | |
| Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Thanks Simon Charette and Igor Jerosimić for the report. | |||
| 2020-10-14 | Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField. | Mariusz Felisiak | |
| Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd and 1251772cb83aa4106f526fe00738e51c0eb59122. Thanks Simon Charette and Igor Jerosimić for the report. | |||
| 2020-10-14 | Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ↵ | Mariusz Felisiak | |
| JSONField key transforms. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Thanks Igor Jerosimić for the report. | |||
| 2020-10-14 | Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a ↵ | David-Wobrock | |
| specific timezone. | |||
| 2020-10-13 | Fixed #20601 -- Allowed forcing format with thousand separators in ↵ | Jacob Walls | |
| floatformat filter. Thanks Claude Paroz and Nick Pope for reviews. | |||
| 2020-10-13 | Refs #31040 -- Doc'd Python 3.9 compatibility. | Mariusz Felisiak | |
| 2020-10-13 | Fixed typo in docs/topics/i18n/translation.txt. | shivam sharma | |
| 2020-10-09 | Fixed #32091 -- Fixed admin search bar width on filtered admin page. | Tim Schilling | |
| 2020-10-09 | Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and ↵ | Qi Zhao | |
| read-only JSONField values in admin. | |||
| 2020-10-08 | Fixed #31181 -- Added links to related models for admin's readonly fields. | Julien Rebetez | |
| 2020-10-08 | Fixed #29356 -- Clarified docs for QueryDict.getlist() default. | Paul Grau | |
| 2020-10-08 | Fixed #32083 -- Added link back to migrating section in multi-db docs example. | Carlton Gibson | |
| 2020-10-08 | Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField ↵ | Jacob Walls | |
| widgets. Thanks to David Smith for investigation and review. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2020-10-07 | Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. | Carlton Gibson | |
| Partially reverts afd375fc343baa46e61036087bc43b3d096bb0ca. Thanks to Tim Graham for review. | |||
| 2020-10-07 | Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. | Tom Carrick | |
| 2020-10-06 | Fixed #32072 -- Fixed admin search bar height. | Tom Carrick | |
| Thanks şuayip üzülmez for the report. Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822. | |||
| 2020-10-02 | Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes. | Mariusz Felisiak | |
| 2020-10-02 | Fixed #32060 -- Added Random database function. | Nick Pope | |
| 2020-10-01 | Fixed #32041 -- Doc'd how to modify served files' content types on Windows. | Peter Marheine | |
| 2020-10-01 | Fixed #32057 -- Doc'd HttpResponse.get()/items(). | MAHANTH-wq | |
| 2020-10-01 | Added stub release notes for 3.1.3. | Mariusz Felisiak | |
| 2020-10-01 | Added release date for 3.1.2. | Mariusz Felisiak | |
| 2020-09-30 | Fixed #31986 -- Fixed admin filter sidebar scrolling. | Tom Carrick | |
| Regression in 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c. Thanks haki for the report. | |||
| 2020-09-30 | Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads. | aryan | |
| This patch allows upload handlers to handle interrupted uploads. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-09-29 | Updated ASGI uvicorn deployment docs. | Thomas Grainger | |
| 2020-09-28 | Fixed #32042 -- Improved error messages for the number of submitted forms in ↵ | meghanabhange | |
| formsets. | |||
| 2020-09-25 | Fixed #28009 -- Doc'd empty_value for CharField subclasses. | David Smith | |
| 2020-09-25 | Fixed empty values of forms.JSONField and forms.UUIDField in docs. | David Smith | |
| 2020-09-25 | Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation. | Mariusz Felisiak | |
| Thanks Javier Matos Odut for the report. | |||
| 2020-09-25 | Refs #32038 -- Added note to ModelAdmin.list_filter docs that ↵ | Mariusz Felisiak | |
| GenericForeignKeys are not supported. | |||
| 2020-09-25 | Fixed typo and indentation in docs/ref/forms/fields.txt. | Mariusz Felisiak | |
| 2020-09-23 | Fixed example of QuerySet.explain() with flags in docs. | Paweł Zarębski | |
| 2020-09-23 | Fixed #32012 -- Made test database creation sync apps models when migrations ↵ | Mariusz Felisiak | |
| are disabled. Thanks Jaap Roes for the report. | |||
| 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-21 | Fixed #31777 -- Added support for database collations to Char/TextFields. | Tom Carrick | |
| Thanks Simon Charette and Mariusz Felisiak for reviews. | |||
| 2020-09-21 | Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ↵ | Mariusz Felisiak | |
| changes. | |||
| 2020-09-17 | Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches. | David D Lowe | |
| Thanks to Nick Pope for review. | |||
| 2020-09-17 | Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. | Mike Lissner | |
| 2020-09-16 | Fixed #29887 -- Added a cache backend for pymemcache. | Nick Pope | |
| 2020-09-15 | Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation. | Mariusz Felisiak | |
| Thanks Gordon Wrigley for the report. Regression in 8a6df55f2dd5131282084a4edfd48f63fbf8c69a. | |||
| 2020-09-15 | Fixed #31989 -- Fixed return value of ↵ | Hasan Ramezani | |
| django.core.files.locks.lock()/unlock() on POSIX systems. | |||
| 2020-09-14 | Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with ↵ | Mariusz Felisiak | |
| Meta.ordering. Regression in 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6. Thanks Julien Dutriaux for the report. | |||
| 2020-09-14 | Fixed #31789 -- Added a new headers interface to HttpResponse. | Tom Carrick | |
