Venelin Stoykov

Results 17 issues of Venelin Stoykov

It's still in beta but the main is 4.1 Also add USE_TZ = False in test settings to silance deprecation warnig for Django 5

This change is mostly related to tests and setup.py. On the imagekit's own code base all files are properly closed.

When I'm looking at diff view and for example want to copy something that is deleted I can't. I hit Ctrl+C but nothing goes in clipboard. With right click there...

enhancement

### Summary Sometimes when you are not logged in breadcrumb will not show all nodes if selected node is from CMSAttachMenu for an AppHook. Let's use the following URL structure:...

kind: bug
status: has patch
status: accepted

Django 1.8.14 Django CMS 3.3.2 This is probably similar to #4940 but is related to page/title extensions instead of the pages/titles. I have disabled revision functionality as mentioned in #5690...

kind: bug
status: accepted

If you are on Django 1.10+ and are using custom translations model: ``` class NewsTranslation(TranslatedFieldsModel): master = models.ForeignKey(News, related_name='translations', null=True) ... ``` and you are trying to use `get_object_or_404` on...

bug

I have the following structure ``` class Item(TranslatableModel): title = TranslatedField() slug = TranslatedField() content = TranslatedField() is_active = models.BooleanField() publication_date = models.DateTimeField(default=timezone.now, db_index=True) attachments = TranslatedField() class ItemTranslation(TranslatedFieldsModel): master...

needs-docs

I'm looking at the code and I can't see where this custom permission is used to check for something. Is it really needed?

stale

Add Cyrilic subset of the Open Sans font