adi
adi
There is no option (that I am aware of) to specify which manager django-admin-sortable2 should use. When I have custom Manager for `objects` which hides some objects and Django Admin...
Am I missing something? When I change language in Django's current view slug in url stays the same – it is not translated to newly changed language. Does `django-modeltranslation` supports...
Sometimes worker is stuck on executing email tasks (probably connection problems). To fix this, there is an Celery option `TASK_TIME_LIMIT` where you can limit task execution time (p.s. default value...
I had problems with backing up data to SFTP as mentioned here: https://github.com/jschneier/django-storages/issues/199 But, playing with the settings and some input from @jbittel I finally make it work! Here are...
Don't know why, but when I use `condition_dict`, the `get_form_initial` def is called multiple times. The above problem is seen when I use `wizard.get_cleaned_data_for_step()` in condition def. Any clues?
Can you confirm that SessionWizardView stores data on server side session object not user's session?
In my testing environment I am storing data in `self.storage`. Then, in other web browser (to be sure that user has other session number) I am reading data from `self.storage`...
When I try to use the newest version of Celery `celery==5.2.3` I have compilation errors, like: ```bash Installing collected packages: vine, amqp, appdirs, six, python-dateutil, arrow, asgiref, async-timeout, attrs, pytz,...
Due to my and Pouria's job duties I am considering adding more active maintainers to support project future development. Please respond to this topic if you think YOU are the...
GA shows wrong page titles. All spaces are shown as `%20` signs.
Do you know why I see `/djga/google-analytics/` in visited urls and live view? How we can prevent this?