summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-03-18[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...Hasan Ramezani
2021-03-17[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson
2021-03-17[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.Jozef
2021-03-16[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak
2021-03-16[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...Hasan Ramezani
2021-03-15[3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani
2021-03-15[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak
2021-03-09[3.2.x] Updated link to Selenium webdrivers.Mariusz Felisiak
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
2021-03-05[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls
2021-03-04[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...Mariusz Felisiak
2021-03-04[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2021-03-04[3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani
2021-03-03[3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.GabbyPrecious
2021-03-03[3.2.x] Updated links to djangoproject.com/code.djangoproject.com repositories.Mariusz Felisiak
2021-03-02[3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2021-02-26[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach
2021-02-26[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
2021-02-25[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova
2021-02-25[3.2.x] Added stub release notes for 3.1.8.Mariusz Felisiak
2021-02-25[3.2.x] Updated links to DEPs.Markus Holtermann
2021-02-24[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak
2021-02-23[3.2.x] Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani
2021-02-22[3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model i...Johannes Wilm
2021-02-19[3.2.x] Added CVE-2021-23336 to security archive.Carlton Gibson
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