summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2008-11-19[1.0.X] Django 1.0.2.1.0.2James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-18[1.0.X] Fixed #9597: Hebrew translation update.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-18[1.0.X] Fixed #9612: Danish translation update including date format ↵Karen Tracey
corrections. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17[1.0.X] Reverted r9483 -- the patch broke the Oracle spatial backend.Justin Bronn
Backport of r9484 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17[1.0.X] Fixed #9620 -- spatial database tables now have `app_label` set ↵Justin Bronn
correctly. Backport of r9482 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16[1.0.X] Fixed #9608: Ensured a Model's default repr() is printable even if ↵Karen Tracey
its unicode method raises a Unicode error. r9475 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16[1.0.X] Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
SafeUnicode (handle SafeString similarly, just to be safe). Based on a patch from sfllaw. Backport of r9467 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16[1.0.X] Fixed #3501 -- Fixed date filtering in querysets for nullable date ↵Malcolm Tredinnick
fields. Only affects SQLite. Backport of r9466 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.X] With 1.0.1 out the door, branches/releases/1.0.X is now 1.0.2 pre-alpha.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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-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[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] 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 #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] 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-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 #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] Fixed #9011 -- Corrected handling of fixture files that contain ↵Russell Keith-Magee
errors to correctly report the broken fixture name. Thanks to jlrivitti@gmail.com for the report and initial patch. Merge of [9357] and [9358] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06Refs #9526, Updated Arabic translation; Thanks Ossama M. Khayat.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Refs #9513, Updated Polish translation; Thanks Jarek Zgoda.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Fixed #9512, Updated French translation. Thanks David Larlet.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Refs #9419, Typo in Russian translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06[1.0.X] Refs #9511, Updated Hebrew translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06Merge branch 'master-1.0.X' into trunk-1.0.XMarc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05[1.0.X] Fixed #9218 -- Simplified the fix from #9039 and added tests to ↵Karen Tracey
ensure this case doesn't break again (and that the simplification didn't break anything). [9341] from trunk. Also updated svnmerge metadata. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05[1.0.X] Updated Catalan translation.Marc Fargas
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9340 bcc190cf-cafb-0310-a4f2-bffc1f526a37