We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8581c7f commit ad8bf61Copy full SHA for ad8bf61
1 file changed
ChangeLog
@@ -1,3 +1,19 @@
1
+2014-01-24 Daniel Cloud <dcloud@sunlightfoundation.com>
2
+
3
+* sunlight/debugcache.py -> sunlight/cache.py
4
+ - Renamed debugcache module to cache. Renamed cache instance variable to
5
+ response_cache
6
+* sunlight/__init__.py:
7
+ - Rename cache alias to response_cache.
8
+* Added documentation for cache and pagination
9
10
+2014-01-24 Jeremy Carbaugh <jcarbaugh@sunlightfoundation.com>
11
12
+* sunlight/pagination.py
13
+- Made a PagingService that API services can opt in to.
14
+* sunlight/services/congress.py
15
+- Made congress support PagingService.
16
17
2013-11-22 Paul Tagliamonte <paultag@sunlightfoundation.com>
18
19
* sunlight/services/opencivic.py
0 commit comments