You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added official Python 3.14 support (thanks to @sinisaos for this).
Improved the contribution docs (thanks to @sinisaos for this).
Added Hungarian and Slovak translations (thanks to @kispuding for this).
Improved pagination - it didn't perform well on tables with millions of rows (thanks to @sinisaos for this and @Skelmis and @abhishek-compro for raising this issue).
Piccolo Admin forms can now be used to download files, e.g. CSV and PDF files, which are really useful for reporting purposes. Many thanks to @sinisaos for the help on this.