My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Feb 11, 2009
    issue 19 (Can't create imagewiththumbnail field with newforms admin.) commented on by litchfield4   -   This still seems to be broken (?)
    This still seems to be broken (?)
  • Aug 11, 2008
    issue 21 (ImageWithThumbnail broken after FSRF) reported by jjdelc   -   What steps will reproduce the problem? 1. Update to django post Fils storage refactor 2. ImageWithThumbnail will not work I'm attaching a patch for the utils.py file, which should make ImageWithThumbnail work
    What steps will reproduce the problem? 1. Update to django post Fils storage refactor 2. ImageWithThumbnail will not work I'm attaching a patch for the utils.py file, which should make ImageWithThumbnail work
  • Aug 06, 2008
    issue 20 (Thumbnails broken with new signals syntax) reported by jjdelc   -   With the current Django trunk, the signals syntax has changed. in field.py:40 instead of using: dispatcher.connect(_delete, signals.post_delete, sender=cls) Should use: dispatcher.Signal.connect(signals.post_delete, _delete, sender=cls) And _delete and _save should also accept **kwargs
    With the current Django trunk, the signals syntax has changed. in field.py:40 instead of using: dispatcher.connect(_delete, signals.post_delete, sender=cls) Should use: dispatcher.Signal.connect(signals.post_delete, _delete, sender=cls) And _delete and _save should also accept **kwargs
  • Jul 25, 2008
    issue 19 (Can't create imagewiththumbnail field with newforms admin.) reported by aabele   -   Using newforms admin, it is impossible to create an imagewiththumbnail database field with "./manage.py syncdb". In my situation I solved this problem by manually adding VARCHAR(100) column.
    Using newforms admin, it is impossible to create an imagewiththumbnail database field with "./manage.py syncdb". In my situation I solved this problem by manually adding VARCHAR(100) column.
 
Hosted by Google Code