Author: ramiro
Date: 2011-09-03 10:46:16 -0700 (Sat, 03 Sep 2011)
New Revision: 16718
Modified:
django/trunk/docs/ref/contrib/admin/index.txt
django/trunk/docs/ref/templates/builtins.txt
Log:
Two very simple docs fixes.
Modified: django/trunk/docs/ref/contrib/admin/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/index.txt 2011-09-03 12:53:08 UTC
(rev 16717)
+++ django/trunk/docs/ref/contrib/admin/index.txt 2011-09-03 17:46:16 UTC
(rev 16718)
@@ -1748,7 +1748,7 @@
``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
Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt 2011-09-03 12:53:08 UTC
(rev 16717)
+++ django/trunk/docs/ref/templates/builtins.txt 2011-09-03 17:46:16 UTC
(rev 16718)
@@ -529,7 +529,7 @@
* ``and``
* ``not``
* ``in``
- * ``==``, ``!=``, ``<``, ``>``,``<=``, ``>=``
+ * ``==``, ``!=``, ``<``, ``>``, ``<=``, ``>=``
(This follows Python exactly). So, for example, the following complex if tag:
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.