Skip to content

Latest commit

 

History

History
149 lines (75 loc) · 3.45 KB

File metadata and controls

149 lines (75 loc) · 3.45 KB

2026.3.1 (2026-03-11)

Bug fixes:

  • Remove imports in django_features.custom_fields.models.init.py to fix circular imports.

2026.3.0 (2026-03-03)

New features:

  • Removes the predefined custom field and value models and reverts the swappable feature. (TI-3652 <https://4teamwork.atlassian.net/browse/TI-3652>_)

2026.2.0 (2026-02-13)

New features:

  • The CustomField and CustomValue models are now swappable. (TI-2890 <https://4teamwork.atlassian.net/browse/TI-2890>_)

Bug fixes:

  • Fix MappingSerializer if many is true. TI-2893

2025.6.1 (2025-11-05)

New features:

  • Benutzerdefinierte Felder sind jetzt filterbar. (TI-2981 <https://4teamwork.atlassian.net/browse/TI-2981>_)

2025.6.0 (2025-10-30)

New features:

  • Add the possibility to get a default value with an instance method in the MappingSerializer. TI-2994

2025.5.14 (2025-10-30)

Other changes:

  • Provide the unmapped data data in the mapping serializer. TI-2994

2025.5.13 (2025-10-30)

Bug fixes:

  • Fixes AttributeError when overriding the init function of the CustomFieldBaseModelSerializer because of the params. (TI-2994 <https://4teamwork.atlassian.net/browse/TI-2994>_)

2025.5.10 (2025-10-27)

Bug fixes:

  • Array custom fields get annotated correctly.

2025.5.8 (2025-10-24)

Bug fixes:

  • (master <https://4teamwork.atlassian.net/browse/master>_)

2025.5.6 (2025-10-24)

Bug fixes:

  • Handle None values when setting custom values. (master <https://4teamwork.atlassian.net/browse/master>_)

2025.5.0 (2025-10-23)

Other changes:

  • Improve MappingSerializer and add option for more related fields. (TI-2893 <https://4teamwork.atlassian.net/browse/TI-2893>_)

2025.4.0 (2025-10-22)

New features:

  • Add new custom fields feature. (TI-2893 <https://4teamwork.atlassian.net/browse/TI-2893>_)
  • Implements the MappingValidationMixin to validate nested field mappings and MappingSerializer to import models with nested mapping. (TI-2893 <https://4teamwork.atlassian.net/browse/TI-2893>_)

2025.3.1 (2025-10-10)

Other changes:

  • [system_message]: Fix empty relation for dismissed users and handle unauthorized queryset filters. (TI-2893 <https://4teamwork.atlassian.net/browse/TI-2893>_)

2025.3.0 (2025-09-10)

New features:

  • The page and page size query params are now configurable. (TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)

2025.2.0 (2025-09-09)

Bug fixes:

  • Make the dismiss endpoint more flexible by adding optional args and kwargs params. (TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)

2025.1.2 (2025-09-04)

Other changes:

  • Use BigAutoField as auto field. (TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)

2025.1.1 (2025-09-04)

Bug fixes:

  • Default system message type names fixed. (TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)

2025.1.0 (2025-09-04)

New features:

  • The system messages feature has been introduced. (TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)