summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-09[1.0.X] Bump version number for security release.1.0.4James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
Certain email addresses/URLs could trigger a catastrophic backtracking situation, causing 100% CPU and server overload. If deliberately triggered, this could be the basis of a denial-of-service attack. This security vulnerability was disclosed in public, so we're skipping our normal security release process to get the fix out as soon as possible. This is a security related update. A full announcement will follow. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-29[1.0.X] Fixed #6674: Documented a couple of widget arguments. Thanks timo. Karen Tracey
r11478 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-21[1.0.X] Fixed #11049: introspection on Oracle now identifies IntegerFields ↵Matt Boersma
correctly. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-14[1.0.X] One additional es_AR translation detail.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-14[1.0.X] Updated es_AR translation.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-13[1.0.x] Fixed #11508: Adding missing word to form wizard doc. Thanks ↵Karen Tracey
thepointer and timo. r11444 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-13[1.0.X] Fixed #11573: Updated Nginx url. Thanks bryanveloso. Karen Tracey
r11442 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-13[1.0.X] Updated svn:ignore properties for tests/regressiontests/servers.Karen Tracey
r11352 from trunk. Also updated blocked and integrated svnmerge metadata. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-03[1.0.X] Add trove classifiers to 1.0 series setup.py. Not sure why I didn't ↵James Bennett
do this before. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-03[1.0.X] Updated my bio to reflect current statusBrian Rosner
Backported from trunk [11379] git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-31[1.0.X] Remove download_url from setup.py, since that only applies to the ↵James Bennett
specific revision we packaged as 1.0.3. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29[1.0.X] With 1.0.3 out the door, this branch is now 1.0.4 pre-alpha.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29[1.0.X] Update packaging information for impending 1.0.3 security/bugfix ↵1.0.3James Bennett
release. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29[1.0.X] We don't need to put the 'final' bit in the version number, and it ↵James Bennett
messes up some pypi stuff. Backport of [11358] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29[1.0.X] SECURITY ALERT: Corrected a problem with the Admin media handler ↵Russell Keith-Magee
that could lead to the exposure of system files. Thanks to Gary Wilson for the patch. This is a security-related backport of r11351. A full announcement, as well as a backport 0.96.X will be forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29[1.0.X] Updated svnmerge propertiesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28[1.0.X] Updated svnmerge propertiesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28[1.0.X] Fixed #11556 -- Clarified the argument required by ↵Russell Keith-Magee
get_object_or_404. Thanks to rbonvall for the report. Merge of r11344 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27[1.0.X] Italian translation: further correctionsNicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27[1.0.X] Fixed #11519 -- Corrected minor typo in release notes index.Russell Keith-Magee
Merge of r11338 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-261.0.X: italian translation: updates, corrections, added ugly but more ↵Nicola Larosa
correct suffixes to some gender-varying words git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-261.0.X: italian translation: commit of regenerated django.po to have ↵Nicola Larosa
significant commit diffs afterwards git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25[1.0.X] Updated svnmerge properties.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25[1.0.X] Fixed #11546 -- Modified the mail regression test to avoid getting ↵Russell Keith-Magee
hung up on 32/64 bit differences. Thanks to Richard Davies for the report. Merge of r11328 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-24[1.0.X] Updated svnmerge propertiesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11323 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23[1.0.X] Updated German translation.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11317 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. Backport of [11285] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21[1.0.X] Updated my bio.Gary Wilson Jr
Backport of r11281 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21[1.0.X] Added myself to AUTHORS and updated my bio.Gary Wilson Jr
Backport of r11265 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21[1.0.X] Fixed #11493 -- Added an internal document listing the APIs that ↵Russell Keith-Magee
have been formally deprecated. Thanks to Alex Gaynor for the draft text. Merge of r11277 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21[1.0.X] Cleanup of some minor markup problems in URL documentation. Thanks ↵Russell Keith-Magee
to Ramiro Morales for the patch (an apologies for ommitting the credit from r11275) Merge of r11275 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21[1.0.X] Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks ↵Russell Keith-Magee
to rlaager for the report. Merge of r11276 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-17[1.0.X] Fixed #11492 -- Corrected some typos, and added some extra markup ↵Russell Keith-Magee
for the URLs documentation. Thanks to Ramiro Morales for the patch. Merge of r11258 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-17[1.0.X] Blocked recent revisions from mergeRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16[1.0.X] Fixed #11229 -- Updated the mod_wsgi deployment documentation to ↵Russell Keith-Magee
avoid references to mod_python and techniques that are not recommended or required for mod_wsgi. Thanks to Graham Dumpleton for the suggestion and guidance. Merge of r11249 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16[1.0.X] Fixed #10908 -- Clarified the procedure for creating test users in ↵Russell Keith-Magee
the testing docs. Thanks to gruszczy and timo. Merge of r11248 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Blocked some recent updates from mergeRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11235 -- Added a missing clause from some sample SQL in the ↵Russell Keith-Magee
queryset docs. Merge of r11239 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag ↵Russell Keith-Magee
rather than a placeholder. Thanks to jcassee for the suggestion. Merge of r11237 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11374 -- Modified the documentation for forms.BooleanField to ↵Russell Keith-Magee
allow for the fact that it can be rendered using widgets other than a checkbox. Thanks to lygaret for the patch. Merge of r11236 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11469 -- Removed suspicion that Django developers have ↵Russell Keith-Magee
trouble counting to four. Thanks to msgre for the report. Merge of r11235 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #10287 -- Added better examples in the docs of formset ↵Russell Keith-Magee
validation. Thanks to Andrew Badr for the text. Merge of r11234 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-13[1.0.X] Update svnmerge properties for recent changesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Blocked r11221 from merge.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11438 -- Corrected some bad grammar in the custom fields ↵Russell Keith-Magee
docs. Thanks to thepointer for the report. Merge of r11220 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11453 -- Added note on customizing SERVER_EMAIL for error ↵Russell Keith-Magee
reporting. Thanks to seveas for the suggestion and draft text. Merge of r11219 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks ↵Russell Keith-Magee
to seveas for the report. Merge of r11218 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. ↵Russell Keith-Magee
Thanks to seveas for the report. Merge of r11217 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for ↵Russell Keith-Magee
m2m fields with an intermediate model. Thanks to J Clifford Dyer for the report and fix. Merge of r11215 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11216 bcc190cf-cafb-0310-a4f2-bffc1f526a37