From 29425a36c920e9b54e5860429ef3e3ce639fb155 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 11:51:49 -0700 Subject: Imported Upstream version 0.3.1 --- docs/._overview.txt | Bin 0 -> 188 bytes docs/overview.txt | 6 ------ 2 files changed, 6 deletions(-) create mode 100644 docs/._overview.txt (limited to 'docs') diff --git a/docs/._overview.txt b/docs/._overview.txt new file mode 100644 index 0000000..c4db396 Binary files /dev/null and b/docs/._overview.txt differ 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:: -- cgit v1.2.3