django1/django/contrib
Aymeric Augustin de3ad8bb2d [py3] Avoided passing a lazy string to urlparse.
This causes an exception under Python 3.

Fixed #18776.
2012-08-18 16:38:49 +02:00
..
admin There's no need to do `list(dict.keys())` list(dict)` is enough. 2012-08-14 06:57:16 -07:00
admindocs [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
auth [py3] Avoided passing a lazy string to urlparse. 2012-08-18 16:38:49 +02:00
comments [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
contenttypes [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
databrowse [py3] Made __repr__ return str with Python 3 2012-08-12 20:45:39 +02:00
flatpages [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
formtools [py3] Fixed formtools tests. 2012-08-18 10:39:33 +02:00
gis [py3] Removed map() calls used for side-effects only 2012-08-15 13:23:41 +03:00
humanize [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
localflavor [py3] Fixed Python 3 compatibility in localflavor forms 2012-08-08 23:22:27 +02:00
markup [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
messages [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
redirects [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
sessions Removed unneeded smart_bytes import which was introduced in f2fff84bc. 2012-08-15 17:33:21 +02:00
sitemaps [py3] Fixed sitemaps tests. 2012-08-14 20:14:31 +02:00
sites [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
staticfiles Final explicit closing for staticfiles, they now pass on python3 with -Wall and there are no warnings about unclosed files 2012-08-15 01:29:05 -07:00
syndication Fixed syndication under python3. 2012-08-15 01:54:18 -07:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00