summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-24Here's the rest of [9530] where I actually rename the tag like I said I did. ...Jacob Kaplan-Moss
2008-11-24Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...Jacob Kaplan-Moss
2008-11-24Fixed #6398: added an optional `{% empty %}` clause to the `{% for %}` templa...Jacob Kaplan-Moss
2008-11-24Fixed a small reST header glitch in docs/ref/templates/builtins.txtJacob Kaplan-Moss
2008-11-24Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...Jacob Kaplan-Moss
2008-11-24Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss
2008-11-23Two new locale names translatedJarek Zgoda
2008-11-21Remove the FAQ answer about a setuptools install error that references runnin...Karen Tracey
2008-11-21Fixed #9611 -- Noted in the FAQ answer about Python versions that some contri...Karen Tracey
2008-11-21Fixed #9615 -- Typo fix to testcase. Thanks jarrow.Karen Tracey
2008-11-21Fixed #9618: Corrected an error in some example code in the forms documentati...Karen Tracey
2008-11-21Fixed #9642 -- Made the admin calendar/clock popups go away when the users cl...Karen Tracey
2008-11-21Fixed #2782 -- Make the server port available through the modpython handler.Malcolm Tredinnick
2008-11-21Fixed #9617 -- Fixed a typo in the Polish translation. Thanks, romke.Malcolm Tredinnick
2008-11-20Fixed #8612 -- Bug-fxing Danish translation update. Same patch as r9491 on 1...Karen Tracey
2008-11-20OneToOne filtering should only apply in a popup selection from the related mo...James Bennett
2008-11-19Forward-port docutils fix from [9497].James Bennett
2008-11-19Add 1.0.2 release notes to trunk so they show up onlineJames Bennett
2008-11-18Fixed #9597: Hebrew tranlation update. Same patch as r9492 on 1.0.X branch.Karen Tracey
2008-11-18Greatly refactored the docs index to allow for more efficient use by power us...Adrian Holovaty
2008-11-18Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uplo...Adrian Holovaty
2008-11-18Removed 'Most Web sites wouldn't be complete without a way to upload files' s...Adrian Holovaty
2008-11-17Reverted r9480 -- the patch broke the Oracle spatial backend.Justin Bronn
2008-11-17Fixed #9620 -- spatial database tables now have `app_label` set correctly.Justin Bronn
2008-11-17Added the GEOS and GDAL interface licenses to the manifest template.Justin Bronn
2008-11-17Fixed #9613 -- Added a bunch of files that were missing when the distributionMalcolm Tredinnick
2008-11-16Fixed #9608: Ensured a Model's default repr() is printable even if its __unic...Karen Tracey
2008-11-16Added GeoDjango template and test data directories to the manifest template s...Justin Bronn
2008-11-16Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and removeMalcolm Tredinnick
2008-11-16Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The netMalcolm Tredinnick
2008-11-16Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
2008-11-16Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. OnlyMalcolm Tredinnick
2008-11-16Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with...Russell Keith-Magee
2008-11-16Updated stylesheet link on the change password form.Wilson Miner
2008-11-16Removed the hidden import rules in the contrib.admin stylesheets. Each indivi...Wilson Miner
2008-11-15One more correction to the release notes.James Bennett
2008-11-15Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-11-15Ensure generated package name does not contain spaces; this will make Django ...James Bennett
2008-11-15Port [9450] forward to trunk.James Bennett
2008-11-15Add 1.0.1 release notes to trunk so they'll show up in the online docs.James Bennett
2008-11-15Fixed a bug introduced in r9422.Malcolm Tredinnick
2008-11-15Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value....Brian Rosner
2008-11-15Fixed #6948 -- The join filter was escaping the literal value that wasMalcolm Tredinnick
2008-11-14Fixed #9076 -- Changed BaseInlineFormSet to not override BaseModelFormSet's g...Karen Tracey
2008-11-14Fixed #9592 -- Create data for the generic_inline_admin test during setup ins...Karen Tracey
2008-11-14Fixed #9377 -- Clarified when cmemcached support was included in Django.Malcolm Tredinnick
2008-11-14Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.Malcolm Tredinnick
2008-11-14Fixed #9507 -- Correct an example in the admin docs. Thanks, john_scott andMalcolm Tredinnick
2008-11-14Fixed #9594 -- Typo fix in the testing example.Malcolm Tredinnick
2008-11-14Fixed #9468 -- Fixed a misleading FAQ answer.Malcolm Tredinnick