diff --git a/doc/api/resources/carts.rst b/doc/api/resources/carts.rst index 9b4fbd76a1..66feee20f0 100644 --- a/doc/api/resources/carts.rst +++ b/doc/api/resources/carts.rst @@ -43,10 +43,6 @@ seat objects The assigned se └ seat_guid string Identifier of the seat within the seating plan ===================================== ========================== ======================================================= -.. versionchanged:: 3.0 - - This ``seat`` attribute has been added. - .. versionchanged:: 4.14 This ``is_bundled`` attribute has been added and the cart creation endpoints have been updated. diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index 5a2939a7fb..9ff49e49ed 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -39,23 +39,6 @@ exit_all_at datetime Automatically c addon_match boolean If ``true``, tickets on this list can be redeemed by scanning their parent ticket if this still leads to an unambiguous match. ===================================== ========================== ======================================================= -.. versionchanged:: 3.9 - - The ``subevent`` attribute may now be ``null`` inside event series. The ``allow_multiple_entries``, - ``allow_entry_after_exit``, and ``rules`` attributes have been added. - -.. versionchanged:: 3.11 - - The ``subevent_match`` and ``exclude`` query parameters have been added. - -.. versionchanged:: 3.12 - - The ``exit_all_at`` attribute has been added. - -.. versionchanged:: 3.17 - - The ``ends_after`` and ``expand`` query parameters have been added. - .. versionchanged:: 4.12 The ``addon_match`` attribute has been added. diff --git a/doc/api/resources/events.rst b/doc/api/resources/events.rst index e7acc8a8a5..948101fd0d 100644 --- a/doc/api/resources/events.rst +++ b/doc/api/resources/events.rst @@ -52,34 +52,9 @@ sales_channels list A list of sales ===================================== ========================== ======================================================= -.. versionchanged:: 3.3 - - The attributes ``geo_lat`` and ``geo_lon`` have been added. - -.. versionchanged:: 3.4 - - The attribute ``timezone`` has been added. - -.. versionchanged:: 3.7 - - The attribute ``item_meta_properties`` has been added. - -.. versionchanged:: 3.12 - - The attribute ``valid_keys`` has been added. - -.. versionchanged:: 3.14 - - The attribute ``sales_channels`` has been added. - - Endpoints --------- -.. versionchanged:: 3.3 - - The events resource can now be filtered by meta data attributes. - .. versionchanged:: 4.0 The ``clone_from`` parameter has been added to the event creation endpoint. @@ -567,10 +542,6 @@ information about the properties. .. warning:: This API is intended for advanced users. Even though we take care to validate your input, you will be able to break your event using this API by creating situations of conflicting settings. Please take care. -.. versionchanged:: 3.6 - - Initial support for settings has been added to the API. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/settings/ Get current values of event settings. diff --git a/doc/api/resources/exporters.rst b/doc/api/resources/exporters.rst index 329b508b91..206a3c72b8 100644 --- a/doc/api/resources/exporters.rst +++ b/doc/api/resources/exporters.rst @@ -6,10 +6,6 @@ Data exporters pretix and it's plugins include a number of data exporters that allow you to bulk download various data from pretix in different formats. This page shows you how to use these exporters through the API. -.. versionchanged:: 3.13 - - This feature has been added to the API. - .. warning:: While we consider the methods listed on this page to be a stable API, the availability and specific input field diff --git a/doc/api/resources/giftcards.rst b/doc/api/resources/giftcards.rst index 64097ea186..4c8d74f1a9 100644 --- a/doc/api/resources/giftcards.rst +++ b/doc/api/resources/giftcards.rst @@ -40,10 +40,6 @@ text string Custom text of Endpoints --------- -.. versionadded:: 3.14 - - The transaction list endpoint was added. - .. http:get:: /api/v1/organizers/(organizer)/giftcards/ Returns a list of all gift cards issued by a given organizer. @@ -257,10 +253,6 @@ Endpoints "value": "15.37" } - .. versionchanged:: 3.5 - - This endpoint now returns status code ``409`` if the transaction would lead to a negative gift card value. - :param organizer: The ``slug`` field of the organizer to modify :param id: The ``id`` field of the gift card to modify :query boolean include_accepted: Also show gift cards issued by other organizers that are accepted by this organizer. diff --git a/doc/api/resources/invoices.rst b/doc/api/resources/invoices.rst index ac69feb3a0..e8ec492408 100644 --- a/doc/api/resources/invoices.rst +++ b/doc/api/resources/invoices.rst @@ -108,16 +108,6 @@ internal_reference string Customer's refe ===================================== ========================== ======================================================= -.. versionchanged:: 3.4 - - The attribute ``lines.number`` has been added. - -.. versionchanged:: 3.17 - - The attribute ``invoice_to_*``, ``invoice_from_*``, ``custom_field``, ``lines.item``, ``lines.variation``, ``lines.event_date_from``, - ``lines.event_date_to``, and ``lines.attendee_name`` have been added. - ``refers`` now returns an invoice number including the prefix. - .. versionchanged:: 4.1 The attributes ``fee_type`` and ``fee_internal_type`` have been added. diff --git a/doc/api/resources/items.rst b/doc/api/resources/items.rst index 61b8dbf577..9ca964f911 100644 --- a/doc/api/resources/items.rst +++ b/doc/api/resources/items.rst @@ -146,14 +146,6 @@ bundles list of objects Definition of b meta_data object Values set for event-specific meta data parameters. ===================================== ========================== ======================================================= -.. versionchanged:: 3.7 - - The attribute ``meta_data`` has been added. - -.. versionchanged:: 3.10 - - The attribute ``multi_allowed`` has been added to ``addons``. - .. versionchanged:: 4.0 The attributes ``require_membership``, ``require_membership_types``, ``grant_membership_type``, ``grant_membership_duration_like_event``, diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index 94d6161a78..976deaf0f5 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -98,30 +98,6 @@ last_modified datetime Last modificati ===================================== ========================== ======================================================= -.. versionchanged:: 3.5 - - The ``order.fees.canceled`` attribute has been added. - -.. versionchanged:: 3.8 - - The ``reactivate`` operation has been added. - -.. versionchanged:: 3.10 - - The ``search`` query parameter has been added. - -.. versionchanged:: 3.11 - - The ``exclude`` and ``subevent_after`` query parameter has been added. - -.. versionchanged:: 3.13 - - The ``subevent_before`` query parameter has been added. - -.. versionchanged:: 3.14 - - The ``phone`` attribute has been added. - .. versionchanged:: 4.0 The ``customer`` attribute has been added. @@ -210,27 +186,6 @@ pdf_data object Data object req ``pdf_data=true`` query parameter to your request. ===================================== ========================== ======================================================= -.. versionchanged:: 3.3 - - The ``url`` of a ticket ``download`` can now also return a ``text/uri-list`` instead of a file. See - :ref:`order-position-ticket-download` for details. - -.. versionchanged:: 3.5 - - The attribute ``canceled`` has been added. - -.. versionchanged:: 3.8 - - The attributes ``company``, ``street``, ``zipcode``, ``city``, ``country``, and ``state`` have been added. - -.. versionchanged:: 3.9 - - The ``checkin.type`` attribute has been added. - -.. versionchanged:: 3.16 - - Answers to file questions are now returned as an URL. - .. _order-payment-resource: Order payment resource @@ -291,10 +246,6 @@ details object Refund-specific List of all orders ------------------ -.. versionchanged:: 3.5 - - The ``include_canceled_positions`` and ``include_canceled_fees`` query parameters have been added. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/ Returns a list of all orders within a given event. @@ -474,10 +425,6 @@ List of all orders Fetching individual orders -------------------------- -.. versionchanged:: 3.5 - - The ``include_canceled_positions`` and ``include_canceled_fees`` query parameters have been added. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/ Returns information on one order, identified by its order code. @@ -1052,10 +999,6 @@ Creating orders Order state operations ---------------------- -.. versionchanged:: 3.12 - - The ``mark_paid`` operation now takes a ``send_email`` parameter. - .. http:post:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/mark_paid/ Marks a pending or expired order as successfully paid. @@ -1457,10 +1400,6 @@ Sending e-mails List of all order positions --------------------------- -.. versionchanged:: 3.5 - - The ``include_canceled_positions`` and ``include_canceled_fees`` query parameters have been added. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/orderpositions/ Returns a list of all order positions within a given event. @@ -1715,10 +1654,6 @@ Order position ticket download Manipulating individual positions --------------------------------- -.. versionchanged:: 3.15 - - The ``PATCH`` method has been added for individual positions. - .. versionchanged:: 4.8 The ``PATCH`` method now supports changing items, variations, subevents, seats, prices, and tax rules. @@ -2025,14 +1960,6 @@ otherwise, such as splitting an order or changing fees. Order payment endpoints ----------------------- -.. versionchanged:: 3.6 - - Payments can now be created through the API. - -.. versionchanged:: 3.12 - - The ``confirm`` operation now takes a ``send_email`` parameter. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/payments/ Returns a list of all payments for an order. @@ -2570,10 +2497,6 @@ Revoked ticket secrets With some non-default ticket secret generation methods, a list of revoked ticket secrets is required for proper validation. -.. versionchanged:: 3.12 - - Added revocation lists. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/revokedsecrets/ Returns a list of all revoked secrets within a given event. diff --git a/doc/api/resources/organizers.rst b/doc/api/resources/organizers.rst index 72cdfc8f0e..19b0b9ac3d 100644 --- a/doc/api/resources/organizers.rst +++ b/doc/api/resources/organizers.rst @@ -109,10 +109,6 @@ information about the properties. .. warning:: This API is intended for advanced users. Even though we take care to validate your input, you will be able to break your shops using this API by creating situations of conflicting settings. Please take care. -.. versionchanged:: 3.14 - - Initial support for settings has been added to the API. - .. http:get:: /api/v1/organizers/(organizer)/settings/ Get current values of organizer settings. diff --git a/doc/api/resources/questions.rst b/doc/api/resources/questions.rst index 62b13c8fcb..70c30ef28d 100644 --- a/doc/api/resources/questions.rst +++ b/doc/api/resources/questions.rst @@ -76,26 +76,9 @@ dependency_value string An old version for one value. **Deprecated.** ===================================== ========================== ======================================================= -.. versionchanged:: 3.5 - - The attribute ``help_text`` has been added. - -.. versionchanged:: 3.14 - - The attributes ``valid_*`` have been added. - -.. versionchanged:: 3.18 - - The attribute ``valid_file_portrait`` have been added. - Endpoints --------- -.. versionchanged:: 1.15 - - The questions endpoint has been extended by the filter queries ``ask_during_checkin``, ``requred``, and - ``identifier``. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/questions/ Returns a list of all questions within a given event. diff --git a/doc/api/resources/quotas.rst b/doc/api/resources/quotas.rst index ec1b9b402b..d409751cc5 100644 --- a/doc/api/resources/quotas.rst +++ b/doc/api/resources/quotas.rst @@ -36,10 +36,6 @@ available_number integer Number of avail slightly out of date. ``null`` means unlimited. ===================================== ========================== ======================================================= -.. versionchanged:: 3.10 - - The attribute ``release_after_exit`` has been added. - .. versionchanged:: 4.1 The ``with_availability`` query parameter has been added. diff --git a/doc/api/resources/subevents.rst b/doc/api/resources/subevents.rst index 11648c8611..94567e4134 100644 --- a/doc/api/resources/subevents.rst +++ b/doc/api/resources/subevents.rst @@ -59,22 +59,6 @@ seat_category_mapping object An object mappi last_modified datetime Last modification of this object ===================================== ========================== ======================================================= -.. versionchanged:: 3.3 - - The attributes ``geo_lat`` and ``geo_lon`` have been added. - -.. versionchanged:: 3.10 - - The ``disabled`` attribute has been added to ``item_price_overrides`` and ``variation_price_overrides``. - -.. versionchanged:: 3.12 - - The ``last_modified`` attribute has been added. - -.. versionchanged:: 3.18 - - The ``available_from``/``available_until`` attributes have been added to ``item_price_overrides`` and ``variation_price_overrides``. - .. versionchanged:: 4.15 The ``search`` query parameter has been added to filter sub-events by their name or location in any language. @@ -82,10 +66,6 @@ last_modified datetime Last modificati Endpoints --------- -.. versionchanged:: 3.3 - - The sub-events resource can now be filtered by meta data attributes. - .. versionchanged:: 4.1 The ``with_availability_for`` parameter has been added. diff --git a/doc/api/resources/vouchers.rst b/doc/api/resources/vouchers.rst index 0dd68cee88..6a5a2f4614 100644 --- a/doc/api/resources/vouchers.rst +++ b/doc/api/resources/vouchers.rst @@ -50,10 +50,6 @@ show_hidden_items boolean Only if set to ===================================== ========================== ======================================================= -.. versionchanged:: 3.4 - - The attribute ``seat`` has been added. - Endpoints --------- diff --git a/doc/api/resources/waitinglist.rst b/doc/api/resources/waitinglist.rst index 581e775f73..29b0e8aef6 100644 --- a/doc/api/resources/waitinglist.rst +++ b/doc/api/resources/waitinglist.rst @@ -30,12 +30,6 @@ subevent integer ID of the date ===================================== ========================== ======================================================= -.. versionchanged:: 1.15 - - The write operations ``POST``, ``PATCH``, ``PUT``, and ``DELETE`` have been added as well as a method to send out - vouchers. - - Endpoints --------- diff --git a/doc/development/implementation/permissions.rst b/doc/development/implementation/permissions.rst index 8c37127285..ef6a4156dd 100644 --- a/doc/development/implementation/permissions.rst +++ b/doc/development/implementation/permissions.rst @@ -184,11 +184,6 @@ Most of these methods work identically on :class:`pretix.base.models.TeamAPIToke Staff sessions -------------- -.. versionchanged:: 1.14 - - In 1.14, the ``User.is_superuser`` attribute has been deprecated and statically set to return ``False``. Staff - sessions have been newly introduced. - System administrators of a pretix instance are identified by the ``is_staff`` attribute on the user model. By default, the regular permission rules apply for users with ``is_staff = True``. The only difference is that such users can temporarily turn on "staff mode" via a button in the user interface that grants them **all permissions** as long as diff --git a/doc/user/events/widget.rst b/doc/user/events/widget.rst index a2f6d0ac05..432840fde4 100644 --- a/doc/user/events/widget.rst +++ b/doc/user/events/widget.rst @@ -447,8 +447,4 @@ Hosted or pretix Enterprise are active, you can pass the following fields: -.. versionchanged:: 3.6 - - Dynamically opening the widget has been added in pretix 3.6. - .. _Let's Encrypt: https://letsencrypt.org/