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
a3af8c99
Kaydet (Commit)
a3af8c99
authored
Mar 20, 2017
tarafından
Mariusz Felisiak
Kaydeden (comit)
Tim Graham
Mar 20, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed extra characters in docs header underlines.
üst
7edeeb74
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
16 deletions
+16
-16
troubleshooting.txt
docs/faq/troubleshooting.txt
+1
-1
checks.txt
docs/ref/checks.txt
+1
-1
tutorial.txt
docs/ref/contrib/gis/tutorial.txt
+1
-1
sitemaps.txt
docs/ref/contrib/sitemaps.txt
+1
-1
databases.txt
docs/ref/databases.txt
+1
-1
fields.txt
docs/ref/models/fields.txt
+3
-3
indexes.txt
docs/ref/models/indexes.txt
+1
-1
options.txt
docs/ref/models/options.txt
+1
-1
settings.txt
docs/ref/settings.txt
+2
-2
conditional-view-processing.txt
docs/topics/conditional-view-processing.txt
+1
-1
models.txt
docs/topics/db/models.txt
+1
-1
multi-db.txt
docs/topics/db/multi-db.txt
+1
-1
translation.txt
docs/topics/i18n/translation.txt
+1
-1
No files found.
docs/faq/troubleshooting.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -11,7 +11,7 @@ Problems running ``django-admin``
...
@@ -11,7 +11,7 @@ Problems running ``django-admin``
=================================
=================================
"command not found: `django-admin`"
"command not found: `django-admin`"
-----------------------------------
-
-----------------------------------
:doc:`django-admin </ref/django-admin>` should be on your system path if you
:doc:`django-admin </ref/django-admin>` should be on your system path if you
installed Django via ``python setup.py``. If it's not on your path, you can
installed Django via ``python setup.py``. If it's not on your path, you can
...
...
docs/ref/checks.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -15,7 +15,7 @@ API reference
...
@@ -15,7 +15,7 @@ API reference
=============
=============
``CheckMessage``
``CheckMessage``
----------------
-
----------------
.. class:: CheckMessage(level, msg, hint=None, obj=None, id=None)
.. class:: CheckMessage(level, msg, hint=None, obj=None, id=None)
...
...
docs/ref/contrib/gis/tutorial.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -53,7 +53,7 @@ would for any other project. We provide some tips for selected databases:
...
@@ -53,7 +53,7 @@ would for any other project. We provide some tips for selected databases:
* :doc:`install/spatialite`
* :doc:`install/spatialite`
Create a New Project
Create a New Project
--------------------
----
--------------------
Use the standard ``django-admin`` script to create a project called
Use the standard ``django-admin`` script to create a project called
``geodjango``:
``geodjango``:
...
...
docs/ref/contrib/sitemaps.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -425,7 +425,7 @@ rendering. For more details, see the :doc:`TemplateResponse documentation
...
@@ -425,7 +425,7 @@ rendering. For more details, see the :doc:`TemplateResponse documentation
</ref/template-response>`.
</ref/template-response>`.
Context variables
Context variables
-----------------
-
-----------------
When customizing the templates for the
When customizing the templates for the
:func:`~django.contrib.sitemaps.views.index` and
:func:`~django.contrib.sitemaps.views.index` and
...
...
docs/ref/databases.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -604,7 +604,7 @@ specific to SQLite that you should be aware of.
...
@@ -604,7 +604,7 @@ specific to SQLite that you should be aware of.
.. _sqlite-string-matching:
.. _sqlite-string-matching:
Substring matching and case sensitivity
Substring matching and case sensitivity
---------------------------------------
--
---------------------------------------
For all SQLite versions, there is some slightly counter-intuitive behavior when
For all SQLite versions, there is some slightly counter-intuitive behavior when
attempting to match some types of strings. These are triggered when using the
attempting to match some types of strings. These are triggered when using the
...
...
docs/ref/models/fields.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -356,7 +356,7 @@ respect to the month.
...
@@ -356,7 +356,7 @@ respect to the month.
Like :attr:`~Field.unique_for_date` and :attr:`~Field.unique_for_month`.
Like :attr:`~Field.unique_for_date` and :attr:`~Field.unique_for_month`.
``verbose_name``
``verbose_name``
----------------
---
----------------
.. attribute:: Field.verbose_name
.. attribute:: Field.verbose_name
...
@@ -365,7 +365,7 @@ will automatically create it using the field's attribute name, converting
...
@@ -365,7 +365,7 @@ will automatically create it using the field's attribute name, converting
underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`.
underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`.
``validators``
``validators``
--------------
-----
--------------
.. attribute:: Field.validators
.. attribute:: Field.validators
...
@@ -415,7 +415,7 @@ guaranteed to fit numbers from ``-9223372036854775808`` to
...
@@ -415,7 +415,7 @@ guaranteed to fit numbers from ``-9223372036854775808`` to
:class:`~django.forms.TextInput`.
:class:`~django.forms.TextInput`.
``BinaryField``
``BinaryField``
---------------
----
---------------
.. class:: BinaryField(**options)
.. class:: BinaryField(**options)
...
...
docs/ref/models/indexes.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -28,7 +28,7 @@ options`_.
...
@@ -28,7 +28,7 @@ options`_.
Creates an index (B-Tree) in the database.
Creates an index (B-Tree) in the database.
``fields``
``fields``
----------
-
----------
.. attribute:: Index.fields
.. attribute:: Index.fields
...
...
docs/ref/models/options.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -302,7 +302,7 @@ Django quotes column and table names behind the scenes.
...
@@ -302,7 +302,7 @@ Django quotes column and table names behind the scenes.
human_readable_permission_name)``.
human_readable_permission_name)``.
``default_permissions``
``default_permissions``
-----------------------
-------
-----------------------
.. attribute:: Options.default_permissions
.. attribute:: Options.default_permissions
...
...
docs/ref/settings.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -1488,7 +1488,7 @@ Monday and so on.
...
@@ -1488,7 +1488,7 @@ Monday and so on.
.. setting:: FIXTURE_DIRS
.. setting:: FIXTURE_DIRS
``FIXTURE_DIRS``
``FIXTURE_DIRS``
----------------
-
----------------
Default: ``[]`` (Empty list)
Default: ``[]`` (Empty list)
...
@@ -1949,7 +1949,7 @@ See :tfilter:`allowed date format strings <date>`. See also
...
@@ -1949,7 +1949,7 @@ See :tfilter:`allowed date format strings <date>`. See also
.. setting:: NUMBER_GROUPING
.. setting:: NUMBER_GROUPING
``NUMBER_GROUPING``
``NUMBER_GROUPING``
-------------------
-
-------------------
Default: ``0``
Default: ``0``
...
...
docs/topics/conditional-view-processing.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -147,7 +147,7 @@ using one of these decorators::
...
@@ -147,7 +147,7 @@ using one of these decorators::
front_page = last_modified(latest_entry)(front_page)
front_page = last_modified(latest_entry)(front_page)
Use ``condition`` when testing both conditions
Use ``condition`` when testing both conditions
----------------------------------------------
--
----------------------------------------------
It might look nicer to some people to try and chain the ``etag`` and
It might look nicer to some people to try and chain the ``etag`` and
``last_modified`` decorators if you want to test both preconditions. However,
``last_modified`` decorators if you want to test both preconditions. However,
...
...
docs/topics/db/models.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -1349,7 +1349,7 @@ Or use a common ancestor to hold the :class:`~django.db.models.AutoField`::
...
@@ -1349,7 +1349,7 @@ Or use a common ancestor to hold the :class:`~django.db.models.AutoField`::
pass
pass
Field name "hiding" is not permitted
Field name "hiding" is not permitted
------------------------------------
-
------------------------------------
In normal Python class inheritance, it is permissible for a child class to
In normal Python class inheritance, it is permissible for a child class to
override any attribute from the parent class. In Django, this isn't usually
override any attribute from the parent class. In Django, this isn't usually
...
...
docs/topics/db/multi-db.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -549,7 +549,7 @@ solution is to use ``db_manager()``, like this::
...
@@ -549,7 +549,7 @@ solution is to use ``db_manager()``, like this::
``db_manager()`` returns a copy of the manager bound to the database you specify.
``db_manager()`` returns a copy of the manager bound to the database you specify.
Using ``get_queryset()`` with multiple databases
Using ``get_queryset()`` with multiple databases
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you're overriding ``get_queryset()`` on your manager, be sure to
If you're overriding ``get_queryset()`` on your manager, be sure to
either call the method on the parent (using ``super()``) or do the
either call the method on the parent (using ``super()``) or do the
...
...
docs/topics/i18n/translation.txt
Dosyayı görüntüle @
a3af8c99
...
@@ -1638,7 +1638,7 @@ That's it. Your translations are ready for use.
...
@@ -1638,7 +1638,7 @@ That's it. Your translations are ready for use.
files by default then you will need to reconfigure it.
files by default then you will need to reconfigure it.
Troubleshooting: ``gettext()`` incorrectly detects ``python-format`` in strings with percent signs
Troubleshooting: ``gettext()`` incorrectly detects ``python-format`` in strings with percent signs
--------------------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------------------
In some cases, such as strings with a percent sign followed by a space and a
In some cases, such as strings with a percent sign followed by a space and a
:ref:`string conversion type <old-string-formatting>` (e.g.
:ref:`string conversion type <old-string-formatting>` (e.g.
...
...
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