summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-02-19[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope
2021-02-17[3.2.x] Added documentation extlink for bugs.python.org.Nick Pope
2021-02-12[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
2021-02-11[3.2.x] Documented an example custom context processor.Adam Johnson
2021-02-11[3.2.x] Improved pagination documentationAdam Johnson
2021-02-10[3.2.x] Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani
2021-02-08[3.2.x] Fixed #32430 -- Doc'd base class-based views.Anil Khatri
2021-02-08[3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
2021-02-05[3.2.x] Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh
2021-02-04[3.2.x] Corrected typo in advice to new contributors.Carlton Gibson
2021-02-04[3.2.x] Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious
2021-02-04[3.2.x] Refs #32412 -- Adjusted beginning of Advice for new contributors.GabbyPrecious
2021-02-04[3.2.x] Fixed typos in 3.2 release notes.Dan Swain
2021-02-02[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak
2021-02-01[3.2.x] Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon
2021-02-01[3.2.x] Added stub release notes for 3.1.7.Mariusz Felisiak
2021-02-01[3.2.x] Added CVE-2021-3281 to security archive.Mariusz Felisiak
2021-02-01[3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2021-01-28[3.2.x] Modernized custom manager exampleAdam Johnson
2021-01-28[3.2.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-28[3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...Timothy McCurrach
2021-01-27[3.2.x] Changed "Don't overuse count() or exists()" example to Python.Adam Johnson
2021-01-27[3.2.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting ...Carlton Gibson
2021-01-25[3.2.x] Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg
2021-01-22[3.2.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack
2021-01-22[3.2.x] Fixed #32372 -- Made examples in related objects reference docs consi...Jack Aitken
2021-01-20[3.2.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz
2021-01-19[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-19[3.2.x] Corrected versionadded annotations.Mariusz Felisiak
2021-01-14Removed empty sections and adjusted 3.2 release notes.Carlton Gibson
2021-01-14Updated django-admin man page for Django 3.2.Carlton Gibson
2021-01-14Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney
2021-01-14Fixed cross-link in CBV topic documentation.Carles Pina Estany
2021-01-14Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-12Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2021-01-11Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio
2021-01-09Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.hashlash
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2021-01-07Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
2021-01-06Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah