Tim Kamanin
Tim Kamanin
Guys, I'm glad that I've ignited this discussion! There are a lot of interesting insights!
@raymond-devries sorry for getting back that late. Sure, I think we should add the "Error" header instead, could you please update your PR?
@dearandrewkim I'm currently working on the updated field handling for Django bulma, hope will release it soon and will solve this issue too.
For now, there's no such option, but I need to think about it. I'm planning to make field inputs more configurable in the future. Probably it's time to sit down...
@tadeoos I started working on it under `better_fields` more than a year ago, then didn't have enough time for that and now I think I'm back.
Just hit that same issue while working on https://github.com/timonweb/non-admin-draftail, thanks for bringing that up. For now a quick fix is to pin `draft-js` version to `0.10.5`.
@BismeetSingh I confirm, I'm observing similar behaviour with `django-crispy-forms = "1.14.0"` and `django-formtools = "2.3"`. Have you managed to solve the issue?
It happens because Django 1.7 doesn't have get_profile() method on a user model and Django Facebook relies on it. What you may do is: 1) Create custom user model as...
Any guidance on this? I mean, after April 30, 2015 this app will not work for sure. Not much time has left till that date to port existing apps. The...
Is there any progress?