taiga-back/taiga
Anler Hp 3428a0bd01 Fix validation of fields in partial updates
For some reason validation of fields in partial updates wasn't
triggered. Investigating I found that in the case of partial updates
every field is marked as not-required when constructing the serializer:

rest_framework/fields.py:173
        if self.partial:
            self.required = False

but I couldn't a find where the place (if such a place exists) where the
fields that came in the PATCH request are marked as required again in
order to trigger their validation.

Basically this hotfix does that, mark as required every field present in
the PATCH request so their validation is performed.
2014-08-07 16:30:34 +02:00
..
auth Fix api auth tests 2014-08-01 15:07:57 +02:00
base Fix validation of fields in partial updates 2014-08-07 16:30:34 +02:00
events Delete the rest of django test 2014-06-15 11:18:16 +02:00
front Adding change email functionality 2014-08-04 10:15:32 +02:00
locale/es/LC_MESSAGES US#49: Renaming app to Taiga 2014-01-27 17:33:43 +01:00
mdrender Fixed some errors and tests on mdrender 2014-07-31 08:59:12 +02:00
permissions Removed unused permissions 2014-08-05 14:44:38 +02:00
projects Fix validation of fields in partial updates 2014-08-07 16:30:34 +02:00
searches [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
timeline [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
users Making the error message for bad email change token more explicit 2014-08-05 10:06:21 +02:00
userstorage [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
__init__.py Integration with RabbitMQ and Celery 2014-07-02 09:49:56 +02:00
celery.py Integration with RabbitMQ and Celery 2014-07-02 09:49:56 +02:00
deferred.py Support for CELERY_ALWAYS_EAGER 2014-07-02 13:40:36 +02:00
routers.py Some notify policy api improvements 2014-07-31 18:11:04 +02:00
urls.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
wsgi.py Move settings to project repo root path. 2014-02-28 12:10:25 +01:00