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
bc3540ce
Kaydet (Commit)
bc3540ce
authored
Ara 31, 2016
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #26013 -- Removed deprecated django.core.urlresolvers module.
üst
f65b1aee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
21 deletions
+2
-21
urlresolvers.py
django/core/urlresolvers.py
+0
-9
exceptions.txt
docs/ref/exceptions.txt
+0
-6
urlresolvers.txt
docs/ref/urlresolvers.txt
+0
-6
2.0.txt
docs/releases/2.0.txt
+2
-0
No files found.
django/core/urlresolvers.py
deleted
100644 → 0
Dosyayı görüntüle @
f65b1aee
import
warnings
from
django.urls
import
*
# NOQA
from
django.utils.deprecation
import
RemovedInDjango20Warning
warnings
.
warn
(
"Importing from django.core.urlresolvers is deprecated in favor of "
"django.urls."
,
RemovedInDjango20Warning
,
stacklevel
=
2
)
docs/ref/exceptions.txt
Dosyayı görüntüle @
bc3540ce
...
...
@@ -173,12 +173,6 @@ URL Resolver exceptions
URL Resolver exceptions are defined in ``django.urls``.
.. deprecated:: 1.10
In older versions, these exceptions are located in
``django.core.urlresolvers``. Importing from the old location will continue
to work until Django 2.0.
``Resolver404``
---------------
...
...
docs/ref/urlresolvers.txt
Dosyayı görüntüle @
bc3540ce
...
...
@@ -4,12 +4,6 @@
.. module:: django.urls
.. deprecated:: 1.10
In older versions, these functions are located in
``django.core.urlresolvers``. Importing from the old location will continue
to work until Django 2.0.
``reverse()``
=============
...
...
docs/releases/2.0.txt
Dosyayı görüntüle @
bc3540ce
...
...
@@ -340,3 +340,5 @@ these features.
* ``django.utils.functional.allow_lazy()`` is removed.
* The ``shell --plain`` option is removed.
* The ``django.core.urlresolvers`` module is removed.
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