mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
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
This commit is contained in:
parent
93e9d91501
commit
4531767700
9 changed files with 20 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
{{ user }}
|
|
@ -1 +0,0 @@
|
|||
{% for m in messages %}{{ m }}{% endfor %}
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1 +0,0 @@
|
|||
{% if perms.auth %}Has auth permissions{% endif %}
|
|
@ -1 +0,0 @@
|
|||
{% if session_accessed %}Session accessed{% else %}Session not accessed{% endif %}
|
|
@ -1,4 +0,0 @@
|
|||
{% load url from future %}unicode: {{ user }}
|
||||
id: {{ user.id }}
|
||||
username: {{ user.username }}
|
||||
url: {% url 'userpage' user %}
|
Loading…
Add table
Add a link
Reference in a new issue