Skip to content

5.10.3

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:45
· 10792 commits to main since this release

Release Date: Sun, February 8, 2015 at 4:40 PM UTC
Release Author: Henrik Levkowetz


This is a minor bugfix release in preparation for the upcoming upgrade from
Django 1.6.0 to 1.7.4

  • Merged in [9007] from rjsparks@nostrum.com:
    Add the csrf_token to the form for editing document titles. Fixes #1597.

  • Merged in [9005] from rcross@amsl.com:

    • Fixed the group link on the standalone Interim Meeting Proceedings
      directory page.

    Also removed some dead code.

  • Removed the unnecessary get_and_create() of
    community.model.DisplayConfiguration on community page GET.

  • Made the cookie handling for the new_enough and expires_soon cookies
    insensitive to nonnumeric values.