diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt index 4c7b570f00..ed705d5f21 100644 --- a/docs/faq/admin.txt +++ b/docs/faq/admin.txt @@ -54,7 +54,7 @@ can be used to control the visibility and editability of objects in the admin. My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python. --------------------------------------------------------------------------------------------------------------------------- -See :ref:`serving the admin files ` in the "How to use Django with mod_python" documentation. My "list_filter" contains a ManyToManyField, but the filter doesn't display. diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 8a926afc97..bab8fa1033 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -342,7 +342,7 @@ it would be deleted at the same time. Generic relations and aggregation --------------------------------- -:ref:`Django's database aggregation API ` doesn't work with a :class:`~django.contrib.contenttypes.generic.GenericRelation`. For example, you might be tempted to try something like:: diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 120cab384b..6131b247c1 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -380,7 +380,7 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every .. versionchanged:: 1.2 Prior to version 1.2, the ``messages`` variable was a lazy accessor for ``user.get_and_delete_messages()``. It has been changed to include any - messages added via the :ref:`messages framework `. django.core.context_processors.debug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index c2271f7552..1c1ce20f12 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -8,7 +8,7 @@ Aggregation .. currentmodule:: django.db.models -The topic guide on :ref:`Django's database-abstraction API ` described the way that you can use Django queries that create, retrieve, update and delete individual objects. However, sometimes you will need to retrieve values that are derived by summarizing or *aggregating* a