summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-30Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupli...Gary Wilson Jr
2009-03-30Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
2009-03-30Fixed #9853 -- Added information to the model date/time fields to note the Py...Gary Wilson Jr
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-30Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
2009-03-30Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...Gary Wilson Jr
2009-03-30Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-30Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans
2009-03-30Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for t...Justin Bronn
2009-03-30Fixed redundant definition of `connection_created` signal due to DVCS mistake...Justin Bronn
2009-03-30Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...Justin Bronn
2009-03-29Fixed `svn:ignore` property on recent directory additions. Justin Bronn
2009-03-29Removed an inadvertent raise statement added in [8777] and added the printing...Gary Wilson Jr
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn
2009-03-29Some minor tweaks to the admin changelist styles for the new action menus. Cu...Wilson Miner
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