summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2020-11-11Fixed #31122 -- Clarified that Lookup acts as a query expression.Caio Ariede
2020-11-11Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb
2020-11-11Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko
2020-11-11Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany
2020-11-10Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany
2020-11-10Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...Hannes Ljungberg
2020-11-06Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.Craig Smith
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-11-05Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes
2020-11-05Fixed #22276 -- Fixed crash when formset management form is invalid.Jon Dufresne
2020-11-04Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov
2020-11-04Fixed #31983 -- Added system check for file system caches location.christa
2020-11-04Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
2020-11-03Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.Patrick Arminio
2020-11-02Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev
2020-11-02Added stub release notes for 3.1.4.Carlton Gibson
2020-11-02Set release date for 3.1.3, 3.0.11, and 2.2.17.Carlton Gibson
2020-10-29Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette
2020-10-29Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-29Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede
2020-10-27Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2020-10-26Corrected output of rendered formset example in model formsets docs.Jon Dufresne
2020-10-22Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson
2020-10-22Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-22Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette
2020-10-21Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick
2020-10-21Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls
2020-10-21Fixed typo in docs/releases/3.2.txt.Jacob Walls
2020-10-20Fixed outdated notes in SchemaEditor docs.Mariusz Felisiak
2020-10-19Fixed typo in docs/ref/checks.txt.Mariusz Felisiak
2020-10-19Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...Hasan Ramezani
2020-10-18Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
2020-10-17Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-10-15Fixed #29988 -- Updated coding style to allow f-strings.Carlton Gibson
2020-10-15Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes.Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak
2020-10-14Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock
2020-10-13Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls
2020-10-13Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-10-13Fixed typo in docs/topics/i18n/translation.txt.shivam sharma
2020-10-09Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling
2020-10-09Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao
2020-10-08Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez