File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ application and in any forms automatically generated using ``ModelForm``.
125
125
Registering your models
126
126
=======================
127
127
128
- **New in developement version**
129
-
130
128
Your Django models can be registered with the tagging application to
131
129
access some additional tagging-related features.
132
130
@@ -366,8 +364,6 @@ methods:
366
364
greater than or equal to ``min_count``, pass a value for the
367
365
``min_count`` argument.
368
366
369
- **New in development version**
370
-
371
367
* ``usage_for_queryset(queryset, counts=False, min_count=None)`` --
372
368
Obtains a list of tags associated with instances of a model contained
373
369
in the given queryset.
@@ -454,8 +450,6 @@ greater than 99::
454
450
455
451
.. _`field lookups`: http://docs.djangoproject.com/en/dev/topics/db/queries/#field-lookups
456
452
457
- **New in development version**
458
-
459
453
The ``usage_for_queryset`` method allows you to pass a pre-filtered
460
454
queryset to be used when determining tag usage::
461
455
You can’t perform that action at this time.
0 commit comments