Adrian Holovaty
|
ee7fe94d45
|
Fixed #4688 -- startproject no longer breaks when Django files are read-only. Thanks, tstromberg@google.com and Google guys
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-03 15:09:05 +00:00 |
Adrian Holovaty
|
f9a592d99d
|
Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks, Ben Slavin, SmileyChris and Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-03 15:02:40 +00:00 |
Malcolm Tredinnick
|
179f478ffe
|
Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a string
object, as required by Python.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-03 12:24:46 +00:00 |
Malcolm Tredinnick
|
1b1379a182
|
Backported the fix from [5581] (unicode-branch) to trunk. Fixes a method
resolution order problem when setting email headers.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-01 06:32:34 +00:00 |
Adrian Holovaty
|
acf0ff02e7
|
Added some clearer docstrings to MultiValueField and MultiWidget
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5575 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-01 04:24:20 +00:00 |
Malcolm Tredinnick
|
4fdbd7e3a2
|
Added empty djangojs.po files to locales who did not already have one.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-28 07:41:44 +00:00 |
Malcolm Tredinnick
|
88f2fdf94d
|
Fixed #4703 -- Updated Romanian translation. Thanks, tibimicu@gmax.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-28 06:56:00 +00:00 |
Russell Keith-Magee
|
4a892f4d86
|
Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for the report, Forest Bond.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-28 02:52:54 +00:00 |
Jacob Kaplan-Moss
|
24512a74be
|
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-27 18:58:10 +00:00 |
Malcolm Tredinnick
|
7dc8b1a1a8
|
Added a parameter to HttpResponse's constructor to enable explicit status code
setting. This will save us from being asked to add a subclass for every
possible HTTP status code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-27 13:02:38 +00:00 |
Malcolm Tredinnick
|
eeb4ffc2c1
|
Fixed #2007 -- Added support for configurable encoding of email message bodies.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-27 12:54:15 +00:00 |
Malcolm Tredinnick
|
987f8aa257
|
Fixed #3985 -- Added support for custom email headers.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-27 12:41:37 +00:00 |
Malcolm Tredinnick
|
719a90391d
|
Added support for creating multipart/alternative email messages. Also allow
tweaking of main body MIME subtype for brave people. Fixed #3605.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-27 12:18:05 +00:00 |
Malcolm Tredinnick
|
2d082a34dc
|
Fixed #1541 -- Added ability to create multipart email messages. Thanks, Nick
Lane.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-27 09:44:55 +00:00 |
Malcolm Tredinnick
|
551a36131e
|
Fixed #4693 -- Updated Japanese translation. Thanks, Makoto Tsuyuki.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-26 13:05:03 +00:00 |
Malcolm Tredinnick
|
4ac1de31cd
|
Fixed #4686 -- Do not permit empty strings in IPAddressField. Should be fully
backwards compatible, but fixes an Oracle subtlety. Thanks, Ian Kelly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-26 12:59:49 +00:00 |
Malcolm Tredinnick
|
fedcabea9e
|
Added Oracle to the list of permitted DATABASE_ENGINE settings (and removed
ado_msql, since we don't have a working backend for that at the moment).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-26 12:58:42 +00:00 |
Malcolm Tredinnick
|
20e00560d6
|
Fixed #4683 -- Updated Catalan translations from Marc Fargas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 16:26:25 +00:00 |
Malcolm Tredinnick
|
b8b9c95dca
|
Changed reverse URL resolving to handle the case where an included file does
not have a urlpatterns attribute.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 16:19:36 +00:00 |
Malcolm Tredinnick
|
17145eef4c
|
Removed unneeded import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 16:10:33 +00:00 |
Malcolm Tredinnick
|
a5802b35dd
|
Fixed #4453 -- Allow dots in URL pattern names (although the string in that case is first tried as an import path and only then falls back to being treated as a pattern).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 04:34:34 +00:00 |
Malcolm Tredinnick
|
14161dba6b
|
Fixed #4678 -- Fixed table name matching during syncdb for pyscopg2 backend
(the psycopg backend was already correct). Patch from tailofthesun@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 03:08:00 +00:00 |
Malcolm Tredinnick
|
a56a8dacf3
|
Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:38:11 +00:00 |
Malcolm Tredinnick
|
02bf47d831
|
Fixed #4674 -- Made some small updates to Polish translation. Thanks, Jarek
Zgoda.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:22:25 +00:00 |
Malcolm Tredinnick
|
962fe47321
|
Fixed #4672 -- Updated Slovak translation. Thanks, vlado@labath.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:19:14 +00:00 |
Malcolm Tredinnick
|
786fab6d84
|
Fixed #4624 -- Added new Persian (fa) translation. Thanks, Reza Mohammadi.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:16:06 +00:00 |
Malcolm Tredinnick
|
73d4e193ed
|
Fixed #4408 -- Updated Galician translation. Thanks, Afonso Fernández Nogueira.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 11:56:42 +00:00 |
Malcolm Tredinnick
|
36eeb9924a
|
Fixed #4241 -- Updated Czech translation. Thanks, petr.marhoun@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 11:48:41 +00:00 |
Malcolm Tredinnick
|
6b88d4abd0
|
Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the timing
for populating the reverse cache, since that may have been happening too early.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 09:38:30 +00:00 |
Malcolm Tredinnick
|
ac64e91a0c
|
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
expected tests pass for all databases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 14:16:00 +00:00 |
Malcolm Tredinnick
|
553a20075e
|
Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoid
invalid XHTML constructs. Based on a patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 06:19:26 +00:00 |
Malcolm Tredinnick
|
fc20eeec47
|
Fixed a Python 2.3 incompatibility I overlooked in [5516].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 06:02:17 +00:00 |
Malcolm Tredinnick
|
5f5f1d913b
|
Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on a
patch from smoo.master@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 05:40:28 +00:00 |
Malcolm Tredinnick
|
dfea6bdfa5
|
Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. Thanks
glin@seznam.cz and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 03:32:59 +00:00 |
Malcolm Tredinnick
|
08aa5c585b
|
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume
things Python does not guarantee. Patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 03:18:22 +00:00 |
Malcolm Tredinnick
|
284c6ba44b
|
Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.
Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5513 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-23 03:10:32 +00:00 |
Malcolm Tredinnick
|
880e3cfaa6
|
Backed out the changes in [5482] for a bit whilst some more investigation into
side-effects is done. Refs #4565.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-22 07:15:04 +00:00 |
Adrian Holovaty
|
761c0a49e4
|
Fixed #4549 -- WSGI server now sets mime type correctly for admin media content. Thanks, Stefane Fermgier
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-20 06:16:56 +00:00 |
Adrian Holovaty
|
11a8084d4f
|
Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle URLs with GET attributes. Thanks for the patch, glin@seznam.cz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-20 06:12:43 +00:00 |
Adrian Holovaty
|
bb5734ee30
|
Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html template.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-20 06:08:47 +00:00 |
Adrian Holovaty
|
13216e12dd
|
Fixed #4618 -- Fixed error in django.contrib.redirects new_path handling. Thanks, cephelo@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-20 06:01:16 +00:00 |
Luke Plant
|
18619a11ee
|
Fixed behaviour of contrib.auth.forms.PasswordResetForm when more than
one User have the same e-mail address.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-19 20:04:54 +00:00 |
Malcolm Tredinnick
|
b0fa08b9e0
|
Trivial formatting changes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-17 09:46:04 +00:00 |
Malcolm Tredinnick
|
cc0c7fa6cd
|
Fixed #4576 -- Updated Swedish translation. Thanks, Ludvig Ericson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-17 08:11:38 +00:00 |
Malcolm Tredinnick
|
2a34fbe043
|
Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr()
for grouping equality checking. Thanks, Brian Harring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-17 07:33:18 +00:00 |
Malcolm Tredinnick
|
9b397ee50d
|
Changed ETag computation to first check if an ETag header already exists in the
response.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-17 07:21:09 +00:00 |
Malcolm Tredinnick
|
bccb8897e6
|
Fixed #4565 -- Changed template rendering to use iterators, rather than
creating large strings, as much as possible. This is all backwards compatible.
Thanks, Brian Harring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-17 07:11:37 +00:00 |
Malcolm Tredinnick
|
44dd91ec6d
|
Fixed #4015 -- Changed login() and logout() messages to update request.user if
it is relevant. Thanks James Bennett, Vinay Sajip and Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-15 01:53:40 +00:00 |
Malcolm Tredinnick
|
762e677d26
|
Fixed #3972 -- Updated docstring. Patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-15 00:26:30 +00:00 |
Malcolm Tredinnick
|
4a61c2f912
|
Fixed #4531 -- Added a bit more randomness to session idents. Thanks, Frank
Tegtmeyer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-15 00:22:16 +00:00 |