Skip to content

Commit 4b3b9d0

Browse files
committed
[soc2009/http-wsgi-improvements] Merged up to r11318 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11321 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent b127e06 commit 4b3b9d0

File tree

65 files changed

+18187
-8266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+18187
-8266
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The PRIMARY AUTHORS are (and/or have been):
1414
* Robert Wittams
1515
* Gary Wilson
1616
* Brian Rosner
17+
* Justin Bronn
1718
* Karen Tracey
1819

1920
More information on the main contributors to Django can be found in
@@ -201,6 +202,7 @@ answer newbie questions, and generally made Django that much better:
201202
Ian Holsman <http://feh.holsman.net/>
202203
Kieran Holland <http://www.kieranholland.com>
203204
Sung-Jin Hong <[email protected]>
205+
Leo "hylje" Honkanen <[email protected]>
204206
Richard House <[email protected]>
205207
Robert Rock Howard <http://djangomojo.com/>
206208
John Huddleston <[email protected]>
@@ -219,7 +221,7 @@ answer newbie questions, and generally made Django that much better:
219221
Michael Josephson <http://www.sdjournal.com/>
220222
221223
222-
Antti Kaihola <http://akaihola.blogspot.com/>
224+
Antti Kaihola <http://djangopeople.net/akaihola/>
223225
Bahadır Kandemir <[email protected]>
224226
Karderio <[email protected]>
225227
Nagy Károly <[email protected]>

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'beta', 1)
1+
VERSION = (1, 1, 0, 'rc', 1)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])
1.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)