Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
34011520
Kaydet (Commit)
34011520
authored
May 18, 2013
tarafından
Jacob Burch
Kaydeden (comit)
Aymeric Augustin
May 18, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #20432 -- Test failure in admin_views.
The failure was triggered by a cache leak.
üst
566e284c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test_management.py
django/contrib/auth/tests/test_management.py
+2
-0
No files found.
django/contrib/auth/tests/test_management.py
Dosyayı görüntüle @
34011520
...
...
@@ -7,6 +7,7 @@ from django.contrib.auth.management.commands import changepassword
from
django.contrib.auth.models
import
User
from
django.contrib.auth.tests.test_custom_user
import
CustomUser
from
django.contrib.auth.tests.utils
import
skipIfCustomUser
from
django.contrib.contenttypes.models
import
ContentType
from
django.core.management
import
call_command
from
django.core.management.base
import
CommandError
from
django.core.management.validation
import
get_validation_errors
...
...
@@ -195,6 +196,7 @@ class PermissionDuplicationTestCase(TestCase):
def
tearDown
(
self
):
models
.
Permission
.
_meta
.
permissions
=
self
.
_original_permissions
ContentType
.
objects
.
clear_cache
()
def
test_duplicated_permissions
(
self
):
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment