Alexander Lyabah
Alexander Lyabah
I think If user creates a new post or comment he should be able to remove it, not only edit
## Project Information 1. **Project Name:** django-content-settings 2. **Project URL:** https://github.com/occipital/django-content-settings 3. **Description:** _offering users the ability to easily create and manage editable variables directly from the Django admin panel....
I'm create model, which have CharField as PrimaryKey. And on final stage of project I try to add SpinxSearch by this model. And Sphinx doesn't support non integer document id....
**Problem Statement** I enjoy using simple history so far, but I've just found out about [F-expression issue](https://django-simple-history.readthedocs.io/en/latest/common_issues.html#using-f-expressions) **Possible solution here** Maybe for cases where I want to use F-expression I...
As there is an options of using content settings in combine with the settings we need a validation of the name intersection when creating a new setting. `CONTENT_SETTINGS_DJANGO_COMBINE=False` by default...
Make a current caching scheme as extendable backend, so in case when you don't like the way of caching signals work, and you want to rewrite it - the only...