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
b47b0211
Kaydet (Commit)
b47b0211
authored
Nis 29, 2013
tarafından
Thomas Thurman
Kaydeden (comit)
Aymeric Augustin
Nis 29, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Corrected "it's" to "its" when used possessively.
Fixed #20327.
üst
3a4276ff
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
geos.txt
docs/ref/contrib/gis/geos.txt
+1
-1
geolibs.txt
docs/ref/contrib/gis/install/geolibs.txt
+1
-1
builtins.txt
docs/ref/templates/builtins.txt
+1
-1
1.3-alpha-1.txt
docs/releases/1.3-alpha-1.txt
+1
-1
media.txt
docs/topics/forms/media.txt
+1
-1
logging.txt
docs/topics/logging.txt
+1
-1
No files found.
docs/ref/contrib/gis/geos.txt
Dosyayı görüntüle @
b47b0211
...
...
@@ -845,7 +845,7 @@ include the SRID value (in other words, EWKB).
.. class:: WKBWriter
``WKBWriter`` provides the most control over its output. By default it
returns OGC-compliant WKB when it
'
s ``write`` method is called. However,
returns OGC-compliant WKB when its ``write`` method is called. However,
it has properties that allow for the creation of EWKB, a superset of the
WKB standard that includes additional information.
...
...
docs/ref/contrib/gis/install/geolibs.txt
Dosyayı görüntüle @
b47b0211
...
...
@@ -194,7 +194,7 @@ Configure, make and install::
.. note::
Because GeoDjango has it
'
s own Python interface, the preceding instructions
Because GeoDjango has its own Python interface, the preceding instructions
do not build GDAL's own Python bindings. The bindings may be built by
adding the ``--with-python`` flag when running ``configure``. See
`GDAL/OGR In Python`__ for more information on GDAL's bindings.
...
...
docs/ref/templates/builtins.txt
Dosyayı görüntüle @
b47b0211
...
...
@@ -176,7 +176,7 @@ just declare the cycle, but not output the first value, you can add a
This will output a list of ``<tr>`` elements with ``class``
alternating between ``row1`` and ``row2``; the subtemplate will have
access to ``rowcolors`` in it
'
s context that matches the class of the
access to ``rowcolors`` in its context that matches the class of the
``<tr>`` that encloses it. If the ``silent`` keyword were to be
omitted, ``row1`` would be emitted as normal text, outside the
``<tr>`` element.
...
...
docs/releases/1.3-alpha-1.txt
Dosyayı görüntüle @
b47b0211
...
...
@@ -87,7 +87,7 @@ To access this library, Django provides the
``django.utils.unittest`` module alias. If you are using Python
2.7, or you have installed unittest2 locally, Django will map the
alias to the installed version of the unittest library. Otherwise,
Django will use it
'
s own bundled version of unittest2.
Django will use its own bundled version of unittest2.
To use this alias, simply use::
...
...
docs/topics/forms/media.txt
Dosyayı görüntüle @
b47b0211
...
...
@@ -146,7 +146,7 @@ basic Calendar widget from the example above::
<script type="text/javascript" src="http://static.example.com/actions.js"></script>
<script type="text/javascript" src="http://static.example.com/whizbang.js"></script>
The FancyCalendar widget inherits all the media from it
'
s parent widget. If
The FancyCalendar widget inherits all the media from its parent widget. If
you don't want media to be inherited in this way, add an ``extend=False``
declaration to the media declaration::
...
...
docs/topics/logging.txt
Dosyayı görüntüle @
b47b0211
...
...
@@ -169,7 +169,7 @@ issued on the ``project.interesting`` and
``project.interesting.stuff`` loggers.
This propagation can be controlled on a per-logger basis. If
you don't want a particular logger to propagate to it
'
s parents, you
you don't want a particular logger to propagate to its parents, you
can turn off this behavior.
Making logging calls
...
...
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