Tiago Silva
Tiago Silva
#### One line description of the issue When I use Django 3.2 LTS i have a fetchmany DatabaseError so I cannot use djongo as my NoSQL database and postgres as...
* Preparing release 0.9.0 version and changelog. @encode/maintainers let me know if this is enough.
## The name of the classifier to add. `"Framework :: Esmerald"` ## Reason why The reason being is because a the release of a new python ASGI framework that wants...
- Added 2 new functions to Thread model. Earliest and latest - Added mixins.py file and placed a LoginRequiredMixin base - Replaced decorator `login_required` by the new base mixin
**Is your feature request related to a problem? Please describe.** Adding a concept of the sent box or something that allows knowing who started a thread in the first place....
**Is your feature request related to a problem? Please describe.** I came to realize that the `first_message` functionality is limited to an old version of Django. Since django 1.11 we...
**Is your feature request related to a problem? Please describe.** In order to implement security for an application that uses this package, a lot needs to be done, for instance,...
Thank you everyone for the great project. Apologies if this PR looks big but in fact is just the initial setup. Let me explain what is this and how it...
. Add support for Marshalls. This is an optional alternative for serializing the Edgy models. This functionality allows to add extra fields to the final JSON payload sent by the...
This is on hold as it depends of some libraries moving to Python 3.13 as well