python2 django==1.4.22
reverse导入 from django.core.urlresolvers import reverse
url 直接使用 正则 路径不使用url 函数
导包不同 可以同级导包:from widgets import UEditorWidget
configparser Python2.x 中名为 ConfigParser
django1 事务处理transaction.commit_on_success()
python 2 有xrange range
python2 有from django.utils.encoding import force_unicode
python2 抛出异常 except Exception,e 或者as e
python2 commands
python2 有unicode 和非unicode
长整型 有L
has_key 字典中是否包含指定的key
isinstance 2 可以判断unicode
解压bytearray 类型 prodesc = zlib.decompress(str(prodesc)) # 解压
Django 导包1.4.22from django.utils.importlib import import_module
django 链接方式 from django.db import close_connectionclose_connection()
not isinstance(label_name, (int, basestring)
re.findall(ur’12’, ‘123’)
导包from django.shortcuts import RequestContext
import urllid3
python 2 urllib2、urlparse、和robotparser ur