django-cms / djangocms-url-manager

Other
5 stars 14 forks source link

Issue 27 - Updated form save method to set content_type=None on old model instance. #29

Closed adam-murray closed 4 years ago

adam-murray commented 4 years ago

We should set old instance content type to None on save method otherwise get_url will always return the content type even if charfield urls are populated.

https://github.com/divio/djangocms-url-manager/issues/27