From 81bb3d9e7441f1d51acbea8e2771355614f981d3 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sun, 25 Feb 2007 17:18:17 +0000 Subject: [PATCH] Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, asmodai. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4578 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/model-api.txt b/docs/model-api.txt index 0a10918d54..53c0c21750 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -338,6 +338,14 @@ instead of a ``BooleanField`` with ``null=True``. The admin represents this as a ``