Author: adrian
Date: 2007-04-26 09:52:40 -0500 (Thu, 26 Apr 2007)
New Revision: 5094

Modified:
   django/trunk/docs/authentication.txt
Log:
Added note about Django development version to docs/authentication.txt change 
from [5073]

Modified: django/trunk/docs/authentication.txt
===================================================================
--- django/trunk/docs/authentication.txt        2007-04-26 14:51:50 UTC (rev 
5093)
+++ django/trunk/docs/authentication.txt        2007-04-26 14:52:40 UTC (rev 
5094)
@@ -208,7 +208,8 @@
 used to perform a one-way hash of the password. Salt is a random string used
 to salt the raw password to create the hash. Note that the ``crypt`` method is
 only supported on platforms that have the standard Python ``crypt`` module
-available.
+available, and ``crypt`` support is only available in the Django development
+version.
 
 For example::
 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to