Removed a nonexistent link in the docs.
This commit is contained in:
parent
355572ac56
commit
4132e013ec
|
@ -668,13 +668,13 @@ option reference </ref/models/options>`.
|
||||||
Model attributes
|
Model attributes
|
||||||
================
|
================
|
||||||
|
|
||||||
:attr:`~objects`
|
``objects``
|
||||||
The most important attribute of a model is the
|
The most important attribute of a model is the
|
||||||
:class:`~django.db.models.Manager`, which is the interface through which
|
:class:`~django.db.models.Manager`. It's the interface through which
|
||||||
database query operations are provided to Django models and is used to
|
database query operations are provided to Django models and is used to
|
||||||
:ref:`retrieve the instances <retrieving-objects>` from the database. If no
|
:ref:`retrieve the instances <retrieving-objects>` from the database. If no
|
||||||
custom Manager is defined, the default name is ``objects``. Managers are
|
custom ``Manager`` is defined, the default name is ``objects``. Managers
|
||||||
only accessible via model classes, not the model instances.
|
are only accessible via model classes, not the model instances.
|
||||||
|
|
||||||
.. _model-methods:
|
.. _model-methods:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue