Vikram
Vikram
We were using django-facebook since version 5.2.8 .We created custom user profile by inheriting from FacebookProfileModel as follows class FacebookCustomProfile(FacebookProfileModel): sel_choice = (('Y', 'Yes'), ('N', 'No')) user = models.OneToOneField(User) also...
Copyright 2018-present Red Brick Lane Marketing Solutions Pvt. Ltd.
@PramodSSImmaneni @chinmaykolhatkar I have created this REVIEW-ONLY PR for extending Python support for extending High Level APIs. Currently this is in early stage so I will add documentations which will...
Hi All, ``` We see that query.CountAll makes another query for getting that result but using cursor its possible to make in one query. This issue might be already reported...