summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-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-29Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...Brian Rosner
2009-03-25Template filters now pass numerical arguments through as numbers.Malcolm Tredinnick
2009-03-24Fixed #10589 -- Removed duplicated model definition in null_fk_ordering regre...Russell Keith-Magee
2009-03-24Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-23Fixed a false failure in the test suite when running Oracle.Ian Kelly
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-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-21Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...Jacob Kaplan-Moss
2009-03-20Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-20Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.Malcolm Tredinnick
2009-03-19Added a test for defer() / only() to make sure saving continues to work.Malcolm Tredinnick
2009-03-19Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-03-17Fixed #10517 -- Corrected cache name for file-based cache tests so that the f...Russell Keith-Magee
2009-03-17Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks...Russell Keith-Magee
2009-03-15Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee
2009-03-15Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-14Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....Russell Keith-Magee
2009-03-13Fixed #10238: coerce TextField values to unicode in the oracle backend.Ian Kelly
2009-03-12Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2009-03-10Refs #10443: Added Oracle to the #10443 regression test exemption, since we d...Ian Kelly
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-03-10Fixed #10439 -- Fixed a subtle test failure caused by r9994.Malcolm Tredinnick
2009-03-10Fixed #10443 -- Fixed model attribute updating after r10003.Malcolm Tredinnick
2009-03-10Added an editorial comment to a test.Malcolm Tredinnick
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2009-03-08Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick
2009-03-08Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.Malcolm Tredinnick
2009-03-08Fixed #10432 -- Handle all kinds of iterators in queryset filters.Malcolm Tredinnick
2009-03-06Fixed #9649 -- Better error handling in model creation.Malcolm Tredinnick
2009-03-06Improved table join handling for comparisons against NULL.Malcolm Tredinnick
2009-03-04Fixed #10406 -- Fixed some problems with model inheritance and pk fields.Malcolm Tredinnick
2009-03-04Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field.Malcolm Tredinnick