summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-11-15 05:56:01 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-11-15 05:56:01 +0000
commitc0feb2fad97434ffb763f55ea03fe16d797661f0 (patch)
tree4ef2dd7c59284c1baf7b90d67feeb7a26b7cfd45 /docs/faq
parenta4782f05813063b8cb744f497f8f230637839ac8 (diff)
[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "development
version". Some were replaced with versionadded or versionchanged directives. Other, more minor ones, were removed altogether. Based on a patch from James Bennett. Backport of r9454 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/admin.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index eb228ef9b7..c23bdd1fe9 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -94,10 +94,3 @@ site is built using semantic HTML and plenty of CSS hooks, so any changes you'd
like to make should be possible by editing the stylesheet. We've got a
:ref:`guide to the CSS used in the admin <obsolete-admin-css>` to get you started.
-How do I create users without having to edit password hashes?
--------------------------------------------------------------
-
-If you'd like to use the admin site to create users, upgrade to the Django
-development version, where this problem was fixed on Aug. 4, 2006.
-
-You can also use the Python API. See :ref:`creating users <topics-auth-creating-users>` for full info.