summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2007-08-12Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden...Malcolm Tredinnick
2007-08-11Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend.Malcolm Tredinnick
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...Russell Keith-Magee
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-01Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect...Gary Wilson Jr
2007-07-30Fixed call to `ugettext`, which is imported as `_`.Gary Wilson Jr
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr
2007-07-21Added test cases for change [5739].Russell Keith-Magee
2007-07-20Fixed negligible typo in docstring in tests/regressiontests/test_client_regre...Adrian Holovaty
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-20Fixed #4897 -- Fixed minor typo in doctest comment.Russell Keith-Magee
2007-07-20Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...Russell Keith-Magee
2007-07-19Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin Kosír.Malcolm Tredinnick
2007-07-16Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,Malcolm Tredinnick
2007-07-16Refs #3012 -- Removed iterator from `test_data_types` cache test that I added...Gary Wilson Jr
2007-07-15Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep...Gary Wilson Jr
2007-07-15Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...Gary Wilson Jr
2007-07-13Fixed #4469 -- Added slightly more informative error messages to max- andMalcolm Tredinnick
2007-07-13Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.Malcolm Tredinnick
2007-07-12Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m...Russell Keith-Magee
2007-07-12Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ...Russell Keith-Magee
2007-07-12Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn...Russell Keith-Magee
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-07Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.Malcolm Tredinnick
2007-07-06Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-27Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss
2007-06-25Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...Malcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoidMalcolm Tredinnick
2007-06-23Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. ThanksMalcolm Tredinnick
2007-06-23Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.Malcolm Tredinnick
2007-06-10Fixed #4475 -- Fixed a problem that was preventing streaming tests for theMalcolm Tredinnick
2007-06-08Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil...Russell Keith-Magee
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-05-28Fixed a serialization problem with objects that have a foreign key on an obje...Russell Keith-Magee
2007-05-26Added a new form test that I forgot to commit in [5348]. Refs #3718.Malcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-20Moved markup tests into their contrib directory.Russell Keith-Magee
2007-05-19Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt().Malcolm Tredinnick
2007-05-19Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-05-14Cleaned up the ordering of test data from [5232].Russell Keith-Magee
2007-05-14Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...Russell Keith-Magee
2007-05-14Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.Malcolm Tredinnick
2007-05-14Fixed some incorrect reporting of error messages in assertRedirects, and adde...Russell Keith-Magee
2007-05-14Added unit tests and docs for the newforms case in which the form's data does...Adrian Holovaty
2007-05-12Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha...Russell Keith-Magee
2007-05-12Removed unit tests added in [5196]; didn't notice the tests in modeltests/mod...Russell Keith-Magee
2007-05-12Added unit tests for form_for_model and form_for_instance.Russell Keith-Magee