summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2021-04-14Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckCo...Hasan Ramezani
2021-04-13Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-04-12Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined query...Iuri de Silvio
2021-04-08Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.Adam Johnson
2021-04-08Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz
2021-04-07Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz
2021-04-07Fixed #32501 -- Added support for returning fields from INSERT statements on ...girishsontakke
2021-04-07Corrected release number format in 3.2.1 release notes.Carlton Gibson
2021-04-07Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-04-07Corrected wrapping in 3.2 release notes.Carlton Gibson
2021-04-06Added stub release notes for Django 3.2.1.Carlton Gibson
2021-04-06Added release date for Django 3.2.Carlton Gibson
2021-04-06Updated asgiref dependency for 3.2 release series.Carlton Gibson
2021-04-06Added CVE-2021-28658 to security archive.Mariusz Felisiak
2021-04-06Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.Mariusz Felisiak
2021-04-02Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson
2021-03-31Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov
2021-03-31Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-03-30Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...Chris Jerdonek
2021-03-29Fixed #31487 -- Added precision argument to Round().Nick Pope
2021-03-23Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.Florian Demmer
2021-03-19Fixed #32556 -- Fixed handling empty string as non-boolean attributes value b...Baptiste Mispelon
2021-03-19Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal
2021-03-18Fixed #16010 -- Added Origin header checking to CSRF middleware.Tim Graham
2021-03-18Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham
2021-03-18Fixed #31370 -- Added support for parallel tests with --buffer.Adam Johnson
2021-03-17Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson
2021-03-11Fixed #32529 -- Delayed creating a test suite in build_suite().Chris Jerdonek
2021-03-10Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak
2021-03-06Fixed #24141 -- Added QuerySet.contains().Johan Schiff
2021-03-03Fixed #32493 -- Removed redundant never_cache uses from admin views.tim-mccurrach
2021-03-01Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani
2021-02-26Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
2021-02-25Added stub release notes for 3.1.8.Mariusz Felisiak
2021-02-25Updated links to DEPs.Markus Holtermann
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-19Added CVE-2021-23336 to security archive.Carlton Gibson
2021-02-19Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope
2021-02-17Added documentation extlink for bugs.python.org.Nick Pope
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-02-13Refs #32394 -- Rephrased release note for STATIC_URL change.Tim Graham
2021-02-11Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva
2021-02-10Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-08Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos
2021-02-06Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann
2021-02-04Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette
2021-02-04Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie