Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Update broken links
Browse files Browse the repository at this point in the history
Update broken links
  • Loading branch information
jay754 committed Mar 26, 2013
1 parent 3c093c5 commit 546edd4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion appendixA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -932,4 +932,4 @@ The plural name for the object::

verbose_name_plural = "stories"

If this isn't given, Django will use ``verbose_name`` + ``"s"``.
If this isn't given, Django will use ``verbose_name`` + ``"s"``.
2 changes: 1 addition & 1 deletion appendixB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1369,4 +1369,4 @@ standpoint. For instructions, see Appendix A.
Finally, it's important to note that the Django database layer is merely an
interface to your database. You can access your database via other tools,
programming languages, or database frameworks -- there's nothing Django-specific
about your database.
about your database.
2 changes: 1 addition & 1 deletion appendixC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,4 +929,4 @@ In addition to ``extra_context``, the template's context will be as follows:
* ``object``: The object. This variable's name depends on the
``template_object_name`` parameter, which is ``'object'`` by default. If
``template_object_name`` is ``'foo'``, this variable's name will be
``foo``.
``foo``.
2 changes: 1 addition & 1 deletion appendixD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -927,4 +927,4 @@ Different locales have different formats. For example, U.S. English would use
"January 2006," whereas another locale might use "2006/January."

See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT``, and
``MONTH_DAY_FORMAT``.
``MONTH_DAY_FORMAT``.
2 changes: 1 addition & 1 deletion appendixE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1424,4 +1424,4 @@ returns one of those strings according to the value (see Table F-4).
``None`` ``"yeah,no,maybe"`` ``maybe``
``None`` ``"yeah,no"`` ``"no"`` (converts None to False
if no mapping for None is given)
========== ====================== ==================================
========== ====================== ==================================
2 changes: 1 addition & 1 deletion appendixF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,4 +730,4 @@ distribution. It enables tab-completion of ``django-admin.py`` and
* Type ``django-admin.py``.
* Press [TAB] to see all available options.
* Type ``sql``, then [TAB], to see all available options whose names start
with ``sql``.
with ``sql``.
2 changes: 1 addition & 1 deletion appendixG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,4 @@ URLconf, like so::
...
)

handler500 = 'mysite.views.my_custom_error_view'
handler500 = 'mysite.views.my_custom_error_view'
4 changes: 2 additions & 2 deletions chapter01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,5 @@ to database design, to deployment -- feel free to ask questions online.
What's Next
-----------

In `chapter02.rst, we'll get started with Django, covering installation and
initial setup.
In .. _chapter2: chapter02.rst/, we'll get started with Django, covering installation and
initial setup.
2 changes: 1 addition & 1 deletion chapter02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,4 @@ What's Next?
============

Now that you have everything installed and the development server running,
you're ready to :doc:`learn the basics <chapter03>` of serving Web pages with Django.
you're ready to :doc: learn the basics .. _chapter3: chapter03.rst/ of serving Web pages with Django.
2 changes: 1 addition & 1 deletion chapter14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1236,4 +1236,4 @@ available.
In the `next chapter`_, we'll take a look at Django's caching infrastructure,
which is a convenient way to improve the performance of your application.

.. _next chapter: chapter15.rst/
.. _next chapter: chapter15.rst/
2 changes: 1 addition & 1 deletion chapter19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -940,4 +940,4 @@ What's Next?
The `final chapter`_ focuses on security -- how you can help secure your sites and
your users from malicious attackers.

.. _final chapter: chapter20.rst/
.. _final chapter: chapter20.rst/

0 comments on commit 546edd4

Please sign in to comment.