django1/django
Ramiro Morales 4c934f3921 Made createsuperuser more robust when getting current OS username.
Under some versions of OS X, failure in getting the default system
locale during the syncdb operation of the auth app were causing hard to
diagnose problems afterwards.

No solution based on getpreferredencoding() was chosen because it has
its own problems with certain combinations of Python and OS X versions
(e.g. http://bugs.python.org/issue6202).

Thanks prestonsimmons for the report and prestonsimmons and willhardy
for the initial patch.

Fixes #16017.
2012-08-17 23:15:20 -03:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
contrib Made createsuperuser more robust when getting current OS username. 2012-08-17 23:15:20 -03:00
core [py3] Workarounded a Python bug in mail header encoding 2012-08-17 20:19:14 +02:00
db [py3] Fixed installed_models filtering. 2012-08-16 01:08:45 -05:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00
http [py3] Fixed HTTP header serialization 2012-08-15 13:39:39 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template [py3] Fixed slugify filter 2012-08-15 12:29:10 +02:00
templatetags [py3] Always pass bytes to hashlib.md5. 2012-08-15 11:34:41 +02:00
test Fixed Python version check in testcases.py 2012-08-16 15:31:01 +02:00
utils Fixed #18239 -- Subclassed HTMLParser only for selected Python versions 2012-08-16 21:03:11 +02:00
views [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00