Skip to content

Instantly share code, notes, and snippets.

View arescope's full-sized avatar

Alberto Resco Perez arescope

View GitHub Profile
diff --git a/tenancy/models.py b/tenancy/models.py
index 2cd16ac..097a1f0 100644
--- a/tenancy/models.py
+++ b/tenancy/models.py
@@ -27,7 +27,7 @@ from .managers import (AbstractTenantManager, TenantManager,
from .signals import lazy_class_prepared
from .utils import (
clear_opts_related_cache, disconnect_signals, get_model,
- receivers_for_model, remove_from_app_cache
+ receivers_for_model, remove_from_app_cache, remove_virtual_fields
@arescope
arescope / gist:6316863
Last active December 21, 2015 13:59
WIP of the day

Indico Work in Progress (Week 14)

JB Gonzalez

  • Nothing to WIP

Alberto Resco