diff options
| author | Tom Christie <tom@tomchristie.com> | 2012-11-09 16:15:19 +0000 |
|---|---|---|
| committer | Tom Christie <tom@tomchristie.com> | 2012-11-09 16:15:19 +0000 |
| commit | 5bc6929f9af4d71065bce42578e49354096a7bf4 (patch) | |
| tree | 1515f49d48188a47f331347a9410f064316e1d65 | |
| parent | f824a951776db86c04aaefc1e7c1c12ffb84c798 (diff) | |
Include `versionadded 1.5` directive
| -rw-r--r-- | docs/ref/class-based-views/mixins-multiple-object.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/class-based-views/mixins-multiple-object.txt b/docs/ref/class-based-views/mixins-multiple-object.txt index e6abf26e6a..bdcb43b163 100644 --- a/docs/ref/class-based-views/mixins-multiple-object.txt +++ b/docs/ref/class-based-views/mixins-multiple-object.txt @@ -74,6 +74,8 @@ MultipleObjectMixin .. attribute:: page_kwarg + .. versionadded:: 1.5 + A string specifying the name to use for the page parameter. The view will expect this prameter to be available either as a query string parameter (via ``request.GET``) or as a kwarg variable specified |
