Results 66 issues of Fred

Fixes #2021 make sure we return the human readable part of the tuple

At present get_field_enum returns the database saved value in the model (ie the first element in the tuple). Change this to return the human readable part (ie the second(. [django...

the date_of_birth_field does not honour the `required` argument. Usually this is not an issue as the field is not required on the demographics model however applications may want it to...

Updates to the Dependency Graph * Django: 2.2.16 -> 3.2 * Django-compressor: 2.4 -> 3.0 * django-reversion: 3.0.8 -> 4.0.2 More details: https://github.com/openhealthcare/Development/issues/57

Opal v0.24.0

When a consistency error is raised for an object include the class name and the id

no contentType is being set on JSON posts so tasty pie errors probably should be contentType = "application/json"; depending on which servers you want to support. Backbone allows funky stuff...