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
2bcbca34
Kaydet (Commit)
2bcbca34
authored
Nis 01, 2013
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated some 'Dive Into Python' links
üst
2d0db678
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
AUTHORS
AUTHORS
+2
-1
defaultfilters.py
django/template/defaultfilters.py
+1
-1
contributing.txt
docs/intro/contributing.txt
+3
-2
index.txt
docs/intro/index.txt
+4
-2
builtins.txt
docs/ref/templates/builtins.txt
+1
-1
No files found.
AUTHORS
Dosyayı görüntüle @
2bcbca34
...
...
@@ -619,6 +619,7 @@ A big THANK YOU goes to:
Ian Bicking for convincing Adrian to ditch code generation.
Mark Pilgrim for diveintopython.org, which unfortunately no longer exists.
Mark Pilgrim for "Dive Into Python" (http://diveintopython.net,
http://www.diveintopython3.net).
Guido van Rossum for creating Python.
django/template/defaultfilters.py
Dosyayı görüntüle @
2bcbca34
...
...
@@ -551,7 +551,7 @@ def slice_filter(value, arg):
Returns a slice of the list.
Uses the same syntax as Python's list slicing; see
http://
diveintopython.org/native_data_types/lists.html#odbchelper.list.slice
http://
www.diveintopython3.net/native-datatypes.html#slicinglists
for an introduction.
"""
try
:
...
...
docs/intro/contributing.txt
Dosyayı görüntüle @
2bcbca34
...
...
@@ -20,8 +20,8 @@ For this tutorial, we expect that you have at least a basic understanding of
how Django works. This means you should be comfortable going through the
existing tutorials on :doc:`writing your first Django app</intro/tutorial01>`.
In addition, you should have a good understanding of Python itself. But if you
don't,
`Dive Into Python`__ is a fantastic (and free) online book for beginning
Python programmers.
don't,
"Dive Into Python" (for `Python 2`__, for `Python 3`__) is a fantastic
(and free) online book for beginning
Python programmers.
Those of you who are unfamiliar with version control systems and Trac will find
that this tutorial and its links include just enough information to get started.
...
...
@@ -38,6 +38,7 @@ so that it can be of use to the widest audience.
chat with other Django users who might be able to help.
__ http://diveintopython.net/toc/index.html
__ http://diveintopython3.net/
__ http://groups.google.com/group/django-developers
__ irc://irc.freenode.net/django-dev
...
...
docs/intro/index.txt
Dosyayı görüntüle @
2bcbca34
...
...
@@ -29,12 +29,14 @@ place: read this material to quickly get up and running.
`list of Python resources for non-programmers`_
If you already know a few other languages and want to get up to speed with
Python quickly, we recommend `Dive Into Python`_ (also available in a
Python quickly, we recommend "Dive Into Python" (for `Python 2`_, for
`Python 3`_, also available in a
`dead-tree version`_). If that's not quite your style, there are quite
a few other `books about Python`_.
.. _python: http://python.org/
.. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
.. _dive into python: http://diveintopython.net/
.. _Python 2: http://diveintopython.net/
.. _Python 3: http://diveintopython3.net/
.. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20
.. _books about Python: http://wiki.python.org/moin/PythonBooks
docs/ref/templates/builtins.txt
Dosyayı görüntüle @
2bcbca34
...
...
@@ -1936,7 +1936,7 @@ slice
Returns a slice of the list.
Uses the same syntax as Python's list slicing. See
http://
diveintopython.net/native_data_types/lists.html#odbchelper.list.slice
http://
www.diveintopython3.net/native-datatypes.html#slicinglists
for an introduction.
Example::
...
...
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