Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove compatiblity shims and allow default pickle override through a setting. #52

Merged
merged 4 commits into from
Jun 5, 2020

Commits on Jun 5, 2020

  1. Use force_str instead of force_text.

    The latter is pending deprecation since it's an alias of the former on
    Python 3.
    charettes committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    337470f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceee08c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fade70d View commit details
    Browse the repository at this point in the history
  4. Allow default pickle protocol to be specified using a setting instead.

    Bumping this value without allowing an override breaks backward compatibility
    for lookups such as __exact because the string representation of the pickles
    change.
    charettes committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0d84840 View commit details
    Browse the repository at this point in the history