summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/admin.py
Commit message (Collapse)AuthorAgeFilesLines
* admin: Streamline admin model registrationDirk Wallenstein2011-04-141-19/+7
| | | | | | | | | Use autodiscover and the new way to hook AdminSite into the URLconf. AdminSite.root() will be removed in Django-1.3 as noted here: http://docs.djangoproject.com/en/dev/internals/deprecation/ Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* admin: Embellish model change listsDirk Wallenstein2011-02-111-7/+26
| | | | | | | | Add fields to the admin change list pages of patchwork models, and add filters and search boxes where appropriate. Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* [views] Use standard UserAdmin for admin siteJeremy Kerr2008-10-231-2/+1
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-231-1/+1
| | | | | | | | | | | even when other lines of a method are indented with spaces. This gets rid of all tabs and uses spaces everywhere. [Reworked to apply on newer code by Jeremy] Signed-off-by: Nate Case <ncase@xes-inc.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Add Users and Sites objects to admin siteJeremy Kerr2008-08-211-0/+11
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use new django admin infrastructureJeremy Kerr2008-08-211-0/+33
Also, we don't need to expose every object. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>