mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops support for Python 2.3 -- and added a quick FAQ about that dropping of support.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8be1bb2268
commit
7098664940
6 changed files with 15 additions and 29 deletions
|
@ -95,13 +95,6 @@ for your front page view::
|
|||
def front_page(request, blog_id):
|
||||
...
|
||||
|
||||
Of course, if you're using Python 2.3 or prefer not to use the decorator
|
||||
syntax, you can write the same code as follows, there is no difference::
|
||||
|
||||
def front_page(request, blog_id):
|
||||
...
|
||||
front_page = condition(last_modified_func=latest_entry)(front_page)
|
||||
|
||||
Shortcuts for only computing one value
|
||||
======================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue