Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply capitalization to the PostgreSQL database name
Co-authored-by: Johannes Maron <johannes@maron.family>
Co-authored-by: Matthias Kestenholz <matthiask@fastmail.com>
  • Loading branch information
3 people authored Jun 16, 2026
commit 5651ae29840de4e47da48078bcb47982a5d90262
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pending
``debug_toolbar_urls``.
* Fixed cookie ``expires`` calculation in ``djdt.cookie.set``.
* Account for the new ``CULL_PROBABILITY`` in Django 6.2 in tests.
* Support Django 6.2's handling of booleans for non-postgresql databases.
* Support Django 6.2's handling of booleans for non-PostgreSQL databases.

6.3.0 (2026-04-01)
------------------
Expand Down
1 change: 0 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ multi
neo
nothreading
paddings
postgresql
pre
profiler
psycopg
Expand Down
Loading