From f75bcf292c52c0680266c8f90c16856674a2b8c1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 15 Apr 2019 10:24:10 +0300 Subject: [PATCH] README.md: Remove TODO about SolrClient I switched to using the vanilla requests library. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 35719b0..c9efc44 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ The item id is the *internal* id for an item. You can get these from the standar - Add top items endpoint, perhaps `/top/items` or `/items/top`? - Make community and collection stats available - Support [DSpace 6 UUIDs](https://jira.duraspace.org/browse/DS-1782) -- Migrate away from SolrClient dependency - Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/) - Check IDs in database to see if they are deleted...