Tagged Questions
The django-trunk tag has no wiki summary.
2
votes
5answers
201 views
Is it safe to track trunk in Django?
I'm currently using Django 1.1 beta for some personal projects, and plan to start messing arround with the trunk to see the new stuff under the hood. But I might start using it on a professional ...
1
vote
0answers
68 views
ContentNotRenderedError after a django upgrade
Here's a middleware that I use:
class StatsMiddleware(object):
def process_view(self, request, view_func, view_args, view_kwargs):
# get number of db queries before we do anything
...
1
vote
2answers
1k views
Django Trunk Stability
How stable is the Django trunk?
I am getting this issue today from updating my Django trunk:
403 Forbidden
CSRF verification failed. Request aborted.
More information is available ...