summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2020-10-08Fixed #29356 -- Clarified docs for QueryDict.getlist() default.Paul Grau
2020-10-08Fixed #32083 -- Added link back to migrating section in multi-db docs example.Carlton Gibson
2020-10-08Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...Jacob Walls
2020-10-07Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.Carlton Gibson
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2020-10-06Fixed #32072 -- Fixed admin search bar height.Tom Carrick
2020-10-02Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.Mariusz Felisiak
2020-10-02Fixed #32060 -- Added Random database function.Nick Pope
2020-10-01Fixed #32041 -- Doc'd how to modify served files' content types on Windows.Peter Marheine
2020-10-01Fixed #32057 -- Doc'd HttpResponse.get()/items().MAHANTH-wq
2020-10-01Added stub release notes for 3.1.3.Mariusz Felisiak
2020-10-01Added release date for 3.1.2.Mariusz Felisiak
2020-09-30Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-30Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan
2020-09-29Updated ASGI uvicorn deployment docs.Thomas Grainger
2020-09-28Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange
2020-09-25Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith
2020-09-25Fixed empty values of forms.JSONField and forms.UUIDField in docs.David Smith
2020-09-25Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak
2020-09-25Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignK...Mariusz Felisiak
2020-09-25Fixed typo and indentation in docs/ref/forms/fields.txt.Mariusz Felisiak
2020-09-23Fixed example of QuerySet.explain() with flags in docs.Paweł Zarębski
2020-09-23Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak
2020-09-22Fixed #32016 -- Clarified manual logging config docs.Carlton Gibson
2020-09-22Fixed #32004 -- Clarified docs for when request.FILES is set.János Roden
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-09-21Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...Mariusz Felisiak
2020-09-17Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.David D Lowe
2020-09-17Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.Mike Lissner
2020-09-16Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope
2020-09-15Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.Mariusz Felisiak
2020-09-15Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani
2020-09-14Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...Mariusz Felisiak
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-13Corrected exception types in QuerySet docs.Mariusz Felisiak
2020-09-11Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...Hasan Ramezani
2020-09-10Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster.Mariusz Felisiak
2020-09-10Fixed #31967 -- Doc'd consequences of resolving an output_field for Value().Hasan Ramezani
2020-09-09Fixed #31750 -- Made models.Field equality compare models for inherited fields.Ryan Hiebert
2020-09-09Mentioned ASGI handler in SuspiciousOperation docs.Mariusz Felisiak
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-09-07Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.François Freitag
2020-09-07Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne
2020-09-05Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani
2020-09-04Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...jpribyl
2020-09-03Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.Nick Pope
2020-09-03Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ca...Mariusz Felisiak
2020-09-03Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...Jon Dufresne
2020-09-02Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.Brian Helba
2020-09-02Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope