Skip to content

v4.2.3

Latest
Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 26 Jan 20:44
· 21 commits to master since this release
18d891e

Changes in this version

  • Improved compatibility of homepage feature
  • Improved homepage above the fold load time
  • Removed homepage API
  • Updated app settings
    • When updating, consider adding these three lines to your settings.py in the "DO NOT MODIFY" section:
      • SESSION_PERMANENT = True
      • PERMANENT_SESSION_LIFETIME = 30 * 24 * 60 * 60 # 30d
      • WTF_CSRF_TIME_LIMIT = PERMANENT_SESSION_LIFETIME
    • Also consider removing the try/except for the SECRET_KEY and only keeping the content in the try block
  • Bug fixes
  • Code cleanup