summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-03-30[1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s...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] 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-20[1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
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] 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 10022 from trunk. Added savepoint support to the Oracle b...Ian Kelly
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 #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] 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-04[1.0.X] Made it explicit if you accidentally override a Field from a parent m...Malcolm Tredinnick
2009-03-04[1.0.X] Fixed #10406 -- Fixed some problems with model inheritance and pk fie...Malcolm Tredinnick
2009-03-04[1.0.X] Fixed #10251 -- Fixed model inheritance when there's also an explicit...Malcolm Tredinnick
2009-03-04[1.0.X] Changed the row count value returned from update queries in some cases.Malcolm Tredinnick
2009-03-04[1.0.X] Fixed #10362 -- An update() that only affects a parent model no longe...Malcolm Tredinnick
2009-03-03[1.0.X] Final pieces (he says, hopefully) of r9945 changes.Malcolm Tredinnick
2009-03-02[1.0.X] Fixed #10013 -- Updated French translation for 1.0 branch.Malcolm Tredinnick
2009-03-02[1.0.X] Polish translations updatedJarek Zgoda
2009-03-02[1.0.X] Fixed #10392 -- Fixed an oversight from the refactoring in r9947.Malcolm Tredinnick
2009-03-02Removed some import-time dependencies on Django's settings.Malcolm Tredinnick
2009-03-02[1.0.X] The database cache wasn't correctly handling expired keys. Fixed now.Malcolm Tredinnick
2009-03-01[1.0.X] Updated German translation, fixes #10189. Thanks julianbJannis Leidel
2009-03-01[1.0.X] Changed the way cache specifiers are parsed.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #9548 -- Correctly detect existence of empty sessions with cach...Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #8737 -- Made the PostgreSQL version number detection more flex...Malcolm Tredinnick
2009-03-01[1.0.X] Fixed insert/update handling when no database interaction is required.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #10202 -- Fixed another couple of slicing edge-cases with query...Malcolm Tredinnick
2009-02-28[1.0.X] Fixed #10048 -- Handle non-existent timezone in dateformat functions.Malcolm Tredinnick