@@ -21,7 +21,7 @@ check `Wikipedia
21
21
<http://pypi.python.org/pypi/eav-django/1.0.2> `_ written by Andrey
22
22
Mikhaylenko.
23
23
24
- There are a few notable differences between this implimentation and the
24
+ There are a few notable differences between this implementation and the
25
25
eav-django implementation.
26
26
27
27
* 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
192
192
What about if you have a foreign key to a model that uses eav, but you want
193
193
to filter from a model that doesn't use eav? For example, let's say you have
194
194
a ``Patient `` model that **doesn't ** use eav, but it has a foreign key to
195
- ``Encounter `` that **does ** use eav. You can even filter through eav accross
195
+ ``Encounter `` that **does ** use eav. You can even filter through eav across
196
196
this relationship, but you need to use the eav manager for ``Patient ``.
197
197
198
198
Just register ``Patient `` with eav, but set ``manager_only = True ``
@@ -228,7 +228,7 @@ Known Issues
228
228
Q Object Filters
229
229
----------------
230
230
Due to an unexplained Q object / generic relation issue, exclude filters with
231
- EAV Q objects, or EAV Q objects ANDed together may produce innacurate results.
231
+ EAV Q objects, or EAV Q objects ANDed together may produce inaccurate results.
232
232
233
233
Additional Resources
234
234
====================
0 commit comments