Skip to content

Instantly share code, notes, and snippets.

@karanbedi
karanbedi / models.base.py
Created October 9, 2013 04:32
Django source files to discuss
from __future__ import unicode_literals
import copy
import sys
from functools import update_wrapper
from django.utils.six.moves import zip
import django.db.models.manager # Imported to register signal handler.
from django.conf import settings
from django.core.exceptions import (ObjectDoesNotExist,