summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-29Update packaging info for 1.1 release.1.1James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss
In a nutshell, it's been demonstrated that this middleware can never be made reliable enough for general-purpose use, and that (despite documentation to the contrary) its inclusion in Django may lead application developers to assume that the value of ``REMOTE_ADDR`` is "safe" or in some way reliable as a source of authentication. So it's gone. See the Django 1.1 release notes for full details, as well as upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29Added 1.1 release notes.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29We don't need to put the 'final' bit in the version number, and it messes up ↵James Bennett
some pypi stuff. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29Updated svn:ignore properties for a recently added directoryRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could ↵Russell Keith-Magee
lead to the exposure of system files. Thanks to Gary Wilson for the patch. This is a security-related update. A full announcement, as well as backports for 1.0.X and 0.96.X will be forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29Fixed #11575 -- Updated Thai translation. Thanks to KayEss.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28Fixed #11575 -- Updated Thai translation. Thanks to KayEss.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28Fixed #11567 -- Updated Danish translation. Thanks to Finn Gruwier Larsen.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks ↵Russell Keith-Magee
to rbonvall for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't ↵Russell Keith-Magee
include proxy models in their output. Thanks to Anssi Kaariainen for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27Italian translation: further correctionsNicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27Fixed #11519 -- Corrected minor typo in release notes index.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-26Italian translation: more correctionsNicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-26Italian translation: updates, corrections, added ugly but more correct ↵Nicola Larosa
suffixes to some gender-varying words git-svn-id: http://code.djangoproject.com/svn/django/trunk@11334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-26Italian translation: commit of regenerated django.po to have significant ↵Nicola Larosa
commit diffs afterwards git-svn-id: http://code.djangoproject.com/svn/django/trunk@11333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25Fixed #11540 -- Updated Estonian translation. Thanks to Erik Allik and Mart ↵Russell Keith-Magee
Sõmermaa. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25Fixed #11550 -- Updated Macedonian translation. Thanks to Vasil Vangelovski.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25Fixed #11546 -- Modified the mail regression test to avoid getting hung up ↵Russell Keith-Magee
on 32/64 bit differences. Thanks to Richard Davies for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-24Fixed #11543 -- Updated Norwegian translation. Thanks to jonklo.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() ↵Russell Keith-Magee
expressions in single object updates. Thanks to Zachary Voase for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Updated German translation.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Updated Argentinian spanish translation for trunk.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11528 -- Updated Traditional Chinese translation. Thanks to Qing Feng/Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11532 -- Corrected the link used for edit_inline foreign keys in ↵Russell Keith-Magee
admin when the admin is deployed using the old style admin.root approach. Thanks to JP for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11408 -- Updated Brazilian Portuguese translation. Thanks to ↵Russell Keith-Magee
Guilherme Gondim. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11045 -- Updated Dutch translation. Thanks to joeri and rvanlaar.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11530 -- Updated Portuguese translation. Thanks to Nuno Mariz.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11528 -- Updated Traditional Chinese translation. Thanks to Qing Feng.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11310 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11525 -- Updated Russian translation. Thanks to dc and kmike.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11524 -- Updated Japanese translation. Thanks to Takashi Matsuo.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11507 -- Updated Bengali translation. Thanks to Nasimul Haque.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11467 -- Updated Macedonian translation. Thanks to Vasil Vangelovski.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11408 -- Updated Brazilian Portuguese translation. Thanks to ↵Russell Keith-Magee
Guilherme Gondim. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11323 -- Updated Korean translation. Thanks to Hyun Mi Ae and Joongi Kim.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11067 -- Updated Arabic translation. Thanks to Ossama M. Khayat.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #11040 -- Updated Finnish translation. Thanks to Leo Honkanen, Antti ↵Russell Keith-Magee
Kaihola and Uninen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #10900 -- Updated Czech translation. Thanks to Elvard, Petr Marhoun ↵Russell Keith-Magee
and Vláďa Macek. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #10885 -- Updated Hebrew translation. Thanks to Alex Gaynor.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23Fixed #10663 -- Updated Serbian (Cyrillic) translation; added a Serbian ↵Russell Keith-Magee
(Latin) sr_Latn translation set. Thanks to Branko Vukelic and Janos Guljas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-22Update setup.py for RC 1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-22Bump django.VERSION for RC 1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-22Clarify the description of URL namespacing.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-22Add draft release notes for 1.1 RC 1.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to ↵Ian Kelly
prevent an encoding bug that occurs in some installations. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21Updated my bio.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21Fixed #11493 -- Added an internal document listing the APIs that have been ↵Russell Keith-Magee
formally deprecated. Thanks to Alex Gaynor for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to ↵Russell Keith-Magee
rlaager for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21Cleanup of some minor markup problems in URL documentation.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11275 bcc190cf-cafb-0310-a4f2-bffc1f526a37