Claude Paroz
|
0eeae15056
|
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Thanks markteisman at hotmail.com for the report.
|
2012-11-29 21:45:43 +01:00 |
Anssi Kääriäinen
|
d5a4f209c3
|
Fixed #18991 -- Allowed permission lookup by "if in"
When looking permissions from PermWrapper it is now possible to use
{% if "someapp.someperm" in perms %} instead of
{% if perms.someapp.someperm %}.
|
2012-09-30 19:38:16 +03:00 |
Adrien Lemaire
|
2c8267bf3d
|
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
2012-09-26 14:14:51 +02:00 |
Claude Paroz
|
eb351ac9cb
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-04-24 19:55:52 +00:00 |
Jannis Leidel
|
656360c240
|
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-06-19 11:24:39 +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
|
f53491db6e
|
#14374 -- Added some missing template files to ensure that contrib.auth tests will pass when admin isn't installed. Thanks to henriquebastos for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-10-08 13:50:54 +00:00 |
Russell Keith-Magee
|
b794441951
|
Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardless of any local templates. Thanks to aarond10 for the report, and SmileyChris for turning that into a patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-02-13 12:02:11 +00:00 |
Malcolm Tredinnick
|
abb1c508cc
|
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-23 18:20:49 +00:00 |