From 1d8e56e5572ada1a5c23b96dc2833ed7d5439d31 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Thu, 25 Jan 2018 23:57:22 -0700 Subject: [PATCH] Update README.md change log --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c80979..126cd43 100644 --- a/README.md +++ b/README.md @@ -326,8 +326,9 @@ Fragment displays how many invites a particular user has. ### 6.1.2 -* Replace deprecated `context_instance=RequestContext(r)` kwarg with `request=r` +* Replace deprecated `context_instance=RequestContext(r)` kwarg with `request=r` kwarg * Add InviteView smoke tests +* Add form test ### 6.1.1