Skip to content

Commit 5e5a14a

Browse files
committed
Removed old "New in development version" notes in docs
git-svn-id: https://django-tagging.googlecode.com/svn/trunk@175 83e7428b-ec2a-0410-86f2-bf466d0e5e72
1 parent 87fc49b commit 5e5a14a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/overview.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ application and in any forms automatically generated using ``ModelForm``.
125125
Registering your models
126126
=======================
127127

128-
**New in developement version**
129-
130128
Your Django models can be registered with the tagging application to
131129
access some additional tagging-related features.
132130

@@ -366,8 +364,6 @@ methods:
366364
greater than or equal to ``min_count``, pass a value for the
367365
``min_count`` argument.
368366

369-
**New in development version**
370-
371367
* ``usage_for_queryset(queryset, counts=False, min_count=None)`` --
372368
Obtains a list of tags associated with instances of a model contained
373369
in the given queryset.
@@ -454,8 +450,6 @@ greater than 99::
454450

455451
.. _`field lookups`: http://docs.djangoproject.com/en/dev/topics/db/queries/#field-lookups
456452

457-
**New in development version**
458-
459453
The ``usage_for_queryset`` method allows you to pass a pre-filtered
460454
queryset to be used when determining tag usage::
461455

0 commit comments

Comments
 (0)