summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-07-29Update packaging info for 1.1 release.1.1James Bennett
2009-07-29BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss
2009-07-29We don't need to put the 'final' bit in the version number, and it messes up ...James Bennett
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could l...Russell Keith-Magee
2009-07-29Fixed #11575 -- Updated Thai translation. Thanks to KayEss.Russell Keith-Magee
2009-07-28Fixed #11575 -- Updated Thai translation. Thanks to KayEss.Russell Keith-Magee
2009-07-28Fixed #11567 -- Updated Danish translation. Thanks to Finn Gruwier Larsen.Russell Keith-Magee
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-07-27Italian translation: further correctionsNicola Larosa
2009-07-27Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.Justin Bronn
2009-07-26Italian translation: more correctionsNicola Larosa
2009-07-26Italian translation: updates, corrections, added ugly but more correct suffix...Nicola Larosa
2009-07-26Italian translation: commit of regenerated django.po to have significant comm...Nicola Larosa
2009-07-25Fixed #11540 -- Updated Estonian translation. Thanks to Erik Allik and Mart S...Russell Keith-Magee
2009-07-25Fixed #11550 -- Updated Macedonian translation. Thanks to Vasil Vangelovski.Russell Keith-Magee
2009-07-24Fixed #11543 -- Updated Norwegian translation. Thanks to jonklo.Russell Keith-Magee
2009-07-23Updated German translation.Jannis Leidel
2009-07-23Updated Argentinian spanish translation for trunk.Ramiro Morales
2009-07-23Fixed #11528 -- Updated Traditional Chinese translation. Thanks to Qing Feng/Russell Keith-Magee
2009-07-23Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...Russell Keith-Magee
2009-07-23Fixed #11408 -- Updated Brazilian Portuguese translation. Thanks to Guilherme...Russell Keith-Magee
2009-07-23Fixed #11045 -- Updated Dutch translation. Thanks to joeri and rvanlaar.Russell Keith-Magee
2009-07-23Fixed #11530 -- Updated Portuguese translation. Thanks to Nuno Mariz.Russell Keith-Magee
2009-07-23Fixed #11528 -- Updated Traditional Chinese translation. Thanks to Qing Feng.Russell Keith-Magee
2009-07-23Fixed #11525 -- Updated Russian translation. Thanks to dc and kmike.Russell Keith-Magee
2009-07-23Fixed #11524 -- Updated Japanese translation. Thanks to Takashi Matsuo.Russell Keith-Magee
2009-07-23Fixed #11507 -- Updated Bengali translation. Thanks to Nasimul Haque.Russell Keith-Magee
2009-07-23Fixed #11467 -- Updated Macedonian translation. Thanks to Vasil Vangelovski.Russell Keith-Magee
2009-07-23Fixed #11408 -- Updated Brazilian Portuguese translation. Thanks to Guilherme...Russell Keith-Magee
2009-07-23Fixed #11323 -- Updated Korean translation. Thanks to Hyun Mi Ae and Joongi Kim.Russell Keith-Magee
2009-07-23Fixed #11067 -- Updated Arabic translation. Thanks to Ossama M. Khayat.Russell Keith-Magee
2009-07-23Fixed #11040 -- Updated Finnish translation. Thanks to Leo Honkanen, Antti Ka...Russell Keith-Magee
2009-07-23Fixed #10900 -- Updated Czech translation. Thanks to Elvard, Petr Marhoun and...Russell Keith-Magee
2009-07-23Fixed #10885 -- Updated Hebrew translation. Thanks to Alex Gaynor.Russell Keith-Magee
2009-07-23Fixed #10663 -- Updated Serbian (Cyrillic) translation; added a Serbian (Lati...Russell Keith-Magee
2009-07-22Bump django.VERSION for RC 1.James Bennett
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-21Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag...Russell Keith-Magee
2009-07-17Fixed #11498 - fix wrong translation in admin actions form. Thanks for sayane...Jarek Zgoda
2009-07-16Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...Justin Bronn
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-15Forgot to add `collect` to `GeoManager`.Justin Bronn
2009-07-13Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...Russell Keith-Magee
2009-07-11Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect`...Justin Bronn
2009-07-11Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...Russell Keith-Magee
2009-07-09Fixed GEOS & GDAL C function prototypes to explicitly use a subclass of `c_ch...Justin Bronn
2009-07-07Updated Spanish translationMarc Fargas
2009-07-07Updated catalan Translation.Marc Fargas
2009-07-03Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia...Russell Keith-Magee
2009-07-03Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...Russell Keith-Magee