Tim Tisdall

Results 59 comments of Tim Tisdall

I just noticed this issue... I made a PR related to this not long ago at #233 . According to the logs the change was intentional, but I think it...

I was about to report a new bug and then found this... The issue seems to be that `CommentDetailsForm.check_for_duplicate_comment()` doesn't include `is_removed=False` in the filter when looking for duplicates. This...

hmm... I'm not that familiar with test runner.. I didn't make changes to the tests so I thought they'd continue to work, but the Travis errors indicate it's having issues...

This shouldn't be too hard to do. For example, calls to `sites.shortcuts.get_current_site(request)` work regardless of 'sites' being installed. The '0001' migration needs to be changed to not be dependent on...

I'm a little confused about compatibility with older releases... The context processor you included in your tests seems to have been added in 1.8 (looking at github, it seems they...

This change also allows people to use `CachedStaticFilesStorage` and "far future expires" on those files. (I was trying to implement that in my system and wondered why it wasn't working...

@cho-leukeleu - like most open source projects the blocker is probably lack of free time or better things to do. ;) If this is a change you need it's best...

@cho-leukeleu - This patch seems to pass all the tests which cover older versions of Django, but I haven't really checked if the tests are properly covering things like this....

The form should still submit if you put content within the editor. The 'required' causes html5 validation which prevents submitting the form when it's blank. However, the browser is supposed...