Mishbah

Results 33 comments of Mishbah

Looking into this. > Alter field cmsplugin_ptr on formdefinition By default `on_delete` behaviour used to be `django.db.models.CASCADE` We can modify the `initial` migration to just add that. > Alter field...

Pull requests are welcome 😉 What changes do I need to make for django 2.0 compatibility?

User activation logic is not built in .. its custom view for `django-users2` So I don't understand why that would break for django 2.0 Please can you post the full...

Thank You very much for your kind words. Really appreciate it. It's going to be very difficult to to rename breadcrumb text using just a middleware. I mainly use this...

I haven't used django-cms for over 2 years now. Is there a better solution than having to add an empty template? Also we probably should set `require_parent` to True for...

Looks like I missed `*xml` on this line https://github.com/mishbahr/djangocms-youtube/blob/master/MANIFEST.in#L6 Pull requests are welcome.

I haven't used instagram API since the introduction of sandbox mode. I'll try my best to look into this as soon as possible. It may take me few weeks (sorry)...

Hey @frnhr, I'm on holiday at the moment .. I'll look into this as soon as I'm back.

I can't reproduce this issue. I added the following to my project settings. ```python DJANGOCMS_FORMS_TEMPLATES = ( ('djangocms_forms/form_template/default.html', _('Default')), ('templates/custom/contact.html','Contact') ) ```

Thanks for your pull request. Ans as you have mentioned, model changes requires migrations for for both djnago and south. I can't merge the the changes as it is, sorry!...