Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

There's a new version of django-redis available.
You are currently using 4.3.0. I have updated it to 4.6.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

4.6.0


Date: unreleased

  • Fix incorrect behavior of clear() method.

4.5.0


Date: 2016-09-21

  • Now only support Django 1.8 and above. Support for older versions has been dropped.
  • Remove undocumented and deprecated support for old connection string format.
  • Add support for PASSWORD option (usefull when the password contains url unsafe
    characters).
  • Make the package compatible with fake redis.
  • Fix compatibility issues with latest django version (1.10).

4.4.4


Date: 2016-07-25

  • Fix possible race condition on incr implementation using
    lua script (thanks to prokaktus).

4.4.3


Date: 2016-05-17

  • Fix minor ttl inconsistencies.

4.4.2


Date: 2016-04-21

  • Fix timeout bug (thanks to skorokithakis)

4.4.1


Date: 2016-04-13

  • Add additional check for avoid wrong exception on get_redis_connection.

4.4.0


Date: 2016-04-12

  • Make redis client pluggable (thanks to arnuschky)
  • Add version number inside python module (thanks to BertrandBordage)
  • Fix clear method (thanks to ostcar)
  • Add the ability to specify key prefix on delete and delete_pattern.
  • BREAKING CHANGE: improved compression support (make it more plugable).

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov-io
Copy link

Current coverage is 100% (diff: 100%)

Merging #140 into master will not change coverage

@@           master   #140   diff @@
====================================
  Files           1      1          
  Lines           2      2          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits            2      2          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 77eb696...061e640

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Jan 2, 2017

Closing this in favor of #148

@pyup-bot pyup-bot closed this Jan 2, 2017
@jayfk jayfk deleted the pyup-update-django-redis-4.3.0-to-4.6.0 branch January 2, 2017 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants