derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

Use lazy translations. #21

Closed zerko closed 11 years ago

zerko commented 11 years ago

I have strange race with django-celery and jsonfield, this change fixes it for me.

zerko commented 11 years ago

I believe modeltranslation is part of the issue too.

With web flow it looks like:

With celery:

derek-schaefer commented 11 years ago

Thanks for the fix. I'll keep this open until I can also do some testing with Celery.

derek-schaefer commented 11 years ago

Shoot, it would appear you can't re-open after merging. I'll still look into this problem. If you notice any additional problems with Celery please create a new pull request or open an issue. Thanks!