summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-30[1.0.X]: Fixed #9853 -- Added information to the model date/time fields to no...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s...Gary Wilson Jr
2009-03-30[1.0.X]: Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-30[1.0.X] Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo So...Justin Bronn
2009-03-29[1.0.X]: Removed an inadvertent raise statement added in [8777] and added the...Gary Wilson Jr
2009-03-29[1.0.X] Updated Italian translationNicola Larosa
2009-03-27[1.0.X] Fixed an issue with unicode being mangled in Oracle when the database...Ian Kelly
2009-03-25[1.0.X] Fixed a breakage with ManyToManyFields in admin caused by r10140. Ref...Russell Keith-Magee
2009-03-24[1.0.X] Made a couple of cross-references in the model fields documentaiton c...Malcolm Tredinnick
2009-03-24[1.0.X] Updated svnmerge metadata to indicate 10078 was backported to the bra...Karen Tracey
2009-03-24[1.0.X] Added some more blocked revsions.Karen Tracey
2009-03-24[1.0.X] Fixed svnmerge-blocked: block r10128-10135, not 10028-10135.Karen Tracey
2009-03-24[1.0.X] Updated svnmerge properties for some recent trunk changesetsRussell Keith-Magee
2009-03-24[1.0.X] Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FO...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10503 -- Clarified docs on the operation of the noop option to...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to Man...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul ...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10589 -- Removed duplicated model definition in null_fk_orderi...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-24[1.0.X] Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-23[1.0.X] Added an import that should have been included in [10126].Ian Kelly
2009-03-23[1.0.X] Fixed a false failure in the test suite when running Oracle. Backport...Ian Kelly
2009-03-20[1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-18[1.0.X] Corrected svnmerge-integrated property from r10086, updated to includ...Russell Keith-Magee
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored t...Russell Keith-Magee
2009-03-18[1.0.X] Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to...Russell Keith-Magee
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-17[1.0.X] `ModelAdmin` validation now runs when using the `site.register(Model...Jacob Kaplan-Moss
2009-03-17[1.0.X] Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when calle...Jacob Kaplan-Moss
2009-03-15[1.0.X] Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15[1.0.X] Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2009-03-15[1.0.X] Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-13[1.0.X] Fixed #10488: fixed DB cache backend test failures in Oracle. Backpor...Ian Kelly
2009-03-13[1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backen...Ian Kelly
2009-03-12[1.0.X] Fixed a problem from r10038. Fixed #10470.Malcolm Tredinnick
2009-03-12[1.0.X] Fixed #10472 -- Fixed a race condition in reverse URL resolving.Malcolm Tredinnick
2009-03-12[1.0.X] Fixed #10470 -- Fixed a race condition in middleware initialization.Malcolm Tredinnick
2009-03-10[1.0.X] Backport of [10024] from trunk. Refs #10443: Added Oracle to the #104...Ian Kelly
2009-03-10[1.0.X] Backport of 10022 from trunk. Added savepoint support to the Oracle b...Ian Kelly
2009-03-10[1.0.X] Updated svnmerge properties for some recent updates.Russell Keith-Magee
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2009-03-10[1.0.X] Fixed #10439 -- Fixed a subtle test failure caused by r9995.Malcolm Tredinnick
2009-03-10[1.0.X] Fixed #10443 -- Fixed model attribute updating after r10004.Malcolm Tredinnick
2009-03-09[1.0.X] Updates German translation, fixes #10444Jannis Leidel
2009-03-09[1.0.X] Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9626 -- Fixed a deletion race in the locmem cache.Malcolm Tredinnick