Django

Code

Changeset 5094

Show
Ignore:
Timestamp:
04/26/07 09:52:40 (1 year ago)
Author:
adrian
Message:

Added note about Django development version to docs/authentication.txt change from [5073]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r5073 r5094  
    209209to salt the raw password to create the hash. Note that the ``crypt`` method is 
    210210only supported on platforms that have the standard Python ``crypt`` module 
    211 available. 
     211available, and ``crypt`` support is only available in the Django development 
     212version. 
    212213 
    213214For example::