summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-03-08[1.0.x] Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits ...Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9399 -- Added StopFutureHandlers to export list in file handling.Malcolm Tredinnick
2009-03-08[1.0.X] Updated svnmerge integrated metadata to include changesets merged via...Karen Tracey
2009-03-08[1.0.X] Block translation updates and one more new function fix from merge to...Karen Tracey
2009-03-08[1.0.X] Block new function (and fixes to same) from snvmerge.py consideration.Karen Tracey
2009-03-08[1.0.X] Fixed #10432 -- Handle all kinds of iterators in queryset filters.Malcolm Tredinnick
2009-03-06[1.0.X] Fixed #9649 -- Better error handling in model creation.Malcolm Tredinnick
2009-03-06[1.0.X] Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 ba...Malcolm Tredinnick
2009-03-06[1.0.X] Improved table join handling for comparisons against NULL.Malcolm Tredinnick
2009-03-05[1.0.X] Clarified documentation regarding Oracle's treatment of nulls and emp...Ian Kelly
2009-03-04[1.0.X] Made it explicit if you accidentally override a Field from a parent m...Malcolm Tredinnick