Malcolm Tredinnick
|
8926a10fea
|
Fixed #6303 -- Handle missing language specification in feed generation. Thanks, david.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 03:23:10 +00:00 |
Malcolm Tredinnick
|
787acefc73
|
Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an old-fashioned string exception. Thanks, guettli.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 02:24:56 +00:00 |
Malcolm Tredinnick
|
8b29767f3f
|
Fixed #6301 -- Added '*' to the characters not converted by iri_to_uri(), as
pointed out by samidh.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 02:21:51 +00:00 |
Malcolm Tredinnick
|
8ce7d4740e
|
Fixed #6359 -- Fixed an oversight in the debug output: template loaders need not have a get_source() method. Thanks, Guido van Rossum.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 02:11:58 +00:00 |
Malcolm Tredinnick
|
2542b94fb2
|
Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDict class. Thanks, Matt McClanahan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 02:02:41 +00:00 |
Malcolm Tredinnick
|
f467c8cbc1
|
Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. Thanks, tangerine.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:52:45 +00:00 |
Malcolm Tredinnick
|
d18a114f86
|
Fixed #6326 -- Made the test for translations of filter arguments test something that has a chance of failure. Thanks akaihola.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:49:55 +00:00 |
Malcolm Tredinnick
|
6183e0cb20
|
Clarified that filter arguments are passed as a single string to the translation support. Refs #6326.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:49:34 +00:00 |
Malcolm Tredinnick
|
f45dab3061
|
Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessionid" in the test client. Thanks, Bastian Kleineidam.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:37:29 +00:00 |
Malcolm Tredinnick
|
046d943148
|
Fixed #6495 -- Fixed debug traceback HTML output in the rare case when there is no source line to display. Thanks, Bastian Kleineidam.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:24:40 +00:00 |
Malcolm Tredinnick
|
e5f7ed87d4
|
Fixed #6478 -- Allow tests to be interrupted with system exits and ^C. Thanks,
Bastian Kleineidam.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:24:22 +00:00 |
Malcolm Tredinnick
|
e715ead55f
|
Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-03 01:17:59 +00:00 |
Gary Wilson Jr
|
cc7c6f3e46
|
Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` signals, based on patch from `graham.carlyle@maplecroft.net`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-02-01 17:32:29 +00:00 |
Gary Wilson Jr
|
0e81ad4e66
|
Refs #5474 -- Removed a hyperlink target that ended up not getting used in [6234].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-31 22:51:22 +00:00 |
Gary Wilson Jr
|
d3d5861ac2
|
Fixed #6502 -- Documented `context_instance` argument of `render_to_response`, thanks `SmileyChris`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-31 22:49:14 +00:00 |
Gary Wilson Jr
|
28353a682d
|
Fixed `add_domain` call to use domain attribute of `current_site` so the function doesn't use the string representation of `current_site`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-31 22:33:50 +00:00 |
Gary Wilson Jr
|
d72ce4f20c
|
Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs, thanks Uninen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-31 22:31:38 +00:00 |
Gary Wilson Jr
|
9fcaf3504c
|
Fixed #6431 -- Fixed misspelling in projects template settings file, thanks Daniel Lindsley.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 05:40:57 +00:00 |
Gary Wilson Jr
|
a01ebb4a50
|
Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-integer primary keys (refs #2033) and made use of the URL file in the admin urls.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 05:36:44 +00:00 |
Gary Wilson Jr
|
2e43934aed
|
Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 05:29:09 +00:00 |
Gary Wilson Jr
|
332e68d550
|
Style fixes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 05:27:39 +00:00 |
Gary Wilson Jr
|
ff707f502c
|
Fixed #6419 -- Fixed verbosity level checks in loaddata command that were raised to unobtainable levels in [6883].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 03:53:50 +00:00 |
Gary Wilson Jr
|
3fd5b5d6a8
|
Fixed #6265 -- Added an example of overriding a form field's default widget in the modelforms docs, based on patch from programmerq.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 03:12:28 +00:00 |
Gary Wilson Jr
|
b24ad9a06b
|
In the modelforms docs, made the "Field types" text a link to the section.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 02:56:35 +00:00 |
Gary Wilson Jr
|
fab7535806
|
In the modelforms docs, made the "Overriding the default field types" text a link to the section.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 02:51:40 +00:00 |
Gary Wilson Jr
|
f780ce6176
|
Fixed #6471 -- Fixed stringfilter decoration of `force_escape` filter.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 02:30:53 +00:00 |
Gary Wilson Jr
|
80f5cafbc4
|
Fixed typo in testcases module.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-28 02:15:00 +00:00 |
Jacob Kaplan-Moss
|
755278253e
|
Fixed #6302 for ImageFields.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-18 15:53:19 +00:00 |
Russell Keith-Magee
|
12efef0635
|
Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase; exceptions during pre-test setup are now reported as test failures, rather than crashing the entire test framework. Thanks, Thomas Guttler <hv@tbz-pariv.de>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-18 13:37:40 +00:00 |
Joseph Kocherhans
|
fd20365b27
|
Fixed #6302. FileField no longer requires a value if one already exists. Thanks Brian Rosner and Øyvind Saltvik.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-17 18:03:21 +00:00 |
Gary Wilson Jr
|
93c8e94bd6
|
Fixed another typo in templates docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 19:07:14 +00:00 |
Gary Wilson Jr
|
7cbbada662
|
Fixed typo in templates docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 18:50:59 +00:00 |
Gary Wilson Jr
|
298d76aed4
|
Fixed #3165 -- Really allow underscores when making a superuser, thanks `SmileyChris`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 04:03:36 +00:00 |
Gary Wilson Jr
|
38fe6bf0fa
|
Fixed #6347 -- Fixed missing comma in `it_province.py` module, thanks Filippo Caprioli.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 03:50:57 +00:00 |
Gary Wilson Jr
|
ff0ccc611f
|
Fixed #6360 -- Updates to the distributions docs for Ubuntu and Gentoo, thanks tvrg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 03:38:22 +00:00 |
Gary Wilson Jr
|
4ee22e480e
|
Fixed #6365 -- Added `blank=True` to parent attribute of `m2o_recursive` model example, thanks dgrant.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 02:19:06 +00:00 |
Gary Wilson Jr
|
9d18adde00
|
Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-13 02:14:21 +00:00 |
Malcolm Tredinnick
|
b690a9970f
|
Fixed #6329 -- Updated Croation (hr) translation from Aljosa Mohorovic.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 11:42:58 +00:00 |
Malcolm Tredinnick
|
b253eab14a
|
Fixed #6292 -- Updated Japanese translation from Makoto Tsuyuki.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 11:42:28 +00:00 |
Malcolm Tredinnick
|
c2a5f91909
|
Fixed #6288 -- Updated Catalan translation from Marc Fargas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 11:42:02 +00:00 |
Malcolm Tredinnick
|
2599ae8fef
|
Fixed #6277 -- Updated Turkish translation (and moved authors into AUTHORS file). Thanks, Can Burak Çilingir.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 11:41:35 +00:00 |
Malcolm Tredinnick
|
3760e7a1e0
|
Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23.
Thanks, djoume.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 07:32:05 +00:00 |
Malcolm Tredinnick
|
f0b14067db
|
Fixed #6331 -- Fixed some typos in shortcuts.txt. Thanks, Herbert Poul.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 07:19:56 +00:00 |
Malcolm Tredinnick
|
421b03af2c
|
Fixed #6341 -- Added missing link for text introduced in [6946].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-09 06:52:42 +00:00 |
Gary Wilson Jr
|
8775c17930
|
Fixed #6330 -- Fixed reST error in templates documentation, thanks `SmileyChris`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 22:09:16 +00:00 |
Malcolm Tredinnick
|
041e24dbde
|
Fixed a subtle corner case whereby sending a bad session ID generates new (unused) session entries in the database table.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 12:53:09 +00:00 |
Malcolm Tredinnick
|
70fe1ef262
|
Fixed Python 2.3 problem I introduced all the way back in [6852]. :-(
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 07:23:21 +00:00 |
Malcolm Tredinnick
|
d1793f1774
|
Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 03:55:23 +00:00 |
Malcolm Tredinnick
|
a7da12d320
|
Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6998 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 03:53:33 +00:00 |
Malcolm Tredinnick
|
1f6bc7ffa7
|
The "first" filter can return an unsafe string for safe input ( {{"<"|first}} ), so change is_safe to False. Refs #5567.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 03:53:04 +00:00 |