Denis Darii
Denis Darii
Removed the creation of 'LatestPortlet' table from migrate_to_09 as this operation will be performed in 0002 migration of portlet app. Or we can leave here this code and fake the...
If you install and "initiate" from scratch django-lfs==0.7 then you'are not able to migrate it to 0.9.0a1, you'll receive a lot of errors in migrate_to_09 def: django.db.utils.OperationalError: no such column:...
In case you have custom Price Calculators or Criterions base on user groups, you will need this in otder to display right information to the right user.
## Context: In https://github.com/nuttyartist/notes/issues/272 was implemented the feature to restore the notes from the trash folder. ## Problem: The restored note is always restored to `Notes` folder instead of the...