Ben Murden
Ben Murden
Addresses #41.
The default in Ember from 3.14 is to not include jQuery. Therefore, we can no longer expect it to be there for all users.
Someone has gotta do it.
It's nice that Bootstrap and Foundation are supported out-of-the-box, but it seems like it wouldn't be too much more effort just to make the base class and type prefix configurable....
Resolves #595 Regex tests https://regex101.com/r/iWpOQf/1
Looks like it should be mustard yellow like all the other types, unless I missed something.
There are a few outstanding PRs that would be nice to have. If there is no bandwidth to deal with these, perhaps it's time to consider adding a collaborator.
https://github.com/django-oscar/django-oscar-accounts/blob/e03ecdf8499736462d00690e74e15f4608a09fdd/src/oscar_accounts/abstract_models.py#L487-L489 There is no `total_blocks` property on this model, so are inheriting classes meant to implement it, or is this old code that can be removed?
There are some updates I'd like to make e.g. #42, which would require dropping support for unsupported versions of Django. @frankwiles would you be okay with making a major version...
- Add tox and pytest for easier testing and coverage reports - django-coverage is no longer maintained - Make new migrations - Add `on_delete=models.PROTECT` to foreign keys. - Remove compatibility...