Chris Adams

Results 107 issues of Chris Adams

Background - my need: 1. All files managed & distributed locally 2. Servers use CachedFilesMixin to generate URLs with hash-busters which will be served from static.example.org which is a simple...

While giving drill a try, I noticed that it follows redirects and reports the resulting final page. I had been planning to have a sequence where it would do something...

enhancement

The new aggregate function raises a ValueError with Django 1.4.3 and MySQL: ``` File "/Users/cadams/.virtualenvs/wdl/lib/python2.7/site-packages/alphafilter/templatetags/alphafilter.py", line 60, in alphabet letters_used = _get_available_letters(field_name, cl.model.objects.all()) File "/Users/cadams/.virtualenvs/wdl/lib/python2.7/site-packages/alphafilter/templatetags/alphafilter.py", line 45, in _get_available_letters return...

The stock wikipedia rule is: ``` http://\S*.wikipedia.org/wiki/\S* ``` I encountered problems where correct markup such as: ``` bookmarklet. ``` was incorrectly converted into something like this, which is either silently...

Currently the front-end provides no way to select which project to view, which makes it hard to use as a multi-project service. If this seems reasonable I'm willing to add...

FEATURE

- Support for staticfiles - Fix setup.py - Support for Django 1.8 (https://github.com/acdha/django-adminbrowse/commit/e8c7d6f322033e0a29c648adfb8abffc95ff1c70), avoids deprecation warnings on 1.6-1.7 - Support for Django 1.4+ admin static media

Nothing too major but this works with the 1.4 betas

We've been using this for awhile to use django-staticfiles for media management

This makes `link_to_change` handle callable `text` parameters like `link_to_changelist`, which was extremely handy in one of my projects where I needed to display something other than the default `unicode()` value...

Currently link_to_changelist causes O(n) queries if `text` causes the queryset to be evaluated. If the call signature for `text` is changed slightly, Django aggregation can be used to avoid performing...