Trevor Cox
Trevor Cox
This issue is specific to SlideNavigation. I have no problem on screens that are based on Panel. Using Sencha Touch 2.2.0. PullRefresh is working (iOS, Chrome), but the arrow, text,...
I have submitted a pull request to add support for GenericStackedInline / GenericTabularInline with SortableGenericInlineAdminMixin.
- CACHES default overwrites settings.py. - HttpResponseNotModified does not accept mimetime parameter.
For an enterprise app, we often know the domain that the user is going to sign in with. It's easy with web login to specify e.g. ?hd=github.com. How can we...
If you follow the SimpleAuth documentation, your app will crash on Android 8.0 with the exception: `java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation` The fix is to omit this...
I'm trying to fix linker errors by ensuring I'm referencing the same version of GooglePlayServices as SimpleAuth. In doing so, I noticed that Sample.Droid is still referencing 42.1021.1, while SimpleAuth...
I'm investigating this along with django-flat-responsive, as an alternative to django-grappelli in order to find a solution for using django admin on both mobile devices and desktop. However, with a...
Tried specifying "trainingvideo" as a custom URL. That caused database table auto increment to be set to 2147483647 / 7FFFFFFF. Subsequent attempts resulted in: "Duplicate entry '2147483647' for key 'PRIMARY'".
Update urls.py, url template tag for Django 1.8. Bookmarklet: don't assume shortener app is at URL root (e.g. support /shortener/).