-
We ran across a small bug with the `ListField` when a string is passed in:
``` python
def from_native():
...
if self.item_field and data:
return [self.item_field.from_native(item_data…
-
Hi there,
I'm taking this library for a test drive, and hit this snag:
```
File ".../python2.7/site-packages/data_exports/forms.py" in add_fields
41. choices = get_choices(model)
File "...…
-
I'd like to think about refactoring the conversion code to make it more useful to others.
Currently, the functions that walk through a matplotlib plot are completely entwined with the functions that …
-
In the latest versions of Celery I have problem of Celery stopping working occasionally.
There are two cases. The circumstances are similar though, that is why I don't create two separate tickets.
…
-
Items I or others would like covered:
- Full tutorials for the practical section of the book. Code for both are currently available, but the dialog needs to be written around them
- More about RESTful…
-
Hello,
I'm upgrading from celery and django-celery version 2.3.1 to 2.4.6. In development, I've been using the management command to run the celeryd interactively (and the other celery processes). …
-
In looking at this module and the sample apps, it seems to me that someone (like me) needs to write a "TUTORIAL" file that walks a new user through the precise steps of setting up a python app using t…