From c373704c5012c262fdd184fa30c19203eccf26e5 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Wed, 4 Apr 2012 22:57:54 +0200 Subject: [PATCH] Some small typo fixes --- eav/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eav/models.py b/eav/models.py index bd005a8..049607b 100644 --- a/eav/models.py +++ b/eav/models.py @@ -107,11 +107,11 @@ class Attribute(models.Model): number of children, number of patients, has fever?, etc... Each attribute has a name, and a description, along with a slug that must - be unique. If you don't provide a slug, a default slug (derrived from + be unique. If you don't provide a slug, a default slug (derived from name), will be created. The *required* field is a boolean that indicates whether this EAV attribute - is required for entitys to which it applies. It defaults to *False*. + is required for entities to which it applies. It defaults to *False*. .. warning:: Just like a normal model field that is required, you will not be able