Articles about “admin”

Django Alphabet Filter Released with International Character Support

Django Alphabet Filter Released With International Character Support

by Corey Oordt • Published 28 Jul 2010

My previous post about the alphabet filter explained the first take at creating the alphabet filter. There were several issues, especially with international character sets, so we have revised the code to fix the issues and made it installable via PyPI.

comments Comments

tag  admin - django - filter - opensource - python

Creating an Alphabetical Filter in Django's Admin

Creating an Alphabetical Filter in Django’s Admin

by Corey Oordt • Published 15 Jul 2010

Do you have lots of alphabetical data to sort through? This alphabetical filter works with any set of characters and is integrated with the admin like the date hierarchy.

comments Comments

tag  admin - django - filter - opensource - python