django1/django/views
Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding.
* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.
2012-08-07 12:00:22 +02:00
..
decorators Fixed #17138 -- Made the sensitive_variables decorator work with object methods. 2012-06-03 23:44:13 -07:00
generic [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
debug.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
defaults.py Add reST role to templates named in some view docs. 2012-06-26 21:45:45 -05:00
i18n.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
static.py [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00