summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-07-29[0.96.X] SECURITY ALERT: Corrected a problem with the Admin media handler tha...Russell Keith-Magee
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-20Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2007-03-13Added unit tests to fully check the performance of the serializer engines.Russell Keith-Magee
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-09Fixed #3670 -- Fixed template argument parsing so that it understands negativeMalcolm Tredinnick
2007-03-09Fixed #3678 -- Implemented SortedDict.copy().Malcolm Tredinnick
2007-03-08Fixed #3616 -- Added some more data structure tests from Chris McAvoy.Malcolm Tredinnick
2007-03-08Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common inMalcolm Tredinnick
2007-03-06Fixed #3654 -- Fixed test failure from [4665].Malcolm Tredinnick
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-03-01Added a tearDown to the tests for #639 so that the "uploaded" image doesn't c...Jacob Kaplan-Moss
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ...Jacob Kaplan-Moss
2007-02-28Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...Jacob Kaplan-Moss
2007-02-27Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f...Jacob Kaplan-Moss
2007-02-26Fixed #2490: Added a polite note to runtests.py about setting DJANGO_SETTINGS...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-26Modified the test from [4609] to use a FileField instead of an ImageField (so...Jacob Kaplan-Moss
2007-02-26Fixed #3390: the serializer can now contain forward references. Thanks, Russ.Jacob Kaplan-Moss
2007-02-26Objects with FileFields no longer get save() called multiple times from the A...Jacob Kaplan-Moss
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-26Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Field...Jacob Kaplan-Moss
2007-02-26Updated the dispatch unit tests to be consistant with our coding style.Jacob Kaplan-Moss
2007-02-26Fixed #3439: vastly improved the performance of django.dispatch (and added te...Jacob Kaplan-Moss
2007-02-25Fixed #3518: Added unit tests for the humanize filters. Major thanks to Jyrki...Jacob Kaplan-Moss
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. Thank...Jacob Kaplan-Moss
2007-02-21Changed database PhoneNumberField to use USPhoneNumberField as its newforms f...Adrian Holovaty
2007-02-21Added newforms USPhoneNumberField in django.contrib.localflavor.usaAdrian Holovaty
2007-02-21Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...Adrian Holovaty
2007-02-21Added small newforms unit testAdrian Holovaty
2007-02-20Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...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-20Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla...Adrian Holovaty
2007-02-19Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu...Adrian Holovaty
2007-02-19Improved newforms to handle wacky characters in Field help_textAdrian Holovaty
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test client...Russell Keith-Magee
2007-02-15Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No...Adrian Holovaty
2007-02-15Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u...Adrian Holovaty
2007-02-15Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455Adrian Holovaty
2007-02-15Created django.contrib.localflavor, for country- and culture-specific functio...Adrian Holovaty
2007-02-15Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ...Adrian Holovaty
2007-02-15Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, neshAdrian Holovaty