summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
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-09Fixed #9778 -- Added some special casing of the "Join on field 'abc'" errorMalcolm Tredinnick
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
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-24Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss
2008-11-21Fixed #9615 -- Typo fix to testcase. Thanks jarrow.Karen Tracey
2008-11-16Fixed #9608: Ensured a Model's default repr() is printable even if its __unic...Karen Tracey
2008-11-16Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
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