def _github_repos(self): repos = cache.get('github_projects', [])[:6] for repo in repos: repo['updated_at'] = dateparse.parse_datetime(repo['updated_at']) return repos