summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-02-25Fixed #10290: do not use aliases when adding extra_selects to the GROUP BY cl...Ian Kelly
2009-02-24Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-23Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...Brian Rosner
2009-02-22Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.Russell Keith-Magee
2009-02-16Fixed #9214: EmailMessage now respects the From header instead of blindly usi...Jacob Kaplan-Moss
2009-02-16Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey
2009-02-16Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...Karen Tracey
2009-02-16Fixed #10248 -- Corrected handling of the GROUP BY clause when using a DateQu...Russell Keith-Magee
2009-02-16Fixed #10132 -- Corrected the interaction of extra() queries with the values(...Russell Keith-Magee
2009-02-16Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...Russell Keith-Magee
2009-02-11Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...Brian Rosner
2009-02-08Fixed #10199 -- Modified aggregate() calls to clone the base query so that th...Russell Keith-Magee
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-02-03Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...Karen Tracey
2009-02-03Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...Russell Keith-Magee
2009-02-02Fixed #10127 -- Corrected handling of select_related() in annotate() calls. T...Russell Keith-Magee
2009-01-30Fixed some tests that relied on an arbitrary ordering of rows.Ian Kelly
2009-01-30Fixed some column names in the tests that were breaking the test suite on Ora...Ian Kelly
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee
2009-01-24Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elemen...Russell Keith-Magee
2009-01-24Fixed #10113 -- Ensured that joined fields mentioned in order_by() are includ...Russell Keith-Magee
2009-01-23Fixed #10089 -- Corrected handling of aggregates when the query set contains ...Russell Keith-Magee
2009-01-23Fixed #10100 -- Corrected handling of the negation required exclude() clauses...Russell Keith-Magee
2009-01-23Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p...Karen Tracey
2009-01-20Fixed #10064 -- Corrected handling of aggregate queries that also use select_...Russell Keith-Magee
2009-01-19Fixed #10069 -- Fixed the model form unique validation code to not proceed wi...Karen Tracey
2009-01-18Corrected code in serializers_regress testcase so that, in the case where an ...Karen Tracey
2009-01-16Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...Matt Boersma
2009-01-16Fixed #10044: You can now assign directly to file fields (`instance.filefield...Jacob Kaplan-Moss
2009-01-16Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin.Jacob Kaplan-Moss
2009-01-16Changed "date" column to "start_date"--Oracle won't name columns with reserve...Matt Boersma
2009-01-16Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss
2009-01-16Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.Malcolm Tredinnick
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2009-01-10In urlconfs, include() may now be used on an iterable of patterns instead of ...Jacob Kaplan-Moss
2009-01-08Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.Malcolm Tredinnick
2009-01-08Using querysets as an rvalue in filter() calls was causing an unnecessaryMalcolm Tredinnick
2009-01-05Nested query support.Malcolm Tredinnick
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-21Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...Karen Tracey
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-16Removed one test that is only intended for PostgreSQL from the visibility ofMalcolm Tredinnick