django1/django/contrib/admindocs
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
..
locale Pulled admindocs translations updates from Transifex. Refs #17822. 2012-03-23 02:44:50 +00:00
templates/admin_doc Removed various unnecessary instances of mark_safe applied to URLs 2012-07-03 22:20:12 +01:00
tests Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Fixed #7977: Fixed admindocs to use docstrings instead of a static array to locate type information. 2009-12-12 20:25:41 +00:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
utils.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
views.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00