summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-04-29Fixed #35412 -- Dropped support for SQLite < 3.31.Mariusz Felisiak
2024-04-26Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating ...Adam Zapletal
2024-04-26Made confirmation prompt in squashmigrations consistent with other prompts.Cole D
2024-04-22Fixed incorrect blockquotes in docs/topics/forms/index.txt.minusf
2024-04-22Fixed #35392, Refs #34331 -- Allowed importing aprefetch_related_objects from...James Ostrander
2024-04-19Reverted release notes for bdd76c4c3817d8e3ed5b0450d5e18e4eae096f16.Sarah Boyce
2024-04-19Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally ...Adam Johnson
2024-04-16Doc'd that RemoveField also drops related database objects in PostgreSQL.David Sanders
2024-04-16Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.Simon Charette
2024-04-15Extended docs for Q() objects mentioning the ~ (NOT) operator.Mohammad Kazemi
2024-04-12Refs #35361 -- Clarified release notes for 4.2.12 and 5.0.5.Natalia
2024-04-11Corrected description of list_display being a list in tutorial 7.Aleksander Milinkevich
2024-04-10Fixed settings path in docs for installing SpatiaLite with Homebrew.Adam Johnson
2024-04-10Updated docs for updating translations in docs/internals/howto-release-django...nessita
2024-04-10Fixed #35361 -- Added release notes for 4.2.12 and 5.0.5 for backport of b231...Natalia
2024-04-10Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.Sarah Boyce
2024-04-05Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.Carlton Gibson
2024-04-04Refs #31710 -- Improved multiple file upload docs.Adam Johnson
2024-04-04Fixed #35347 -- Clarified choice_set attribute in tutorial 2.Lang Tran
2024-04-03Added stub release notes for 5.0.5.Natalia
2024-04-03Added release date for 5.0.4.Natalia
2024-04-02Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.Simon Charette
2024-04-01Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...Johannes Westphal
2024-03-29Restored django.db.models.F import in final code snippet added at the beginni...Taishi Endo
2024-03-28Fixed typo in docs/topics/signals.txt.Matthias Kestenholz
2024-03-27Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...Fabian Braun
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-03-26Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...Mariusz Felisiak
2024-03-21Added RowNumber() link in Rank() docs.Adam Zapletal
2024-03-18Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...Mariusz Felisiak
2024-03-18Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.Claude Paroz
2024-03-15Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.Mariusz Felisiak
2024-03-14Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-11Fixed #14831 -- Extended template style guide in docs.Ryan Cheley
2024-03-11Fixed #25595 -- Doc'd that URLValidator rejects file:// URIs without a host.Adam Zapletal
2024-03-10Fixed #35280 -- Improved iriencode filter example in docs.canhuynh1998
2024-03-08Corrected code-block directives in topics/forms/formsets.txt.Mitchina
2024-03-08Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when va...Ben Cail
2024-03-07Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...Dingning
2024-03-07Fixed typos in docstrings and docs.cuinix
2024-03-06Fixed broken links and redirects in docs.Mariusz Felisiak
2024-03-06Updated broken links in docs/ref/contrib/gis/tutorial.txt.Mohammad Alsakhawy
2024-03-05Fixed #35252 -- Optimized _route_to_regex().Adam Johnson
2024-03-05Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs.Josh Smeaton
2024-03-04Fixed #35261 -- Corrected Media JS example of object-based paths in docs.Leandro de Souza
2024-03-04Added stub release notes for 5.0.4.Mariusz Felisiak
2024-03-04Added CVE-2024-27351 to security archive.Mariusz Felisiak
2024-03-04Refs CVE-2024-27351 -- Forwardported release notes and tests.Shai Berger
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce