diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/._overview.txt | bin | 0 -> 188 bytes | |||
-rw-r--r-- | docs/overview.txt | 6 |
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/._overview.txt b/docs/._overview.txt Binary files differnew file mode 100644 index 0000000..c4db396 --- /dev/null +++ b/docs/._overview.txt diff --git a/docs/overview.txt b/docs/overview.txt index 8b65075..feb08c9 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -125,8 +125,6 @@ application and in any forms automatically generated using ``ModelForm``. Registering your models ======================= -**New in developement version** - Your Django models can be registered with the tagging application to access some additional tagging-related features. @@ -366,8 +364,6 @@ methods: greater than or equal to ``min_count``, pass a value for the ``min_count`` argument. -**New in development version** - * ``usage_for_queryset(queryset, counts=False, min_count=None)`` -- Obtains a list of tags associated with instances of a model contained in the given queryset. @@ -454,8 +450,6 @@ greater than 99:: .. _`field lookups`: http://docs.djangoproject.com/en/dev/topics/db/queries/#field-lookups -**New in development version** - The ``usage_for_queryset`` method allows you to pass a pre-filtered queryset to be used when determining tag usage:: |