summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-15Django 1.0.1.1.0.1James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15New download URLJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] One more correction to the release notes.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
version". Some were replaced with versionadded or versionchanged directives. Other, more minor ones, were removed altogether. Based on a patch from James Bennett. Backport of r9454 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] Ensure generated package name does not contain spaces; this will ↵James Bennett
make Django easy_installable from the Cheese Shop. This is [9452] on trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15Actually we didn't port that one to 1.0.1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] Add 1.0.1 release notes and link them from the releases index page.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] Fixed a bug introduced in r9443.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] Fixed #9258 -- Use _default_manager in ↵Brian Rosner
ForeignKeyRawIdWidget.label_for_value. Thanks nullie for the patch. Backport of r9444 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] Fixed #6948 -- The join filter was escaping the literal valueMalcolm Tredinnick
that was passed in for the connector. This was contrary to what the documentation for autoescaping said and to what every other filter does with literal strings as arguments. This is backwards incompatible for the situation of the literal string containing one of the five special HTML characters: if you were writing {{ foo|join:"&" }}, you now have to write {{ foo| join:"&" }}. Previous behaviour was, as noted, a bug and contrary to what was documented and expected. Backport of r9442 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[1.0.X] Fixed #9076 -- Changed BaseInlineFormSet to not override ↵Karen Tracey
BaseModelFormSet's get_queryset method. BaseInlineFormSet's method did not include a couple of fixes/enhancements that were made to the parent's method, resulting in excessive queries (some of which can return bad data due to #9006) for admin pages with inlines. Thanks bthomas for the initial patch. r9440 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[1.0.X] Fixed #9592 -- Create data for the generic_inline_admin test during ↵Karen Tracey
setup instead of via a fixutre since it uses a content type id which will vary depending on what other tests have been run. r9438 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9377 -- Clarified when cmemcached support was included ↵Malcolm Tredinnick
in Django. Backport of r9435 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9531 -- Fixed some awkward wording in the docs. ↵Malcolm Tredinnick
Thanks, gsf. Backport of r9434 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9507 -- Correct an example in the admin docs. Thanks,Malcolm Tredinnick
john_scott and SmileyChris. Backport of r9432 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9594 -- Typo fix in the testing example.Malcolm Tredinnick
Backport of r9429 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9468 -- Fixed a misleading FAQ answer.Malcolm Tredinnick
Backport of r9428 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9430 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9570 -- Updated Arabic translation from Ossama M. Khayat.Malcolm Tredinnick
Backport of r9423 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[Django-1.0.X] Fixed #9574 -- Hindi translation from Thejaswi Puthraya.Malcolm Tredinnick
Backport of r9422 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14Italian translation updatedNicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[1.0.X] Updated Argentinian spanish translations, refs #9506 and related ↵Ramiro Morales
commits. Port of [9420] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[1.0.X] Removed support for passing params as dicts in the oracle backend. ↵Ian Kelly
Wasn't documented, didn't work, isn't necessary. Backport of [9418] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13[1.0.X] Updated svnmerge metadata and added myself to committers (r9416 from ↵Karen Tracey
trunk). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13[1.0.X] Fixed #9579 -- Properly handle apps running with (and specifically, ↵Karen Tracey
loading templates from) a current working directory path that contains non-ASCII characters. Thanks for the report to gonzalodelgado and for advice on how to fix it to Daniel Pope. r9411 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13[1.0.X] Fixed #9498 -- Handle a formset correctly when the foreign key is ↵Brian Rosner
not available (for now). This case pops up with generic foreign key inlines after [9297]. Added tests to handle future regressions with generic foreign key inlines in the admin. Thanks markus and danielr for patches. Backport of [9412] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13[1.0.X] Updated Catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13[1.0.X] Updated Spanish translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12[1.0.X] Updated German translation. Thanks bartTC and flosch.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12[1.0.X] Fixed #106 -- Refrain from generating popup window names that IE ↵Karen Tracey
refuses to pop up. Thanks for the reports and initial patches nbstrite and jsmullyan. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12[1.0.X] Fixed #9572 -- Corrected some documentation that misleadingly gave ↵Russell Keith-Magee
the extension for YAML fixtures as YML. Thanks to django@i-sh.me.uk for the report. Merge from trunk of [9401] git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12[1.0.X] Fixed #8646 -- Modified test client to set a fully WSGI compliant ↵Russell Keith-Magee
environment. Thanks to Adam Lofts for the report. Merge from trunk of [9396] git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12[1.0.X] Blocked [9397] and [9398] from merging into the 1.0.X branch.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12[1.0.X] Fixed #5079 -- Avoid converting Decimals to floats during save to ↵Karen Tracey
the database. [9394] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-11[1.0.X] Fixed #9566 -- made GeoJSON regex more robust.Justin Bronn
Backport of r9392 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-11[1.0.X] Fixed #9567 - Removed an extraneous 'are'. Karen Tracey
[9390] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10[1.0.X] Fixed #7064: Made DemicmalField validation support max_digits equal ↵Karen Tracey
to decimal_places. r9387 and r9388 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10[1.0.X] Fixed #6035 -- Gave the SplitDateTimeField the proper default ↵Karen Tracey
widget. Thanks dtulig. r9385 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation ↵Karen Tracey
to avoid triggering a Python 2.3 bug. Thanks for the report joshg and patch nfg. [9383] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10Fixed #9544 -- Updated Danish translation from Finn Gruwier Larsen.Malcolm Tredinnick
Backport of r9381 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10[1.0.X] Refs #9537, Updated Polish translation; Thanks Jarek Zgoda.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10[Django-1.0.X] New Thai translation from Kowito Charoenratchatabhan and ↵Malcolm Tredinnick
Kadesarin Sanjek. Fixed #9542. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10[django-1.0.X] Updated French translation from David Larlet. Fixed #9512.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-09[1.0.X] Fixed #9556 - typos in syndication docs. Thanks sedden. Karen Tracey
[9373] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-09[1.0.X] Fixed #9514 -- Made admin change_form template correctly ↵Karen Tracey
recognize/report when a form has only a single error. [9371] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-08[1.0.X] Fixed #5748 -- Made floatformat filter round properly on all ↵Karen Tracey
platforms and handle NaN input correctly on Windows. Also added tests for these cases. Thanks for the report and initial patch to SmileyChris and PJCrosier. [9369] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Updated German translation after r9364Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form ↵Karen Tracey
errors and labels when outputing them as HTML. [9365] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Fixed #9506 take 2 -- Marked the message properly for translation, ↵Karen Tracey
in both places it appears in the source. [9363] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Fixed #9506 -- Marked error string for translation.Karen Tracey
[9360] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Block trunk translation updates from snvmerge to branch.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9361 bcc190cf-cafb-0310-a4f2-bffc1f526a37