aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:49 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:49 -0700
commit29425a36c920e9b54e5860429ef3e3ce639fb155 (patch)
treeedea6a643fec30f40ca1a05be55ae401fcc344de /docs
parent99fde585a39d7867d2c2257b74a7cc441bc9f2a5 (diff)
downloadpython-django-tagging-29425a36c920e9b54e5860429ef3e3ce639fb155.tar
python-django-tagging-29425a36c920e9b54e5860429ef3e3ce639fb155.tar.gz
Imported Upstream version 0.3.1upstream/0.3.1
Diffstat (limited to 'docs')
-rw-r--r--docs/._overview.txtbin0 -> 188 bytes
-rw-r--r--docs/overview.txt6
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/._overview.txt b/docs/._overview.txt
new file mode 100644
index 0000000..c4db396
--- /dev/null
+++ b/docs/._overview.txt
Binary files 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::