summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2009-01-05Reconciling where- and having-clause behaviour.Malcolm Tredinnick
2009-01-03Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...Russell Keith-Magee
2008-12-23Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...Gary Wilson Jr
2008-12-16Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...Karen Tracey
2008-12-16Fixed #9859 -- Added another missing force_unicode needed in admin when runni...Karen Tracey
2008-12-16Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...Malcolm Tredinnick
2008-12-10If an SQL query doesn't specify any ordering, avoid the implicit sortMalcolm Tredinnick
2008-12-08This fixes a group of problems in the SQL created by QuerySet.exclude() whenMalcolm Tredinnick
2008-12-07Fixed #9188 -- Fixed a case where we were generating syntactically invalid SQ...Malcolm Tredinnick
2008-12-05Added a way to iterate over hidden/visible fields in a form. Useful for manualMalcolm Tredinnick
2008-12-02Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...Ian Kelly
2008-12-02Fixed #9736 -- Added quoting to the SQL constraint names generated during tab...Russell Keith-Magee
2008-11-24Here's the rest of [9530] where I actually rename the tag like I said I did. ...Jacob Kaplan-Moss
2008-11-24Fixed #6398: added an optional `{% empty %}` clause to the `{% for %}` templa...Jacob Kaplan-Moss
2008-11-16Fixed #9608: Ensured a Model's default repr() is printable even if its __unic...Karen Tracey
2008-11-16Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. OnlyMalcolm Tredinnick
2008-11-15Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value....Brian Rosner
2008-11-15Fixed #6948 -- The join filter was escaping the literal value that wasMalcolm Tredinnick
2008-11-14Fixed #9592 -- Create data for the generic_inline_admin test during setup ins...Karen Tracey
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner
2008-11-12Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...Russell Keith-Magee
2008-11-12Fixed #5079 -- Avoid converting Decimals to floats during save to the database.Karen Tracey
2008-11-10Add tests mistakenly left out of r9397.Karen Tracey
2008-11-10Fixed #7064: Made DemicmalField validation support max_digits equal to decima...Karen Tracey
2008-11-10Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks...Karen Tracey
2008-11-10Fixed #8910 -- Added force_unicode during admin log message creation to avoid...Karen Tracey
2008-11-09Fixed #9514 -- Made admin change_form template correctly recognize/report whe...Karen Tracey
2008-11-08Fixed #5748 -- Made floatformat filter round properly on all platforms and ha...Karen Tracey
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-11-06Added new fixture file accidentally left out of [9357].Russell Keith-Magee
2008-11-06Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...Russell Keith-Magee
2008-10-28Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...Karen Tracey
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-24Fixed #9411 -- Changed the test from r9081 to be more robust across different...Malcolm Tredinnick
2008-10-24Fixed #9406 -- Ensure that each database column is only represented once in theMalcolm Tredinnick
2008-10-24Fixed #9383 -- Don't open a network connection for sending email if there'sMalcolm Tredinnick
2008-10-22Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...Karen Tracey
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-10Yet more file storage testing cleanup for the sake of buildbots; this should ...Jacob Kaplan-Moss
2008-10-10More be-nice-to-the-buildbot: be better about cleaning up files created by th...Jacob Kaplan-Moss
2008-10-10Fixed .distinct() not working with slicing in Oracle, due to the Ian Kelly
2008-10-08Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...Karen Tracey
2008-10-08Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick
2008-10-08A queryset that has had ordering removed (order_by()) can have ordering addedMalcolm Tredinnick
2008-10-08Fixed #6748 -- When printing the repr() of querysets, don't load or displayMalcolm Tredinnick
2008-10-08Applying a limit to a queryset that already had an upper limit of 0 wasn'tMalcolm Tredinnick
2008-10-08The tests added in r9184 were altering the test environment in bad ways. FixedMalcolm Tredinnick
2008-10-07Fixed #9233 -- Allow date and message-id headers to be passed in manually inMalcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-07Fixed #9199 -- We were erroneously only prepending "www" to the domain if weMalcolm Tredinnick