sangdongvan / django-pagination

Automatically exported from code.google.com/p/django-pagination due to issue syntax errors when running python3
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Docs are out of date for django 1.3 #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

The example TEMPLATE_CONTEXT_PROCESSORS setting in docs/usage.txt is out of 
date as of django 1.3: it's missing the new 
django.core.context_processors.static.  The info on what's new is in the latest 
django docs here:
https://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#template-contex
t-processors

The symptom is that when someone using the django static stuff sets up django 
pagination, they all of a sudden find that all their static resources aren't 
getting the right URLs any more, and their pages go a stylish css-less black 
and white :-)

Original issue reported on code.google.com by jcsp...@gmail.com on 29 Jun 2011 at 9:56