Florian Vogt
Florian Vogt
Hi, which interface should be implemented if I want to create my own array type? I have already tested various interfaces and always failed. As an example I want to...
I and some friends are happy to share our pictures about Lychee. When we're together we take all the photos and then it would be nice if we could put...
Found a bug? Please fill out the sections below. 👍 ### Issue Summary Template tags cannot be overwritten under Django v4.1 because a [check has been introduced](https://github.com/django/django/pull/15005) to prevent this....
When I open Firefox a private window and open the Auditorium, I get an error message.  ### Steps to Reproduce 1. Open Firefox 2. Menu...
## System OS: Linux Python: 3.5.1 Django: 1.9.5 Annoying: 0.9.0 ## Example From README.md. ``` from annoying.fields import AutoOneToOneField class MyProfile(models.Model): user = AutoOneToOneField(User, primary_key=True) home_page = models.URLField(max_length=255, blank=True) icq...
**Describe the solution you'd like** The Humanize package should use the translations from the CLDR package.
### Is your proposal related to a problem? I sometimes have `ListBlocks` with many items. Often it is not worth creating an extra snippet for it because the items are...