django1/django/contrib/auth/tests
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
..
templates Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
__init__.py Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility flag. Thanks Aymeric Augustin for the initial patch and Ramiro Morales for the review. 2012-04-26 17:15:40 +00:00
auth_backends.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
basic.py Made createsuperuser more robust when getting current OS username. 2012-08-17 23:15:20 -03:00
context_processors.py Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03:00
decorators.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
forms.py remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
hashers.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
management.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
models.py Fixed #17966 -- Isolated ProfileTestCase from custom AUTH_PROFILE_MODULE 2012-06-25 20:26:17 +02:00
remote_user.py Upgraded django.contrib.auth to be compatible with time zone support. 2011-11-20 10:50:18 +00:00
signals.py Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03:00
tokens.py [py3] Fixed contrib.auth tests 2012-08-14 23:35:12 +02: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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00