Bug fixes:
- Remove imports in django_features.custom_fields.models.init.py to fix circular imports.
New features:
- Removes the predefined custom field and value models and reverts the swappable feature. (
TI-3652 <https://4teamwork.atlassian.net/browse/TI-3652>_)
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
New features:
- Benutzerdefinierte Felder sind jetzt filterbar. (
TI-2981 <https://4teamwork.atlassian.net/browse/TI-2981>_)
New features:
- Add the possibility to get a default value with an instance method in the MappingSerializer. TI-2994
Other changes:
- Provide the unmapped data data in the mapping serializer. TI-2994
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>_)
Bug fixes:
- Array custom fields get annotated correctly.
Bug fixes:
- (
master <https://4teamwork.atlassian.net/browse/master>_)
Bug fixes:
- Handle None values when setting custom values. (
master <https://4teamwork.atlassian.net/browse/master>_)
Other changes:
- Improve MappingSerializer and add option for more related fields. (
TI-2893 <https://4teamwork.atlassian.net/browse/TI-2893>_)
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>_)
Other changes:
- [system_message]: Fix empty relation for dismissed users and handle unauthorized queryset filters. (
TI-2893 <https://4teamwork.atlassian.net/browse/TI-2893>_)
New features:
- The page and page size query params are now configurable. (
TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)
Bug fixes:
- Make the dismiss endpoint more flexible by adding optional args and kwargs params. (
TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)
Other changes:
- Use BigAutoField as auto field. (
TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)
Bug fixes:
- Default system message type names fixed. (
TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)
New features:
- The system messages feature has been introduced. (
TI-2887 <https://4teamwork.atlassian.net/browse/TI-2887>_)