summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-12-27[1.0.X] Reverted r12000. 1.0.X branch is in security fix only mode.stable/1.0.xRussell Keith-Magee
2009-12-26[1.0.X] Italian translation updatedNicola Larosa
2009-12-22Reverted changes in PL translation - thanks Karen TraceyJarek Zgoda
2009-12-16[1.0.X] Polish translations updatedJarek Zgoda
2009-10-09[1.0.X] Reset 1.0 branch packaging data post-release.James Bennett
2009-10-09[1.0.X] Bump version number for security release.1.0.4James Bennett
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-08-21[1.0.X] Fixed #11049: introspection on Oracle now identifies IntegerFields co...Matt Boersma
2009-08-14[1.0.X] One additional es_AR translation detail.Ramiro Morales
2009-08-14[1.0.X] Updated es_AR translation.Ramiro Morales
2009-07-29[1.0.X] With 1.0.3 out the door, this branch is now 1.0.4 pre-alpha.James Bennett
2009-07-29[1.0.X] Update packaging information for impending 1.0.3 security/bugfix rele...1.0.3James Bennett
2009-07-29[1.0.X] We don't need to put the 'final' bit in the version number, and it me...James Bennett
2009-07-29[1.0.X] SECURITY ALERT: Corrected a problem with the Admin media handler that...Russell Keith-Magee
2009-07-27[1.0.X] Italian translation: further correctionsNicola Larosa
2009-07-261.0.X: italian translation: updates, corrections, added ugly but more correct...Nicola Larosa
2009-07-261.0.X: italian translation: commit of regenerated django.po to have significa...Nicola Larosa
2009-07-23[1.0.X] Updated German translation.Jannis Leidel
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-21[1.0.X] Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks ...Russell Keith-Magee
2009-07-11[1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for m2...Russell Keith-Magee
2009-07-09[1.0.X] ixed GEOS & GDAL C function prototypes to explicitly use a subclass o...Justin Bronn
2009-07-07[1.0.X] Updated Spanish translation.Marc Fargas
2009-07-07[1.0.X] Update Catalan translation.Marc Fargas
2009-07-03[1.0.X] Fixed #11413 -- Added notes on the cycle and firstof tag detailing th...Russell Keith-Magee
2009-07-02[1.0.X] Fixed #10834 -- Corrected [11120] to ensure that there is a differenc...Russell Keith-Magee
2009-06-30[1.0.X] Fixed #11357: contrib.admindocs now correctly displays many-to-many r...James Bennett
2009-06-29[1.0.X] Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as Open...Justin Bronn
2009-06-29[1.0.X] Fixed #10834 -- Added bucket condition to ensure that URL resolvers w...Russell Keith-Magee
2009-06-24[1.0.X] Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix...Russell Keith-Magee
2009-06-18[1.0.X] Fixed #11270 -- Modified cache template tag to prevent the creation o...Russell Keith-Magee
2009-06-17[1.0.X] Fixed #9268 -- Ensured that the next argument is passed on when previ...Russell Keith-Magee
2009-06-15[1.0.X] Fixed #9023 -- Corrected a problem where cached attribute values woul...Russell Keith-Magee
2009-06-15[1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caus...Russell Keith-Magee
2009-06-12[1.0.X] Fixed support for GDAL 1.6 on Windows. Thanks to jtia for spotting t...Justin Bronn
2009-06-12[1.0.X] Fixed #9367 - EmailMultiAlternatives does not properly handle attachm...Luke Plant
2009-06-11[1.0.X] Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries...Brian Rosner
2009-06-11[1.0.X] Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and ...Justin Bronn
2009-06-08[1.0.X] Fixed #10785 -- Corrected a case for foreign key lookup where the rel...Russell Keith-Magee
2009-06-03[1.0.X] Fixed #9479 -- Corrected an edge case in bulk queryset deletion that ...Russell Keith-Magee
2009-05-29[1.0.X] Fixed a few Python 2.3 incompatibilities that were causing test failu...Gary Wilson Jr
2009-05-29[1.0.X] Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Gary Wilson Jr
2009-05-20[1.0.X] Fixed #10867: make the makemessages command ignore files and only pro...Jacob Kaplan-Moss
2009-05-20[1.0.X] Fixed #11134: signals recievers that disconnect during their processi...Jacob Kaplan-Moss
2009-05-19[1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key fields w...Russell Keith-Magee
2009-05-17[1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...Karen Tracey
2009-05-15[1.0.X] Fixed #11120 -- Corrected handling of inlines attached to inherited c...Russell Keith-Magee
2009-05-14[1.0.X] Fixed #10348: ChangeList no longer overwrites a select_related provid...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #10992: fixed a bug saving inlines with custom primary key fiel...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed a weird intentation glitch in `django/forms/models.py`. Five sp...Jacob Kaplan-Moss