summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-03-29gis: Merged revisions 4796-4797 via svnmergeJeremy Dunck
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
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
2007-02-15Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...Adrian Holovaty
2007-02-15Fixed #1466 -- Added newforms USZipCodeFieldAdrian Holovaty
2007-02-14Implemented subclassing Forms in newformsAdrian Holovaty
2007-02-14Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...Adrian Holovaty
2007-02-13Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field...Adrian Holovaty
2007-02-13Fixed #3155 -- Allow an integer to be passed to the urlencode filter. PatchMalcolm Tredinnick
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick
2007-02-13Changed one of the named endblock tests to test that nesting in the wrong orderMalcolm Tredinnick
2007-02-12Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensureMalcolm Tredinnick
2007-02-12#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch fromMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
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-10Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. S...Adrian Holovaty
2007-02-10Fixed #2348 -- Improved error reporting when query filter arguments areMalcolm Tredinnick
2007-02-10Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick
2007-02-09Fixed #3449 -- fixed regression test results so that they all pass now. ThanksMalcolm 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 #3255 -- Added help_text argument to newforms Field class.Adrian Holovaty
2007-01-28Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...Adrian Holovaty
2007-01-27newforms: Added a unit test that tests dynamic field addition with base field...Adrian Holovaty
2007-01-27Fixed #3334 -- Changed newforms Form class construction so that appending to ...Adrian Holovaty
2007-01-27Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ...Adrian Holovaty
2007-01-27Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li...Adrian Holovaty
2007-01-27Fixed a flaw in the serializers that prevented OneToOneFields being serialize...Russell Keith-Magee