django1/django/contrib/databrowse
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
..
plugins [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
templates/databrowse Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
__init__.py Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
datastructures.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
models.py Added basic tests for databrowse. Refs #5968. 2012-01-28 20:58:22 +00:00
sites.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
tests.py Added basic tests for databrowse. Refs #5968. 2012-01-28 20:58:22 +00:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
views.py Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00