summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling2020-10-091-0/+3
* Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao2020-10-091-0/+5
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-081-0/+3
* 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-075-21/+60
* Fixed #32072 -- Fixed admin search bar height.Tom Carrick2020-10-061-1/+2
* 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-022-0/+14
* Fixed #32041 -- Doc'd how to modify served files' content types on Windows.Peter Marheine2020-10-011-3/+4
* 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-301-0/+3
* Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan2020-09-302-2/+10
* Updated ASGI uvicorn deployment docs.Thomas Grainger2020-09-291-2/+2
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-3/+3
* Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith2020-09-252-20/+21
* Fixed empty values of forms.JSONField and forms.UUIDField in docs.David Smith2020-09-251-2/+2
* Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak2020-09-251-0/+3
* Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignK...Mariusz Felisiak2020-09-251-0/+5
* Fixed typo and indentation in docs/ref/forms/fields.txt.Mariusz Felisiak2020-09-251-5/+6
* Fixed example of QuerySet.explain() with flags in docs.Paweł Zarębski2020-09-231-1/+1
* Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak2020-09-232-0/+6
* Fixed #32016 -- Clarified manual logging config docs.Carlton Gibson2020-09-221-6/+14
* Fixed #32004 -- Clarified docs for when request.FILES is set.János Roden2020-09-221-3/+3
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-213-8/+53
* Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...Mariusz Felisiak2020-09-212-1/+11
* Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.David D Lowe2020-09-171-2/+9
* Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.Mike Lissner2020-09-171-0/+24
* Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope2020-09-163-4/+43
* Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.Mariusz Felisiak2020-09-151-0/+3
* Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani2020-09-151-0/+4
* Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...Mariusz Felisiak2020-09-141-0/+5
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-146-16/+42
* Corrected exception types in QuerySet docs.Mariusz Felisiak2020-09-131-3/+2
* Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...Hasan Ramezani2020-09-111-0/+14
* Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster.Mariusz Felisiak2020-09-101-1/+4
* Fixed #31967 -- Doc'd consequences of resolving an output_field for Value().Hasan Ramezani2020-09-101-1/+4
* Fixed #31750 -- Made models.Field equality compare models for inherited fields.Ryan Hiebert2020-09-091-0/+4
* Mentioned ASGI handler in SuspiciousOperation docs.Mariusz Felisiak2020-09-091-2/+2
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-092-0/+35
* Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.François Freitag2020-09-071-0/+5
* Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne2020-09-071-0/+7
* Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani2020-09-051-2/+2
* Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...jpribyl2020-09-041-0/+8
* Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.Nick Pope2020-09-031-0/+3
* Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ca...Mariusz Felisiak2020-09-031-3/+4