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
2b6436e2
Kaydet (Commit)
2b6436e2
authored
Mar 02, 2014
tarafından
Rodolfo Carvalho
Kaydeden (comit)
Tim Graham
Mar 03, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed some typos and formatting issues in docs.
üst
0d912258
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
14 deletions
+14
-14
layout.html
docs/_theme/djangodocs/layout.html
+2
-2
committers.txt
docs/internals/committers.txt
+1
-1
triaging-tickets.txt
docs/internals/contributing/triaging-tickets.txt
+1
-1
howto-release-django.txt
docs/internals/howto-release-django.txt
+1
-1
index.txt
docs/ref/contrib/comments/index.txt
+1
-1
index.txt
docs/ref/contrib/gis/install/index.txt
+1
-1
spatialite.txt
docs/ref/contrib/gis/install/spatialite.txt
+2
-2
databases.txt
docs/ref/databases.txt
+1
-1
middleware.txt
docs/ref/middleware.txt
+1
-1
builtins.txt
docs/ref/templates/builtins.txt
+1
-1
utils.txt
docs/ref/utils.txt
+0
-0
mixins.txt
docs/topics/class-based-views/mixins.txt
+1
-1
index.txt
docs/topics/i18n/index.txt
+1
-1
No files found.
docs/_theme/djangodocs/layout.html
Dosyayı görüntüle @
2b6436e2
...
...
@@ -17,8 +17,8 @@
{%- endmacro %}
{% block extrahead %}
{# When building htmlhelp (CHM format)
disable JQuery inclusion,
#}
{# as it causes problems in compiled CHM files.
#}
{# When building htmlhelp (CHM format)
disable jQuery inclusion,
#}
{# as it causes problems in compiled CHM files. #}
{% if builder != "htmlhelp" %}
{{ super() }}
<script
type=
"text/javascript"
src=
"{{ pathto('templatebuiltins.js', 1) }}"
></script>
...
...
docs/internals/committers.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -463,7 +463,7 @@ Jeremy Dunck
.. _Preston Holmes: http://www.ptone.com/
`Simon Charette`_
Simon is a mathematic student who discovered Django while searching for a
Simon is a mathematic
s
student who discovered Django while searching for a
replacement framework to an in-house PHP entity. Since that faithful day
Django has been a big part of his life. So far, he's been involved in some
ORM and forms API fixes.
...
...
docs/internals/contributing/triaging-tickets.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -112,7 +112,7 @@ or ought to be closed for any of the various reasons.
Accepted
~~~~~~~~
The big gr
e
y area! The absolute meaning of "accepted" is that the issue
The big gr
a
y area! The absolute meaning of "accepted" is that the issue
described in the ticket is valid and is in some stage of being worked on.
Beyond that there are several considerations:
...
...
docs/internals/howto-release-django.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -7,7 +7,7 @@ be driving a release, you should follow these instructions to get the
package out.
**Please, keep these instructions up-to-date if you make changes!** The point
here is to be descriptive, not pr
o
scriptive, so feel free to streamline or
here is to be descriptive, not pr
e
scriptive, so feel free to streamline or
otherwise make changes, but **update this document accordingly!**
Overview
...
...
docs/ref/contrib/comments/index.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -165,7 +165,7 @@ For example::
.. warning::
There's a `known bug`_ in Safari/Web
k
it which causes the named anchor to be
There's a `known bug`_ in Safari/Web
K
it which causes the named anchor to be
forgotten following a redirect. The practical impact for comments is that
the Safari/webkit browsers will arrive at the correct page but will not
scroll to the named anchor.
...
...
docs/ref/contrib/gis/install/index.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -132,7 +132,7 @@ Troubleshooting
If you can't find the solution to your problem here then participate in the
community! You can:
* Join the ``#geodjango`` IRC channel on Free
N
ode. Please be patient and polite
* Join the ``#geodjango`` IRC channel on Free
n
ode. Please be patient and polite
-- while you may not get an immediate response, someone will attempt to answer
your question as soon as they see it.
* Ask your question on the `GeoDjango`__ mailing list.
...
...
docs/ref/contrib/gis/install/spatialite.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -125,8 +125,8 @@ untar::
$ tar xzf pysqlite-2.6.3.tar.gz
$ cd pysqlite-2.6.3
Next, use a text editor
(e.g., ``emacs`` or ``vi``) to edit the ``setup.cfg`` fil
e
to look like the
following:
Next, use a text editor
to edit the ``setup.cfg`` file to look like th
e
following:
.. code-block:: ini
...
...
docs/ref/databases.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -603,7 +603,7 @@ Version 3.6.2
--------------
SQLite version 3.6.2 (released August 30, 2008) introduced a bug into ``SELECT
DISTINCT`` handling that is triggered by, among
st
other things, Django's
DISTINCT`` handling that is triggered by, among other things, Django's
``DateQuerySet`` (returned by the ``dates()`` method on a queryset).
You should avoid using this version of SQLite with Django. Either upgrade to
...
...
docs/ref/middleware.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -84,7 +84,7 @@ GZip middleware
Security researchers recently revealed that when compression techniques
(including ``GZipMiddleware``) are used on a website, the site becomes
exposed to a number of possible attacks. These approaches can be used to
compromise, among
st
other things, Django's CSRF protection. Before using
compromise, among other things, Django's CSRF protection. Before using
``GZipMiddleware`` on your site, you should consider very carefully whether
you are subject to these attacks. If you're in *any* doubt about whether
you're affected, you should avoid using ``GZipMiddleware``. For more
...
...
docs/ref/templates/builtins.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -641,7 +641,7 @@ will be displayed if the value has not changed::
{% ifchanged match.ballot_id %}
{% cycle "red" "blue" %}
{% else %}
gr
e
y
gr
a
y
{% endifchanged %}
">{{ match }}</div>
{% endfor %}
...
...
docs/ref/utils.txt
Dosyayı görüntüle @
2b6436e2
This diff is collapsed.
Click to expand it.
docs/topics/class-based-views/mixins.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -219,7 +219,7 @@ processing to work on a particular object, identified from the URL,
we'll want the functionality provided by
:class:`~django.views.generic.detail.SingleObjectMixin`.
We'll demonstrate this with the
publisher modeling
we used in the
We'll demonstrate this with the
``Author`` model
we used in the
:doc:`generic class-based views introduction<generic-display>`.
.. code-block:: python
...
...
docs/topics/i18n/index.txt
Dosyayı görüntüle @
2b6436e2
...
...
@@ -29,7 +29,7 @@ Essentially, Django does two things:
their preferences.
Obviously, translation depends on the target language, and formatting usually
depends on the target country. Th
ese informations are
provided by browsers in
depends on the target country. Th
is information is
provided by browsers in
the ``Accept-Language`` header. However, the time zone isn't readily available.
Definitions
...
...
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