Julie Rymer

Results 24 issues of Julie Rymer

We get an exception when the missing image file has previously been symlinked and for whatever reason the link got broken (it happened to me after upgrading the python version...

3 little changes (one for each commit): - in checkout template, use line object everywhere - add consistency to review file location and detail url retrieval - make every communication...

There were some typos in the verbose name of some fields of Order models. I fixed them and made the appropriate change to migration files (verbose name does not actually...

There was a typo in `has_children` computation, the wrong variable is used for the comparison. I also added a test for `get_annotated_list`'s `num_to_close` and `has_children` values.

Fixed a bug about a basket warning message that couldn't be discovered by makemessage as well as fixed the `makemessages` command in the makefile. Prevent some access to db properties...

Needs tests

In `catalogue.Importer`, we have the `_fetch_item` function as a practical override entry point. But instead of using it, `_process_image` is reimplementing the same logic directly in the function. I fixed...

communication app had 2 unused config file: a fully commented out one (the urls previously defined in it are already defined in the customer app) and an unused classic django...

### Pertinent section of the Wagtail docs https://docs.wagtail.org/en/stable/advanced_topics/accessibility_considerations.html#forms ### Details In the documentation about forms accessibility, some considerations are raised that directly references django tickets. Some of those tickets have...

Documentation

I propose to use `cached_property` on all, if not most of seo properties. Some properties are accessed several times in the template, and so provoke unnecessary duplicate db queries.

Fix #60 An alternative solution from #63 to remove struct data from `SeoMixin`, by creating `SeoOrgMixin` instead. I find this solution much less risky, the impact for the upgrade is...