summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29988 -- Updated coding style to allow f-strings.c/29988-allow-f-stringsCarlton Gibson2020-10-141-0/+35
* Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls2020-10-135-3/+74
* Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak2020-10-1311-13/+33
* Fixed typo in docs/topics/i18n/translation.txt.shivam sharma2020-10-131-2/+2
* Fixed #22490 -- Added tests for Feed.get_object().Octavio2020-10-135-1/+52
* Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().Marco Richetta2020-10-131-1/+1
* Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.Hasan Ramezani2020-10-122-21/+51
* Fixed #32098 -- Made FieldFile use FileField.attname.Sultan2020-10-121-2/+2
* Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda2020-10-122-1/+14
* Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi2020-10-093-0/+19
* Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling2020-10-093-1/+16
* Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao2020-10-096-2/+16
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-085-11/+87
* Fixed #29356 -- Clarified docs for QueryDict.getlist() default.Paul Grau2020-10-081-2/+2
* Fixed #32083 -- Added link back to migrating section in multi-db docs example.Carlton Gibson2020-10-081-1/+4
* Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...Jacob Walls2020-10-081-0/+14
* Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.Carlton Gibson2020-10-072-5/+5
* Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick2020-10-079-32/+115
* Refs #32002 -- Added tests for HttpResponse's content_type parameter.Tom Carrick2020-10-071-0/+4
* Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...Max Smolens2020-10-072-2/+3
* Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...Bob Renwick2020-10-062-9/+13
* Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.Mariusz Felisiak2020-10-063-9/+30
* Removed unneeded calls to iri_to_uri() in cache key generation.Florian Apolloner2020-10-061-3/+2
* Removed unneeded iri_to_uri() call in reverse().Florian Apolloner2020-10-061-2/+1
* Fixed #32072 -- Fixed admin search bar height.Tom Carrick2020-10-062-3/+4
* Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.Mariusz Felisiak2020-10-061-1/+4
* Refs #32047 -- Added test for using call_command() with constant required opt...Hasan Ramezani2020-10-062-0/+46
* Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.Simon Charette2020-10-052-2/+2
* Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette2020-10-053-5/+10
* Fixed #32068 -- Added error messages on get() with filters following union(),...Hasan Ramezani2020-10-052-0/+18
* Refs #32068 -- Added tests for get() following union(), intersection(), and d...Hasan Ramezani2020-10-051-0/+16
* Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...David-Wobrock2020-10-052-0/+69
* Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.Mariusz Felisiak2020-10-021-5/+13
* Fixed #32060 -- Added Random database function.Nick Pope2020-10-0212-27/+51
* Fixed #32041 -- Doc'd how to modify served files' content types on Windows.Peter Marheine2020-10-011-3/+4
* Fixed typo in tests/view_tests/tests/test_debug.py docstring.Thibaud Colas2020-10-011-3/+2
* Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.Thibaud Colas2020-10-011-38/+25
* Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.Thibaud Colas2020-10-011-109/+6
* Fixed #32057 -- Doc'd HttpResponse.get()/items().MAHANTH-wq2020-10-011-0/+9
* Added stub release notes for 3.1.3.Mariusz Felisiak2020-10-012-0/+13
* Added release date for 3.1.2.Mariusz Felisiak2020-10-011-1/+1
* Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick2020-09-308-84/+75
* Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani2020-09-303-4/+43
* Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan2020-09-307-4/+71
* Refs #30422 -- Added test for removing temporary files in MultiPartParser whe...aryan2020-09-304-2/+30
* Updated translations from Transifex.Claude Paroz2020-09-30149-1162/+932
* Updated ASGI uvicorn deployment docs.Thomas Grainger2020-09-291-2/+2
* Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...David Wobrock2020-09-292-2/+20
* Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...Jacob Walls2020-09-292-0/+16
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-286-20/+63