1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Merge branch 'ticket15695'

This commit is contained in:
Florian Apolloner
2012-09-29 21:57:50 +02:00
6 changed files with 30 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ Django 1.5 also includes several smaller improvements worth noting:
:func:`~django.contrib.auth.decorators.login_required` documentation.
* Django now provides a mod_wsgi :doc:`auth handler
</howto/deployment/wsgi/apache-auth>`
</howto/deployment/wsgi/apache-auth>`.
* The :meth:`QuerySet.delete() <django.db.models.query.QuerySet.delete>`
and :meth:`Model.delete() <django.db.models.Model.delete()>` can now take
@@ -169,6 +169,9 @@ Django 1.5 also includes several smaller improvements worth noting:
objects fetched into memory. See :meth:`QuerySet.delete()
<django.db.models.query.QuerySet.delete>` for details.
* An instance of :class:`~django.core.urlresolvers.ResolverMatch` is stored on
the request as ``resolver_match``.
Backwards incompatible changes in 1.5
=====================================