From c4fa8a158aa3ca0623c867ae67afc47b92277ed6 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 21 Jun 2006 04:49:12 +0000 Subject: [PATCH] Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to asmodai for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3184 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/model-api.txt b/docs/model-api.txt index 0dc98416a3..5934b7fdd0 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -322,6 +322,19 @@ instead of a ``BooleanField`` with ``null=True``. The admin represents this as a ``