~ubuntu-branches/ubuntu/utopic/python-django/utopic

« back to all changes in this revision

Viewing changes to docs/topics/http/shortcuts.txt

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2012-12-26 15:49:32 UTC
  • mfrom: (1.1.19) (4.4.24 sid)
  • Revision ID: package-import@ubuntu.com-20121226154932-cywxdm29coghjgyk
* New upstream security and maintenance release. Closes: #696535
  https://www.djangoproject.com/weblog/2012/dec/10/security/
* Drop debian/patches/01_fix-self-tests.diff, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. module:: django.shortcuts
6
6
   :synopsis:
7
 
       Convenience shortcuts that spam multiple levels of Django's MVC stack.
 
7
       Convenience shortcuts that span multiple levels of Django's MVC stack.
8
8
 
9
9
.. index:: shortcuts
10
10