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
230d8c73
Kaydet (Commit)
230d8c73
authored
Eki 21, 2015
tarafından
Yusuke Miyazaki
Kaydeden (comit)
Tim Graham
Eki 21, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #25578 -- Corrected the casing of "GitHub".
üst
a272db70
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
10 deletions
+11
-10
AUTHORS
AUTHORS
+1
-0
working-with-git.txt
.../internals/contributing/writing-code/working-with-git.txt
+3
-3
django-admin.1
docs/man/django-admin.1
+2
-2
django-admin.txt
docs/ref/django-admin.txt
+2
-2
1.5.txt
docs/releases/1.5.txt
+1
-1
1.8.txt
docs/releases/1.8.txt
+1
-1
spelling_wordlist
docs/spelling_wordlist
+1
-1
No files found.
AUTHORS
Dosyayı görüntüle @
230d8c73
...
@@ -751,6 +751,7 @@ answer newbie questions, and generally made Django that much better:
...
@@ -751,6 +751,7 @@ answer newbie questions, and generally made Django that much better:
Yasushi Masuda <whosaysni@gmail.com>
Yasushi Masuda <whosaysni@gmail.com>
ye7cakf02@sneakemail.com
ye7cakf02@sneakemail.com
ymasuda@ethercube.com
ymasuda@ethercube.com
Yusuke Miyazaki <miyazaki.dev@gmail.com>
Zachary Voase <zacharyvoase@gmail.com>
Zachary Voase <zacharyvoase@gmail.com>
Zach Thompson <zthompson47@gmail.com>
Zach Thompson <zthompson47@gmail.com>
Zain Memon
Zain Memon
...
...
docs/internals/contributing/writing-code/working-with-git.txt
Dosyayı görüntüle @
230d8c73
...
@@ -40,10 +40,10 @@ used to associate your commits with your GitHub account.
...
@@ -40,10 +40,10 @@ used to associate your commits with your GitHub account.
Setting up local repository
Setting up local repository
---------------------------
---------------------------
When you have created your GitHub account, with the nick "
gith
ub_nick", and
When you have created your GitHub account, with the nick "
GitH
ub_nick", and
forked Django's repository, create a local copy of your fork::
forked Django's repository, create a local copy of your fork::
git clone git@github.com:
gith
ub_nick/django.git
git clone git@github.com:
GitH
ub_nick/django.git
This will create a new directory "django", containing a clone of your GitHub
This will create a new directory "django", containing a clone of your GitHub
repository. The rest of the git commands on this page need to be run within the
repository. The rest of the git commands on this page need to be run within the
...
@@ -103,7 +103,7 @@ You can publish your work on GitHub just by doing::
...
@@ -103,7 +103,7 @@ You can publish your work on GitHub just by doing::
When you go to your GitHub page you will notice a new branch has been created.
When you go to your GitHub page you will notice a new branch has been created.
If you are working on a Trac ticket, you should mention in the ticket that
If you are working on a Trac ticket, you should mention in the ticket that
your work is available from branch ticket_xxxxx of your
gith
ub repo. Include a
your work is available from branch ticket_xxxxx of your
GitH
ub repo. Include a
link to your branch.
link to your branch.
Note that the above branch is called a "topic branch" in Git parlance. You are
Note that the above branch is called a "topic branch" in Git parlance. You are
...
...
docs/man/django-admin.1
Dosyayı görüntüle @
230d8c73
...
@@ -1494,7 +1494,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed
...
@@ -1494,7 +1494,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed
archives with the app template files, downloading and extracting them on the
archives with the app template files, downloading and extracting them on the
fly.
fly.
.sp
.sp
For example, taking advantage of Git
h
ub\(aqs feature to expose repositories as
For example, taking advantage of Git
H
ub\(aqs feature to expose repositories as
zip files, you can use a URL like:
zip files, you can use a URL like:
.INDENT 0.0
.INDENT 0.0
.INDENT 3.5
.INDENT 3.5
...
@@ -1596,7 +1596,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed
...
@@ -1596,7 +1596,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed
archives with the project template files, downloading and extracting them on the
archives with the project template files, downloading and extracting them on the
fly.
fly.
.sp
.sp
For example, taking advantage of Git
h
ub\(aqs feature to expose repositories as
For example, taking advantage of Git
H
ub\(aqs feature to expose repositories as
zip files, you can use a URL like:
zip files, you can use a URL like:
.INDENT 0.0
.INDENT 0.0
.INDENT 3.5
.INDENT 3.5
...
...
docs/ref/django-admin.txt
Dosyayı görüntüle @
230d8c73
...
@@ -1097,7 +1097,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
...
@@ -1097,7 +1097,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
archives with the app template files, downloading and extracting them on the
archives with the app template files, downloading and extracting them on the
fly.
fly.
For example, taking advantage of Git
h
ub's feature to expose repositories as
For example, taking advantage of Git
H
ub's feature to expose repositories as
zip files, you can use a URL like::
zip files, you can use a URL like::
django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp
django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp
...
@@ -1172,7 +1172,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
...
@@ -1172,7 +1172,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
archives with the project template files, downloading and extracting them on the
archives with the project template files, downloading and extracting them on the
fly.
fly.
For example, taking advantage of Git
h
ub's feature to expose repositories as
For example, taking advantage of Git
H
ub's feature to expose repositories as
zip files, you can use a URL like::
zip files, you can use a URL like::
django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject
django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject
...
...
docs/releases/1.5.txt
Dosyayı görüntüle @
230d8c73
...
@@ -726,7 +726,7 @@ The localflavor contrib app has been split into separate packages.
...
@@ -726,7 +726,7 @@ The localflavor contrib app has been split into separate packages.
``django.contrib.localflavor`` itself will be removed in Django 1.6,
``django.contrib.localflavor`` itself will be removed in Django 1.6,
after an accelerated deprecation.
after an accelerated deprecation.
The new packages are available on Git
h
ub. The core team cannot
The new packages are available on Git
H
ub. The core team cannot
efficiently maintain these packages in the long term — it spans just a
efficiently maintain these packages in the long term — it spans just a
dozen countries at this time; similar to translations, maintenance
dozen countries at this time; similar to translations, maintenance
will be handed over to interested members of the community.
will be handed over to interested members of the community.
...
...
docs/releases/1.8.txt
Dosyayı görüntüle @
230d8c73
...
@@ -929,7 +929,7 @@ Removal of ``django.contrib.formtools``
...
@@ -929,7 +929,7 @@ Removal of ``django.contrib.formtools``
The formtools contrib app has been moved to a separate package and the
The formtools contrib app has been moved to a separate package and the
relevant documentation pages have been updated or removed.
relevant documentation pages have been updated or removed.
The new package is available `on Git
h
ub`_ and on PyPI.
The new package is available `on Git
H
ub`_ and on PyPI.
.. _on GitHub: https://github.com/django/django-formtools/
.. _on GitHub: https://github.com/django/django-formtools/
...
...
docs/spelling_wordlist
Dosyayı görüntüle @
230d8c73
...
@@ -305,7 +305,7 @@ Gettext
...
@@ -305,7 +305,7 @@ Gettext
GiB
GiB
gid
gid
gis
gis
gith
ub
GitH
ub
globalization
globalization
Godwin
Godwin
google
google
...
...
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