Changes.Watch

Django changelog digest

Feb 23 - Mar 1, 2026. Useful releases, risky migrations, and noisy updates from the Django channel.

No matching updates in this bucket.

Django updates in 2026-w09

7.4.8

  • Fixed a security vulnerability where crafted CRLF sequences in Redis error replies could be used to manipulate data read by a connection.
  • Improved handling of Redis error messages to sanitize injected newline characters.

8.0.6

  • Fix a vulnerability where CR\r\n sequences could be injected into Redis error replies, allowing data manipulation by a malicious user.
  • Apply a security patch to sanitize error responses, preventing manipulation of connection data.

8.2.5

  • Fix prevents data manipulation by injecting CRLF sequences into Redis error replies
  • Ensures connections cannot be tricked into reading tampered data

8.4.2

  • Fix for CRLF injection in Redis error replies
  • Prevents malicious manipulation of data read by connections

8.6.1

  • Fixed a security issue where injected CRLF sequences could manipulate data read from Redis error replies.
  • Added the missing HOTKEYS HELP subcommand and ensured INFO correctly displays module information.
  • Resolved an RDB loading bug that prevented hash table expansion, reducing load times.