summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2007-03-23Removed formatting from the select_related test title.Jacob Kaplan-Moss
2007-03-23Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss
2007-03-22Fixes #3212 -- Added code to test client to allow posting of multi-form value...Russell Keith-Magee
2007-03-20Fixed tests that broke after [4756].Malcolm Tredinnick
2007-03-13Modified expected output of one fixture doctest to make it non unix-specific.Russell Keith-Magee
2007-03-13Modified the internal dumpdata implementation to return the dumped data, rath...Russell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ...Jacob Kaplan-Moss
2007-02-26Fixed a few Python2.3-related bugs in the tests (see #3396). A few more left,...Jacob Kaplan-Moss
2007-02-26Fixed #3390: the serializer can now contain forward references. Thanks, Russ.Jacob Kaplan-Moss
2007-02-26Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Field...Jacob Kaplan-Moss
2007-02-21Changed database PhoneNumberField to use USPhoneNumberField as its newforms f...Adrian Holovaty
2007-02-21Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...Adrian Holovaty
2007-02-20Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr...Adrian Holovaty
2007-02-20Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ...Adrian Holovaty
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test client...Russell Keith-Magee
2007-02-14Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...Adrian Holovaty
2007-02-12#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch fromMalcolm Tredinnick
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2007-02-10Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...Adrian Holovaty
2007-02-10Fixed #2348 -- Improved error reporting when query filter arguments areMalcolm Tredinnick
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee
2007-01-29Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ...Jacob Kaplan-Moss
2007-01-29Fixed #3389 -- Many-to-many sets can now be assigned with primary key valuesAdrian Holovaty
2007-01-28newforms: Changed database Field formfield() methods to pass help_text to the...Adrian Holovaty
2007-01-28Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...Adrian Holovaty
2007-01-27Fixed a flaw in the serializers that prevented OneToOneFields being serialize...Russell Keith-Magee
2007-01-25Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica...Russell Keith-Magee
2007-01-25Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ...Russell Keith-Magee
2007-01-23Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty
2007-01-10Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ...Adrian Holovaty
2007-01-09Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for...Adrian Holovaty
2007-01-09newforms: Changed model auto-Form generation so that create() and apply_chang...Adrian Holovaty
2007-01-08Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newfor...Adrian Holovaty
2007-01-04Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ...Russell Keith-Magee
2007-01-03Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee
2006-12-30Updated docstring in model_forms unit testAdrian Holovaty
2006-12-30newforms: Got form_for_instance() to select initial ManyToManyField values pr...Adrian Holovaty
2006-12-28newforms: Implemented apply_changes() method for form_for_instance FormsAdrian Holovaty
2006-12-28newforms: Implemented form_for_instance(). The resulting Form class does not ...Adrian Holovaty
2006-12-27newforms: Implemented formfield() for database ForeignKey class and added uni...Adrian Holovaty
2006-12-27newforms: Implemented formfield() for database ManyToManyField class and adde...Adrian Holovaty
2006-12-20Fixed problem with assiging an empty list to m2m related descriptors, introdu...Russell Keith-Magee
2006-12-19Fixed #3164 -- Added explicit ordering to basic model test, and revised resul...Russell Keith-Magee
2006-12-17newforms: Added optional 'form' parameter to form_for_modelAdrian Holovaty
2006-12-15newforms: The Form classes created by form_for_model() now have a create() me...Adrian Holovaty
2006-12-15newforms: Changed form_for_model() to ignore a field if its formfield() retur...Adrian Holovaty
2006-12-15Implemented formfield() for a bunch of database Field classesAdrian Holovaty
2006-12-15newforms: Added initial implementation of form_for_model and form_for_fieldsAdrian Holovaty
2006-11-07Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ...Jacob Kaplan-Moss