mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Basic upgrade to all base packages, Django, Celery and others.
This commit is contained in:
@@ -70,6 +70,7 @@ class CachedDocumentManager(models.Manager):
|
||||
logger.debug('Requesting URL: %s' % url)
|
||||
|
||||
try:
|
||||
print doc_key
|
||||
doc = super(CachedDocumentManager, self).get_query_set().get(pk=doc_key)
|
||||
created = False
|
||||
except self.model.DoesNotExist:
|
||||
|
||||
Reference in New Issue
Block a user