Troy Grosfield

Results 24 comments of Troy Grosfield

Would be nice to add support for this feature.

Unfortunately, this wasn't quite as easy as I might have hoped. Another path I went down was trying to make the rendering more django like with the "as_p", "as_table", etc...

Also, looks like the correct version is not being referenced in bower which is another bower issue references in #20.

> Prevent Broken Experiences in Your Mobile Apps - We Recommend Upgrading to v2.0+ Before December 25th Is this on the roadmap by chance? It's the top comment in the...

@stianpr, I've been using the app on py3.4.x, django 1.7.x without issues. Your change above looks correct, but the bigger issue here is trying to get travis running successfully again....

It's the same change that was done in this commit: - https://github.com/antonagestam/django-tastypie/commit/0c40c77efa27267f8eb7ba08f81536f93dd69888

A bit more on this talking about the deprecation of `commit_on_success`: - https://docs.djangoproject.com/en/dev/topics/db/transactions/#changes-from-django-1-5-and-earlier

@linuxlewis, I'd be happy to help get this all setup along with getting a valid release out to pypi. Feel free to add me as a collaborator on this project...

Furthermore, this shows how to tests against a postgres instance in travis-ci: - http://docs.travis-ci.com/user/using-postgresql/

Looks good. The other big issue that needs to be address is: - https://github.com/linuxlewis/djorm-ext-pgfulltext/issues/41 Currently, the management commands aren't in the released package in pypi.