Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Two very simple docs fixes.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Sep 3, 2011
1 parent a90a2e7 commit fd35d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ref/contrib/admin/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ creating your own ``AdminSite`` instance (see below), and changing the
``AdminSite`` objects
=====================

.. class:: AdminSite(name=None)
.. class:: AdminSite(name='admin')

A Django administrative site is represented by an instance of
``django.contrib.admin.sites.AdminSite``; by default, an instance of
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ operators, from lowest to highest, is as follows:
* ``and``
* ``not``
* ``in``
* ``==``, ``!=``, ``<``, ``>``,``<=``, ``>=``
* ``==``, ``!=``, ``<``, ``>``, ``<=``, ``>=``

(This follows Python exactly). So, for example, the following complex if tag:

Expand Down

0 comments on commit fd35d68

Please sign in to comment.