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
d4a5019b
Kaydet (Commit)
d4a5019b
authored
Şub 03, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reordered deprecation timeline and added back old info; refs #21920.
üst
ab922c5c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
deprecation.txt
docs/internals/deprecation.txt
+0
-0
1.4.txt
docs/releases/1.4.txt
+5
-3
1.5.txt
docs/releases/1.5.txt
+5
-3
1.6.txt
docs/releases/1.6.txt
+3
-1
1.7.txt
docs/releases/1.7.txt
+3
-1
No files found.
docs/internals/deprecation.txt
Dosyayı görüntüle @
d4a5019b
This diff is collapsed.
Click to expand it.
docs/releases/1.4.txt
Dosyayı görüntüle @
d4a5019b
...
...
@@ -9,9 +9,9 @@ Welcome to Django 1.4!
These release notes cover the `new features`_, as well
as some `backwards incompatible changes`_ you'll want to be aware of
when upgrading from Django 1.3 or older versions. We've also dropped some
features, which are detailed in :
doc
:`our deprecation plan
<
/internals/deprecation>`, and we've `begun the deprecation process for some
features`_.
features, which are detailed in :
ref
:`our deprecation plan
<
deprecation-removed-in-1.4>`, and we've `begun the deprecation process for
some
features`_.
.. _`new features`: `What's new in Django 1.4`_
.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.4`_
...
...
@@ -1175,6 +1175,8 @@ class ``initial`` dictionary. This has been fixed to return a copy of this
dictionary, so form instances can modify their initial data without messing
with the class variable.
.. _deprecated-features-1.4:
Features deprecated in 1.4
==========================
...
...
docs/releases/1.5.txt
Dosyayı görüntüle @
d4a5019b
...
...
@@ -9,9 +9,9 @@ Welcome to Django 1.5!
These release notes cover the `new features`_, as well
as some `backwards incompatible changes`_ you'll want to be aware of
when upgrading from Django 1.4 or older versions. We've also dropped some
features, which are detailed in :
doc
:`our deprecation plan
<
/internals/deprecation>`, and we've `begun the deprecation process for some
features`_.
features, which are detailed in :
ref
:`our deprecation plan
<
deprecation-removed-in-1.5>`, and we've `begun the deprecation process for
some
features`_.
.. _`new features`: `What's new in Django 1.5`_
.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.5`_
...
...
@@ -715,6 +715,8 @@ Miscellaneous
:meth:`~django.db.models.query.QuerySet.select_related` now raises
:exc:`~django.core.exceptions.DoesNotExist` instead of returning ``None``.
.. _deprecated-features-1.5:
Features deprecated in 1.5
==========================
...
...
docs/releases/1.6.txt
Dosyayı görüntüle @
d4a5019b
...
...
@@ -27,7 +27,7 @@ Welcome to Django 1.6!
These release notes cover the `new features`_, as well as some `backwards
incompatible changes`_ you'll want to be aware of when upgrading from Django
1.5 or older versions. We've also dropped some features, which are detailed in
:
doc:`our deprecation plan </internals/deprecation
>`, and we've `begun the
:
ref:`our deprecation plan <deprecation-removed-in-1.6
>`, and we've `begun the
deprecation process for some features`_.
.. _`new features`: `What's new in Django 1.6`_
...
...
@@ -955,6 +955,8 @@ Miscellaneous
which may result in a ``TypeError`` if you don't update the signature of your
custom method.
.. _deprecated-features-1.6:
Features deprecated in 1.6
==========================
...
...
docs/releases/1.7.txt
Dosyayı görüntüle @
d4a5019b
...
...
@@ -7,7 +7,7 @@ Welcome to Django 1.7!
These release notes cover the `new features`_, as well as some `backwards
incompatible changes`_ you'll want to be aware of when upgrading from Django
1.6 or older versions. We've also dropped some features, which are detailed in
:
doc:`our deprecation plan </internals/deprecation
>`, and we've `begun the
:
ref:`our deprecation plan <deprecation-removed-in-1.7
>`, and we've `begun the
deprecation process for some features`_.
.. _`new features`: `What's new in Django 1.7`_
...
...
@@ -959,6 +959,8 @@ Miscellaneous
to ``False``). If you maintain a custom database backend, you should check
that method.
.. _deprecated-features-1.7:
Features deprecated in 1.7
==========================
...
...
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