-
* `|babel_date` is unused as far as I can tell, might need more verification
* `|babel_datetime` and `|datetime` template filters should be ported to django's `|date` template filter
Something lik…
-
I love the `picture` template tag, which renders a picture element with multiple image format sources. This works perfectly fine and simplifies my template code for images significantly. The only feat…
-
it seems like the code is having issues truncating a date
---
Sentry Issue: [COURTLISTENER-6Q5](https://freelawproject.sentry.io/issues/4976778181/?referrer=github_integration)
```
TypeError: 'Posi…
-
**Moving Non-Model Features** -3
- [ ] Subdivide different components of extras
- [ ] Lift-and-shift the code from extras to core
- [ ] Correct import paths from other apps to the now core import p…
-
**Python version**
3.11.7
**Django version**
4.2.8
**Package version**
0.28.3
**Current behavior (bug description)**
If you do not use `django.middleware.locale.LocaleMiddleware` in your …
-
### Issue Summary
I added two custom views with menu items to the Wagtail backend. I now wanted to secure these views with custom permissions. There is no underlying django.Model behind these views…
biki updated
8 months ago
-
Templates and tags are currently just put in to `templates` and `templatetags` directives respectively. It wont be too hard depending on what people name djelm programs for clashes to occur.
Offici…
-
## Description
If a page exists in multiple languages, for instance German and English, and the English version is published but the German version is unpublished, then the German version does not …
jrief updated
6 months ago
-
It seems that Django's makemessages does not recognize/find a simple translated string within a component's inline template:
```python
@default.register
class Foo(Component):
template: djang…
-
Hi,
I'm trying to use WagtailCRX for a multi-languages website (french, japanese and english).
I started implementing i18n with wagtail-localize and it seems to be working as intended for pages …