DjangoBugfixes 0.8
===================

This package provides a set of unofficial patches for
customizing your Django installation using Mercurial Queues.

Contents
--------

002_create_default_site.patch:

    A security patch for creating a default site instance without 
    the `example.com` value. 

003_request_context.patch:

    This makes the RequestContext class a subclass of  the 'dict' type.

004_context_processors.patch:

    Minor bug fix for compatibility with WebOb.

005_http404.patch:

    Allow sending 404 responses with webob.exc.HTTPNotFound inside generic views.

006_memoize_kwargs.patch:

    Allow the memoize decorator to support keyword arguments.

007_setup_environ.patch:

    This is a highly recommended patch for allowing more flexible project
    layouts when using Django >= 1.0.

008_template_defaultfilters.patch: 

    Important fix used to get technical_500_response working in a WSGI
    app.    

009_trans_real_fixes.patch:

    Bugfixes for allowing the USE_I18N setting to work inside 
    a BaseController app.

010_django_forms_has_changed.patch:

    A patch to fix/prevent Django forms fields to not update form values if not
    using the Django models ORM. (For example, when *not* implementing a save method).


