Re: Paginator Documentation

2006-02-02 Thread tonemcd
Thanks a lot! - that's just what I needed. Cheers, Tone

Re: Paginator Documentation

2006-02-02 Thread scum
#Sample Template # Uses django admin css file. # You'll need to modify the specific fields in the table, but that should be easy enough. # Hope you find this helpful. #== {# Ug

Re: Paginator Documentation

2006-02-01 Thread tonemcd
I got to a similar state, but I couldn't figure out what the template should look like! (dumb, I know). Do you have an example you can post? I'm trying to implement parts of the admin system into my own apps, and the paginator is a core part of that (looking at migrating from Zope, and the 'batch

Paginator Documentation

2006-02-01 Thread scum
The ObjectPaginator is cool. I just can't seem to find any documentation on how to properly implement it in a project. This is what I did... hopefully it'll be of use to some. If someone has a cleaner method of implementing this object ##someView.py paginate_by = 20 paginator = ObjectPaginato