summaryrefslogtreecommitdiff
path: root/tests/modeltests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey2009-02-241-0/+6
* Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee2009-02-241-3/+15
* Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee2009-02-231-3/+2
* Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...Brian Rosner2009-02-231-0/+5
* Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey2009-02-162-28/+103
* Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...Karen Tracey2009-02-161-0/+12
* Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...Brian Rosner2009-02-111-2/+8
* Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey2009-02-081-0/+12
* Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...Karen Tracey2009-02-031-0/+33
* Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...Russell Keith-Magee2009-02-032-8/+15
* Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee2009-01-292-0/+71
* Fixed #10089 -- Corrected handling of aggregates when the query set contains ...Russell Keith-Magee2009-01-232-2/+10
* Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p...Karen Tracey2009-01-231-2/+2
* Fixed #10069 -- Fixed the model form unique validation code to not proceed wi...Karen Tracey2009-01-191-0/+11
* Fixed #10044: You can now assign directly to file fields (`instance.filefield...Jacob Kaplan-Moss2009-01-161-0/+18
* Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee2009-01-153-0/+608
* Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...Karen Tracey2008-12-211-0/+36
* Removed one test that is only intended for PostgreSQL from the visibility ofMalcolm Tredinnick2008-12-161-2/+7
* Fixed #9778 -- Added some special casing of the "Join on field 'abc'" errorMalcolm Tredinnick2008-12-091-1/+1
* Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty2008-12-082-1/+8
* Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss2008-11-244-0/+34
* Fixed #9615 -- Typo fix to testcase. Thanks jarrow.Karen Tracey2008-11-211-1/+1
* Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick2008-11-161-3/+4
* Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this c...Karen Tracey2008-11-051-0/+30
* Fixed #9418 -- When saving a model form, defer saving of file-type fields unt...Karen Tracey2008-11-041-2/+16
* Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...Brian Rosner2008-11-011-0/+15
* Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner2008-10-311-17/+67
* Fixed #9462 -- Set the instance in an inline formset correctly so that None d...Brian Rosner2008-10-281-0/+26
* Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on ...Karen Tracey2008-10-281-2/+0
* Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL...Karen Tracey2008-10-211-1/+35
* Yet more file storage testing cleanup for the sake of buildbots; this should ...Jacob Kaplan-Moss2008-10-101-1/+6
* Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...Jacob Kaplan-Moss2008-10-101-4/+5
* Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick2008-09-032-20/+76
* Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner2008-09-021-1/+0
* Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...Jacob Kaplan-Moss2008-09-021-0/+9
* Fixed #8795: unique_together validation no longer fails on model forms that e...Jacob Kaplan-Moss2008-09-021-0/+8
* Fixed #8196 -- Make the model_form tests also pass if you don't have PILMalcolm Tredinnick2008-09-021-9/+9
* Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner2008-09-011-2/+41
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss2008-09-011-1/+2
* Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner2008-09-011-0/+81
* Fixed #8763: added an explicit ordering to the generic_relations test so that...Jacob Kaplan-Moss2008-09-011-1/+1
* Repaired an oversight from [8772] that let made certain types of fields with ...Jacob Kaplan-Moss2008-09-011-1/+1
* Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss2008-09-012-1/+120
* Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...Russell Keith-Magee2008-09-011-0/+9
* Enforce max_num=1 on inline model formsets that have a unique foreign key to ...Brian Rosner2008-08-311-0/+15
* Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin...Jacob Kaplan-Moss2008-08-311-0/+29
* Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner2008-08-312-7/+158
* Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...Brian Rosner2008-08-291-0/+32
* Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss2008-08-281-0/+32
* Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick2008-08-281-2/+3