Results 66 issues of Fred

Django and DRF serialize decimal fields as strings because https://github.com/encode/django-rest-framework/issues/508 These blow up on html number fields. Probably shouldn't

other at the moment has funny behvaour, e.g. in location, we have empty and ---- as another option, then if you're on Other and enter something in the row above...

The template calls `pathway.get_steps` and does not push any arguments to it. Sadly this may require a template tag, or pass steps through in the view.

at the moment we use the serialisers to track who has updated/created timestamps. Change this to use https://docs.djangoproject.com/en/2.0/ref/models/fields/#django.db.models.DateField you might decide to pass in a default lambda of timezone.now instead...

…d in a date by a new datewrapper directive So the theory is, we have edit item for 2 things, defaults and casting things to dates. If we're bringing information...

in progress

To reproduce: Create a subrecord that related fk_or_ft field to a new lookup list. create migrations. delete the fk_or_ft field and the lookup list. makemigrations/migrate will raise an error. I...

``` from opal.core import serialization serialization.deserialize_datetime("29/10/2017 01:00:00") ``` raises `AmbiguousTimeError: 2017-10-29 01:00:00` Solutions are a) include tz in the datetime input format b) change the `timezone.make_aware` call to `timezone.make_aware(a, timezone.get_current_timezone(),...

When I open a form, I often want to add a date in the date picker. For things like diagnosis, in general that date is going to be today or...