David Jean Louis

Results 5 issues of David Jean Louis

By default, message list is not paginated, but now one can enable pagination by setting ``DJANGO_MESSAGES_PAGE_LENGTH`` to a positive integer. Pagination is disabled if this setting variable is not defined...

Now django-messages support attachments when composing or replying. Attachments are stored by default in an "attachments" folder relative to the ``MEDIA_ROOT``, but this can be changed with the new ``DJANGO_MESSAGES_UPLOAD_TO``...

Originally reported by: **Luis Alejandro Martínez Faneyth (Bitbucket: [LuisAlejandro](https://bitbucket.org/LuisAlejandro), GitHub: [LuisAlejandro](https://github.com/LuisAlejandro))** ---------------------------------------- I've noticed that syntax errors are being raised as IOError, and i would like if there's a special...

bug
would break BC

Originally reported by: **RedSkotina (Bitbucket: [RedSkotina](https://bitbucket.org/RedSkotina), GitHub: [RedSkotina](https://github.com/RedSkotina))** ---------------------------------------- i use now monky patch for this functionality. can you add in trunk same functional? ``` #!python import polib #monkey patch...

enhancement
help wanted

Hi, I have to work with external images which I don't control and some images give 404 errors because they have been removed. I generate thumbnails like this in my...