Anssi Kääriäinen
|
8fad77da95
|
Ensured tests pass using custom PASSWORD_HASHERS.
|
2012-04-30 22:10:27 +03:00 |
Claude Paroz
|
883c38c499
|
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_PROCESSORS is overriden in tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-04-09 13:24:57 +00:00 |
Aymeric Augustin
|
eb163f37cb
|
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-30 09:08:29 +00:00 |
Aymeric Augustin
|
ed27ae071f
|
Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtures containing datetimes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17770 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-20 20:51:16 +00:00 |
Claude Paroz
|
1235cd376e
|
Reset template context processors cache after tests. Refs #17848.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-14 20:46:52 +00:00 |
Aymeric Augustin
|
abf2d4295f
|
Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when run within a project. Thanks to everyone who contributed to the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-02-27 22:54:35 +00:00 |
Luke Plant
|
4531767700
|
Fixed auth context processor tests, which were not running at all previously.
It seems they were accidentally disabled following being moved from
regressiontests in [15990]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-31 15:19:19 +00:00 |
Russell Keith-Magee
|
4c468800ee
|
Updates to the test suite to allow for newly deprecated and removed features
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-04-02 08:44:47 +00:00 |