hexr:master

Last commit made on 2022-08-26
Get this branch:
git clone -b master https://git.launchpad.net/hexr
Members of HEXR Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:hexr

Recent commits

0e7741c... by Jonathan Cave

Merge pull request #25 from canonical/django22

Django 2.2 upgrade

9a05905... by Sheila Miguez

Merge pull request #61 from canonical/remove-celerytasks

Remove celerytasks code and tests which are no longer used

3c4d29c... by Nadzeya Hutsko

Remove exclude-dir from setup.cfg

fcaa30b... by Nadzeya Hutsko

Remove celerytasks

864f2dc... by Sheila Miguez

Merge pull request #60 from canonical/fix-utility-tags

Fix utility tags

2fa9ae5... by Sheila Miguez

move utility_tags to hardware app

Django's templattag discovery only searches for tags
in templatetags directories inside of apps. This fix
removes the spurious templatags directory that is not
nested under an app and moves the utility_tags defined
there to the hardware apps, since that is where the
template lives that used the tag.

00389d3... by Sheila Miguez

Merge pull request #59 from canonical/tastypie-fork-fixes

Tastypie fork fixes

59545a7... by Sheila Miguez

Merge pull request #58 from canonical/remove-old-view-code-from-public

Remove old view code from the public site

832c7f6... by Nadzeya Hutsko

Remove public/content/templatetags, tests, urls and views

25e7555... by Sheila Miguez

use fork of tastypie to resolve issues

Use fork of tastypie to resolve issues caused by
https://github.com/django-tastypie/django-tastypie/issues/1639
https://github.com/django-tastypie/django-tastypie/issues/1618
Issue 1639 caused a failure in tastypie's form validation, which
affected how ComponentResources got created via the api.
Issue 1618 caused failures in doing filtering over relations, e.g.
/api/v1/hardware?location__name__startswith=Hom

Resolves C3-101