Django 1.1.x
Support ended 2013-02-26
This series of Django releases was supported from 2009-07-29 to 2013-02-26.
First minor upgrade release of Django after 1.0.
Major Features
- Aggregates (
COUNT
,MIN
,MAX
, etc.),F()
expressions - Transaction based tests.
django.contrib.gis
adds support for SpatiaLite.
Upgrade Gotchas
- If you’re upgrading from something older than this, you should upgrade to at least the next LTS release. It will have more security and bug fixes because of the extended support period.
- Multiple backwards incompatible changes.
-
Security patches
-
Bug fixes
-
Release
-
Alpha
-
Beta
Released Versions
Version | Release Date | Release Type | Blog Post | Release Notes | GitHub |
---|---|---|---|---|---|
1.1.4 | 2011-02-09 |
BUGFIX
|
Release Notes | GitHub | |
1.1.3 | 2010-12-23 |
SECURITY
|
Blog Post | Release Notes | GitHub |
1.1.2 | 2010-05-14 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
1.1.1 | 2009-10-09 |
SECURITY
|
Blog Post | Release Notes | GitHub |
1.1 | 2009-07-29 |
RELEASE
|
Blog Post | Release Notes | GitHub |