Skip to content

Releases: WesternFriend/westernfriend.org

2026-03-31

31 Mar 20:00
a270423

Choose a tag to compare

What's Changed

  • Fix critical N+1 query issues and template errors across multiple pages by @brylie in #1205

Full Changelog: 2026-03-29...2026-03-31

2026-03-29

29 Mar 14:42
36542c1

Choose a tag to compare

What's Changed

  • Fix search query handling to prevent syntax errors by @brylie in #1201
  • Fix N+1 query in archive issue template by @brylie in #1203

Full Changelog: 2026-03-10...2026-03-29

2026-03-10

10 Mar 17:03
918c4a2

Choose a tag to compare

What's Changed

  • Implement search query sanitization and limits by @brylie in #1198
  • Refactor search view for improved pagination handling by @brylie in #1199

Full Changelog: 2026-03-02...2026-03-10

2026-03-02

02 Mar 08:01
f425181

Choose a tag to compare

What's Changed

  • Add Vue.js integration and refactor navbar for improved mobile menu functionality by @brylie in #1191
  • Optimize queryset to prefetch parent MagazineIssue pages and prevent N+1 queries by @brylie in #1192
  • Optimize MagazineArticle queryset to prevent N+1 queries by @brylie in #1193
  • Optimize MagazineArticle parent issue fetching to prevent N+1 queries by @brylie in #1194
  • Cache LocaleManager.get_for_language to optimize template rendering by @brylie in #1195
  • Implement search query length constraints and truncation feedback by @brylie in #1196

Full Changelog: 2026-02-04...2026-03-02

2026-02-04

04 Feb 11:08
03cacd2

Choose a tag to compare

What's Changed

Read more