heniotierra
heniotierra
``` class PostViewSet(viewsets.ModelViewSet): queryset = Post.objects.order_by('-created_at') serializer_class = PostSerializer def get_permissions(self): if self.request.method in permissions.SAFE_METHODS: return (permissions.AllowAny(),) return (permissions.IsAuthenticated(), IsAuthorOfPost(),) def perform_create(self, serializer): instance = serializer.save(author=self.request.user) return super(PostViewSet, self).perform_create(serializer) ```
I expected that upon opening the calendar, it'd open in the max allowed month and year, but that does not occur.
TBOPlayer has just gained an internationalization system for itself, but is still lacking the translation files. If you have interest in contributing with translations, the instructions below should be enough...
Turning on this by default may cause users to mistrust the application, so it is probably best to leave it off by default, with a warning in the README.
Just to make sure you know, the reason the mouse cursor is below the interface is that the interface is drawn directly on the hardware, not through X. That`s also...
Currencies only allow for one digit: BDT - Taka BHD - Bahraini Dinar EGP - Egyptian Pound JOD - Jordanian Dinar KWD - Kuwaiti Dinar LBP - Lebanese Pound OMR...