Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Prep for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Katam committed Dec 8, 2017
1 parent da0e75f commit 4d68137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
-------

0.5.1
---
* Avoid spurious cache miss when query is empty
* Fixed error: 'NoneType' object has no attribute `\_meta`

0.5
---
* Add support for Django 1.10
Expand Down Expand Up @@ -38,7 +43,7 @@ History

0.1.2
---------------------
* [BUGFIX] - Properly handle passing of an empty iterable to '__in' filter args. Related Django bug: https://code.djangoproject.com/ticket/12717
* [BUGFIX] - Properly handle passing of an empty iterable to '\__in' filter args. Related Django bug: https://code.djangoproject.com/ticket/12717


0.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='django-cache-manager',
version='0.5',
version='0.5.1',
description='Cache manager for django models',
long_description=readme + '\n\n' + history,
author='Vijay Katam',
Expand Down

0 comments on commit 4d68137

Please sign in to comment.