summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-29Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.Shafiya Adzhani
2024-02-29Fixed typo in docs/ref/contrib/admin/index.txt.kbehlers
2024-02-28Removed #django-geo IRC channel in docs.Mariusz Felisiak
2024-02-28Refs #34964 -- Doc'd that Q expression order is preserved.David Sanders
2024-02-26Added release date for 5.0.3, 4.2.11, and 3.2.25.Mariusz Felisiak
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2024-02-21Removed distracting note from tutorial 4.Carlton Gibson
2024-02-20Fixed #35238 -- Fixed database serialization crash when base managers use pre...AlexCLeduc
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-20Fixed #35153 -- Added note about locale name notation to FORMAT_MODULE_PATH d...sandjio
2024-02-17Fixed #28011 -- Corrected Field.hidden docs.Adam Johnson
2024-02-17Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorato...Mariusz Felisiak
2024-02-16Fixed #24018 -- Allowed setting pragma options on SQLite.Aaron Linville
2024-02-14Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys...Hisham Mahmood
2024-02-12Refs #35058 -- Added support for measured geometries to GDAL GeometryCollecti...David Smith
2024-02-08Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers ...VaĊĦek Dohnal
2024-02-08Fixed #35172 -- Fixed intcomma for string floats.Mariusz Felisiak
2024-02-08Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Koo
2024-02-07Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.David Smith
2024-02-06Added CVE-2024-24680 to security archive.Natalia
2024-02-06Added stub release notes for 5.0.3.Natalia
2024-02-06Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter.Adam Johnson
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2024-02-05Replaced "Django test runner" with DiscoverRunner in release notes.Tim Graham