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
4775dcb5
Kaydet (Commit)
4775dcb5
authored
Ock 31, 2018
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Renamed the "Supported versions" label.
üst
8f14ed6c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
upgrade-version.txt
docs/howto/upgrade-version.txt
+1
-1
committing-code.txt
docs/internals/contributing/committing-code.txt
+1
-2
release-process.txt
docs/internals/release-process.txt
+1
-1
whatsnext.txt
docs/intro/whatsnext.txt
+2
-2
No files found.
docs/howto/upgrade-version.txt
Dosyayı görüntüle @
4775dcb5
...
...
@@ -8,7 +8,7 @@ version has several benefits:
* New features and improvements are added.
* Bugs are fixed.
* Older version of Django will eventually no longer receive security updates.
(see :ref:`
backwards-compatibility
-policy`).
(see :ref:`
supported-versions
-policy`).
* Upgrading as each new Django release is available makes future upgrades less
painful by keeping your code base up to date.
...
...
docs/internals/contributing/committing-code.txt
Dosyayı görüntüle @
4775dcb5
...
...
@@ -153,8 +153,7 @@ Django's Git repository:
commit. This goes a *long way* in helping everyone follow your changes.
* Separate bug fixes from feature changes. Bugfixes may need to be backported
to the stable branch, according to the :ref:`backwards-compatibility policy
<backwards-compatibility-policy>`.
to the stable branch, according to :ref:`supported-versions-policy`.
* If your commit closes a ticket in the Django `ticket tracker`_, begin
your commit message with the text "Fixed #xxxxx", where "xxxxx" is the
...
...
docs/internals/release-process.txt
Dosyayı görüntüle @
4775dcb5
...
...
@@ -116,7 +116,7 @@ A more generic example:
LTS to LTS upgrades).
* Z.0: Drop deprecation shims added in Y.0 and Y.1.
.. _
backwards-compatibility
-policy:
.. _
supported-versions
-policy:
Supported versions
==================
...
...
docs/intro/whatsnext.txt
Dosyayı görüntüle @
4775dcb5
...
...
@@ -215,8 +215,8 @@ We follow this policy:
* Documentation fixes and improvements may be backported to the last release
branch, at the discretion of the committer, however, once a version of
Django is :ref:`no longer supported<
backwards-compatibility-policy>`, that
version
of the docs won't get any further updates.
Django is :ref:`no longer supported<
supported-versions-policy>`, that version
of the docs won't get any further updates.
* The `main documentation Web page`_ includes links to documentation for
previous versions. Be sure you are using the version of the docs
...
...
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