Adrian Holovaty
|
bdba94d78f
|
Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 04:30:15 +00:00 |
Malcolm Tredinnick
|
036e4575df
|
Fixed #5452 -- Updated Spanish translation. Thanks, Marc Garcia.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 04:14:56 +00:00 |
Malcolm Tredinnick
|
e35321b5c3
|
Fixed #5451 -- Updated Catalan translation from garcia_marc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 04:14:24 +00:00 |
Russell Keith-Magee
|
cf3c94b26d
|
Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those fields get validated correctly. Thanks, Oggie Rob.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 02:37:07 +00:00 |
James Bennett
|
ce53de47a2
|
Correcting inadvertent typo from [6224]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 01:02:45 +00:00 |
Ian Kelly
|
c74ebab686
|
Added explicit order_by filters to some model_forms tests that were failing in Oracle due to returning results in the wrong order.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 00:19:22 +00:00 |
Ian Kelly
|
ad821b6459
|
Made the fixtures_regress test case be aware of Oracle's empty string
limitations.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 00:08:08 +00:00 |
Ian Kelly
|
8c5214d9b4
|
Made Oracle backend cast CharField values of None to u'' instead of ''
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 23:23:55 +00:00 |
Adrian Holovaty
|
92e55fe8b1
|
Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 23:15:40 +00:00 |
Matt Boersma
|
6c16d84a0b
|
Fixed test case that failed on Oracle because it assumed an ordering for
objects.all().
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 23:09:05 +00:00 |
Jacob Kaplan-Moss
|
4c0ac53ff8
|
Fixed a missing import in mysql backend. Thanks for pointing it out, mattmcc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 23:02:39 +00:00 |
Jacob Kaplan-Moss
|
5af2af3e33
|
Fixed the test in [6218] which was invalid for psycopg2 and friends -- executemany() shouldn't accept None, just empty lists.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:54:58 +00:00 |
Adrian Holovaty
|
e74880ed22
|
Negligible formatting change to [6211]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:49:01 +00:00 |
Adrian Holovaty
|
03652c7f2b
|
Fixed #3091 -- django.contrib.comments views now accept extra_context and context_processors arguments. Thanks, Eric Floehr and __hawkeye__
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:36:15 +00:00 |
Jacob Kaplan-Moss
|
ca9388cdaf
|
Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:33:56 +00:00 |
Adrian Holovaty
|
71796410ba
|
Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulp
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:33:06 +00:00 |
Jacob Kaplan-Moss
|
eb11615baa
|
Fixed number #4076: django.utils.feedgenerator now corectly handles times without timezones. Thanks, Alastair Tse.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6233 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:29:37 +00:00 |
Jacob Kaplan-Moss
|
27d027782c
|
Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:16:14 +00:00 |
Ian Kelly
|
17cd87a264
|
Fixed an Oracle sqlflush / sequence reset column name bug exposed by the new test case in [6195].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:07:54 +00:00 |
Adrian Holovaty
|
dfdbf9ec1e
|
Fixed #5161 -- Changed MySQL backend only to report warning once. Thanks, durdinator
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:05:58 +00:00 |
Adrian Holovaty
|
59964c2c3f
|
Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:03:47 +00:00 |
Adrian Holovaty
|
4f70820dc1
|
Fixed breakage introduced in the recent render_to_response() change
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:58:17 +00:00 |
Adrian Holovaty
|
ddd3d7c71f
|
Fixed #5308 -- Redirect from pages that need login and have Unicode URL no longer causes error. Thanks, webjunkie
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:53:15 +00:00 |
Jacob Kaplan-Moss
|
dd799591fc
|
Backwards-incompatible change: renamed HttpResponse.headers to HttpResponse._headers to deliberately break anyone accessing headers directly instead of through the case-insensitive proxies on HttpResponse itself. See BackwardsIncompatibleChanges for more details.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:53:13 +00:00 |
Adrian Holovaty
|
8cf9a6d64b
|
Fixed #4245 -- Added documentation about permission error on OS X. Thanks, jacob@gridface.com and ubernostrum and others
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:48:50 +00:00 |
Adrian Holovaty
|
cadc6e8c9f
|
Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks, ubernostrum and Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:46:38 +00:00 |
Adrian Holovaty
|
b522469322
|
Fixed #4071 -- Fixed bug in cache_page decorator, which was setting the wrong header. Thanks, Ionut Ciocirlan (xlotlu) and permon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:42:26 +00:00 |
Jacob Kaplan-Moss
|
4100eab823
|
Fixed the breakage in [6164] in a different, better way: HttpResponse now implements __contains__ along with __get/set/delitem__, as it should. This is a bit more robust, and should prevent similar breakage from user code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:41:48 +00:00 |
Ian Kelly
|
5a5d8a90b5
|
Added test cases for [6218].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:38:45 +00:00 |
Jacob Kaplan-Moss
|
06f4c38b55
|
Case-insensitive HttpResponse headers ([6212]) broke absolute URL redirects ([6164]); this fixes the breakage.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:36:39 +00:00 |
Ian Kelly
|
f180d95903
|
Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and
sqlite3. Thanks, jdetaeye@www.frepple.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:32:25 +00:00 |
Adrian Holovaty
|
aff47aa5ed
|
Fixed #1504 -- render_to_response() now takes a mimetype parameter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:30:13 +00:00 |
Adrian Holovaty
|
e259b8712a
|
Added stub of docs/shortcuts.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:09:38 +00:00 |
Jacob Kaplan-Moss
|
66e4541101
|
Fixed #4448: the calendar widget now refreshes if the date field is changed. THanks, gkelly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:04:45 +00:00 |
Adrian Holovaty
|
9cccf59db5
|
Fixed #5460 -- unique_together now accepts a single tuple for convenience. Thanks, Deryck Hodge
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 20:36:53 +00:00 |
Jacob Kaplan-Moss
|
3da4c0ab92
|
Fixed #2970: made HttpResponse headers case-insensitive. Thanks to SmileyChris for the original patch and PhiR for the final one.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 20:34:29 +00:00 |
Jacob Kaplan-Moss
|
ad077ccbc0
|
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython 2.2. Thanks, Leo Soto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:55:24 +00:00 |
Wilson Miner
|
1ea702dd23
|
Fixed 3136: Set .clockbox admin widget to auto width to allow for longer headers in other languages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:49:51 +00:00 |
Jacob Kaplan-Moss
|
525af7d580
|
Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:28:26 +00:00 |
Adrian Holovaty
|
55d6aebfec
|
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun, DavidReynolds and effbot
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:25:37 +00:00 |
Adrian Holovaty
|
0d52d2b2f9
|
Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding and gwilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:22:43 +00:00 |
Adrian Holovaty
|
fe78237a22
|
Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:17:15 +00:00 |
Jacob Kaplan-Moss
|
725716b5f5
|
Added missing files from [6202] - sorry.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:08:19 +00:00 |
Jacob Kaplan-Moss
|
7e4da4e66d
|
Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). THanks, Tyler Tarabula.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:02:05 +00:00 |
Jacob Kaplan-Moss
|
74b816ae9c
|
Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:59:20 +00:00 |
Jacob Kaplan-Moss
|
eea935a7f4
|
Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigletto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:36:04 +00:00 |
Adrian Holovaty
|
c998feb3bb
|
Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, dan.fairs@gmail.com and piranha
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:29:34 +00:00 |
Matt Boersma
|
a6b1d65e33
|
Fixed #5226. Now we check the Oracle version and give an explicit
error when we encounter a regex operator that isn't supported on 9i or
earlier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:26:07 +00:00 |
Wilson Miner
|
55d34c6cb3
|
Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pass filter" which hides admin CSS from IE5/Win.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:26:05 +00:00 |
Adrian Holovaty
|
9f83beb372
|
Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:25:22 +00:00 |