From 9bfb30b94bbaa121534eed7424fc678854bd1540 Mon Sep 17 00:00:00 2001 From: David Gelvin Date: Wed, 29 Sep 2010 13:25:41 +0300 Subject: [PATCH] More spelling corrections --- README.rst | 2 +- docs/index.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2a87952..c0aac2d 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ check `Wikipedia `_ written by Andrey Mikhaylenko. - There are a few notable differences between this implimentation and the + There are a few notable differences between this implementation and the eav-django implementation. * This one is called django-eav, whereas the other is called eav-django. diff --git a/docs/index.rst b/docs/index.rst index 83e1954..47474f9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,7 +21,7 @@ check `Wikipedia `_ written by Andrey Mikhaylenko. - There are a few notable differences between this implimentation and the + There are a few notable differences between this implementation and the eav-django implementation. * This one is called django-eav, whereas the other is called eav-django. @@ -192,7 +192,7 @@ You can even use Q objects, however there are some known issues What about if you have a foreign key to a model that uses eav, but you want to filter from a model that doesn't use eav? For example, let's say you have a ``Patient`` model that **doesn't** use eav, but it has a foreign key to -``Encounter`` that **does** use eav. You can even filter through eav accross +``Encounter`` that **does** use eav. You can even filter through eav across this relationship, but you need to use the eav manager for ``Patient``. Just register ``Patient`` with eav, but set ``manager_only = True`` @@ -228,7 +228,7 @@ Known Issues Q Object Filters ---------------- Due to an unexplained Q object / generic relation issue, exclude filters with -EAV Q objects, or EAV Q objects ANDed together may produce innacurate results. +EAV Q objects, or EAV Q objects ANDed together may produce inaccurate results. Additional Resources ====================