Christian González
Christian González
is this project dead?
even better: add it to the theme generator export modal: 
you could try using a wildcard?
I don't want to create another issue: This should also be applied to the url attr, which is a "core" attribute and not dynamicaly generated using kwargs: url should be...
Yes, this is my main urls.py: ```python import django from django.urls import path from main.views import MainView from django.views.i18n import JavaScriptCatalog urlpatterns = [...] js_info_dict = { 'packages': ('recurrence', ),...
I am adding unittests for the TetraJSONEncoder/Decoders. @samwillis, you wrote `TetraJSONEncoder` that is a subclass of `json.JSONEncoder`, but your docstring says it is based on `DjangoJSONEncoder`. You were copying some...
And on: The `TetraJSONDecoder` decodes the object when e.g. calling a method from the frontend/javascript: The `TetraJSONDecoder.object_hook` it receives is a dict like this: ```python {'key': None, 'account_type': 1, 'country':...
This is fixed in v0.3.0
I didn't find a way where to add this (documentation hints?), else I would have written a PR.
What do you mean with that link? Should I agree to some terms for this PR to be accepted? I couldn't find that "Microsoft Services Agreement" in https://github.com/executablebooks/.github/blob/master/CODE_OF_CONDUCT.md nor https://myst-parser.readthedocs.io/en/latest/develop/index.html...