django-adminbrowse icon indicating copy to clipboard operation
django-adminbrowse copied to clipboard

[UNMAINTAINED] Add related object links and other useful features to the Django admin interface.

Results 9 django-adminbrowse issues
Sort by recently updated
recently updated
newest added

- 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...

Hello, Using adminbrowse is great, it add even more features to the already standard admin interface. I like the idea of making this admin more browse-able! Thanks for creating this...

acdha@721971c4a20fce93e67432e77833ba47c75d9486 allows users to specify `admin_order_field` in `link_to_changelist`, which is quite handy when working with annotated querysets @gissues:{"order":50,"status":"backlog"}

I just noticed that installing the distribution from PyPI fails when using pip: ``` pip install django-adminbrowse Downloading/unpacking django-adminbrowse Using download cache from /tmp/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdjango-adminbrowse%2Fdjango-adminbrowse-0.1.2.tar.gz Running setup.py egg_info for package django-adminbrowse...

Appreciate if you can please help resolve. Creating test database for alias 'default'... Creating tables ... Installing custom SQL ... Installing indexes ... No fixtures found. # ........F......F..........F..........F.......................... ## FAIL:...