提交歷史

作者 SHA1 備註 提交日期
  Tim Graham 1b06d5e6f6 Refs #23919 -- Removed pysqlite support (it's Python 2 only). 8 年之前
  Claude Paroz 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 年之前
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 年之前
  Claude Paroz 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 年之前
  Tim Graham 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 年之前
  Srinivas Reddy Thatiparthy ec4c1d6717 Removed u'' prefx in django/core/signing.py comment. 8 年之前
  Tim Graham 109b33f64c Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. 8 年之前
  Claude Paroz dc8834cad4 Refs #23919 -- Removed unneeded force_str calls 8 年之前
  Mariusz Felisiak bf1c957027 Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #27632). 8 年之前
  Tim Graham fedda6d9bd Refs #23919 -- Removed Python 2 version check in django.http.cookie. 8 年之前
  Srinivas Reddy Thatiparthy eb0b921c29 Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems(). 8 年之前
  Tim Graham 9ee47ce7b4 Refs #23919 -- Removed enum ImportError handling for Python 2. 8 年之前
  Tim Graham d29fd3f9a6 Fixed django/utils/http.py comment typo. 8 年之前
  Tim Graham 9d27478958 Refs #23919 -- Removed docs references to long integers. 8 年之前
  Tim Graham 9e917cc291 Fixed #23905, refs #23919 -- Used make_msgid() from stdlib. 8 年之前
  Tim Graham d4bb37593e Refs #23919 -- Removed obsolete compare_digest() and pbkdf2() implementations. 8 年之前
  Simon Charette 9695b14982 Refs #23919 -- Removed str() conversion of type and method __name__. 8 年之前
  Chillar Anand 41e0033caf Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator. 8 年之前
  Simon Charette 4c5ed3e683 Refs #23919 -- Removed __nonzero__() methods (for Python 2). 8 年之前
  Claude Paroz 53f3d53ed4 Updated translation catalogs 8 年之前
  Tim Graham e5c67f0991 Refs #23919 -- Removed reset_warning_registry() workaround for Python < 3.4.2. 8 年之前
  Tim Graham 56aee8d59f Removed xmlrunner from flake8 exclude. 8 年之前
  Tim Graham 5320fa77c3 Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2). 8 年之前
  james mike dupont 7d20094996 Fixed spelling mistakes in code and comments. 8 年之前
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 年之前
  Aymeric Augustin a556396339 Refs #23919 -- Replaced io.open() with open(). 8 年之前
  Aymeric Augustin eb422e476f Refs #23919 -- Removed obsolete __ne__() methods. 8 年之前
  Aymeric Augustin 3cc5f01d9b Refs #23919 -- Stopped using django.utils.lru_cache(). 8 年之前
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 年之前
  Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 年之前