mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
This commit is contained in:
parent
5587485d49
commit
6c0042430e
24 changed files with 29 additions and 29 deletions
|
@ -1862,7 +1862,7 @@ __ https://github.com/django/django/blob/master/django/utils/log.py
|
|||
Default: ``'logging.config.dictConfig'``
|
||||
|
||||
A path to a callable that will be used to configure logging in the
|
||||
Django project. Points at a instance of Python's :ref:`dictConfig
|
||||
Django project. Points at an instance of Python's :ref:`dictConfig
|
||||
<logging-config-dictschema>` configuration method by default.
|
||||
|
||||
If you set :setting:`LOGGING_CONFIG` to ``None``, the logging
|
||||
|
|
|
@ -207,7 +207,7 @@ detail in :doc:`the ORM aggregation documentation </topics/db/aggregation>`.
|
|||
Query expressions
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Queries can now refer to a another field on the query and can traverse
|
||||
Queries can now refer to another field on the query and can traverse
|
||||
relationships to refer to fields on related models. This is implemented in the
|
||||
new :class:`~django.db.models.F` object; for full details, including examples,
|
||||
consult the :class:`F expressions documentation <django.db.models.F>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue