summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2007-07-04unicode: Added a comment to the example in [5602].Malcolm Tredinnick
2007-07-04unicode: Changed one Model.__str__ test to verify that old-style code stillMalcolm Tredinnick
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-03unicode: Merged from trunk up to [5418].Malcolm Tredinnick
2007-06-01unicode: Merged from trunk up to [5398].Malcolm Tredinnick
2007-05-31unicode: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick
2007-05-28unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick
2007-05-25unicode: Added a unicode-aware version of urlencode. Since we now have aMalcolm Tredinnick
2007-05-23unicode: Fixed a number of problems where lazily translated objects were notMalcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-14unicode: Added test to verify fix of #3492.Malcolm Tredinnick
2007-05-14unicode: Merged from trunk to [5237].Malcolm Tredinnick
2007-05-13unicode: Merged from trunk up to [5213].Malcolm Tredinnick
2007-05-12unicode: Added some more unicode conversions in django.db.models.*.Malcolm Tredinnick
2007-05-11unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick
2007-05-05unicode: Merged from trunk up to [5150].Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-26unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm Tredinnick
2007-04-22unicode: Fixed #3996. Added check for model-specific __unicode__ method toMalcolm Tredinnick
2007-04-09unicode: Merged with trunk up to [4970].Malcolm Tredinnick
2007-04-09unicode: Converted the template output and database I/O interfaces toMalcolm Tredinnick
2007-03-31Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick
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