summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-29Updated Italian translationNicola Larosa
2009-03-29Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...Brian Rosner
2009-03-28Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...Justin Bronn
2009-03-27Fixed an issue with unicode being mangled in Oracle when the database charact...Ian Kelly
2009-03-26Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ...Justin Bronn
2009-03-25Fixed #10574 -- Documented interaction between annotations and order_by.Malcolm Tredinnick
2009-03-25Regenerated and recompiled Polish translations after [10168] (no real change,...Jarek Zgoda
2009-03-25Fixed a breakage with ManyToManyFields in admin caused by r10139.Malcolm Tredinnick
2009-03-25Template filters now pass numerical arguments through as numbers.Malcolm Tredinnick
2009-03-25Fixed a ungettext() call to prevent spurious string extraction by xgettext.Malcolm Tredinnick
2009-03-24Updated Spanish translation.Marc Fargas
2009-03-24Updated catalan translation.Marc Fargas
2009-03-24Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g...Russell Keith-Magee
2009-03-24Fixed #10503 -- Clarified docs on the operation of the noop option to {% tran...Russell Keith-Magee
2009-03-24Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee
2009-03-24Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Sael...Russell Keith-Magee
2009-03-24Fixed #10510 -- Added missing versionadded marker for formfield_for_foreignke...Russell Keith-Magee
2009-03-24Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-24Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.Russell Keith-Magee
2009-03-24Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul Menzel.Russell Keith-Magee
2009-03-24Added versionadded markers for ModelForm field ordering, added in [10062].Russell Keith-Magee
2009-03-24Fixed #10589 -- Removed duplicated model definition in null_fk_ordering regre...Russell Keith-Magee
2009-03-24Polish translations updated (still one missing)Jarek Zgoda
2009-03-24Fixed #10600 -- Allow for format marker reordering in a translatable string.Malcolm Tredinnick
2009-03-24Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-24Fixed error when trying to import the GEOS tests from their new location.Justin Bronn
2009-03-24Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-24Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ...Brian Rosner
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-24Updated download_url for eventual 1.1 beta package.Jacob Kaplan-Moss
2009-03-24Bumped version for 1.1 beta.Jacob Kaplan-Moss
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2009-03-23Added 1.1 beta release notes.Jacob Kaplan-Moss
2009-03-23Made default MIDDLEWARE_CLASSES same as in project_template.Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-23Fixed a false failure in the test suite when running Oracle.Ian Kelly
2009-03-23Fixed an error in the `firstof` template tag when used with `TEMPLATE_STRING_...Jacob Kaplan-Moss
2009-03-23Oops, added missing file from [10122].Jacob Kaplan-Moss
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-23Removed erroneous changes to 1.1 alpha 1 release notes.Luke Plant
2009-03-23Fixed #5756, #6296 -- Most template tags can now handle filters in arguments.Malcolm Tredinnick
2009-03-23Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick
2009-03-23Removed an invalid template test (translating an empty string is a bad idea).Malcolm Tredinnick
2009-03-22Fixed #10581 -- Fixed conditional handling of If-Match headers.Malcolm Tredinnick
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2009-03-22Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick
2009-03-22Fixed deferred loading of fields with default values.Malcolm Tredinnick
2009-03-21Corrected syntax typos in a couple of versionadded directives.Gary Wilson Jr
2009-03-21Added a versionadded directive to new redirect shortcut (refs #10194).Gary Wilson Jr