summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-31Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza KralJacob Kaplan-Moss
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-20Modified the django system test script to search for tests in the contrib apps.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-12Added docs for form_for_model and form_for_instance, and added a fields argum...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
2007-05-11Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict.Malcolm Tredinnick
2007-05-10Improved error reporting for assertions where there are no form errors, or a ...Russell Keith-Magee
2007-05-10Added configurable arguments to assertRedirects and assertContains to allow f...Russell Keith-Magee
2007-05-08Added redirection for email services during test conditions.Russell Keith-Magee
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-05-08Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, GaryMalcolm Tredinnick
2007-05-08Fixed #3753 -- Allow optional display of invalid variable name inMalcolm Tredinnick
2007-05-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee
2007-05-06Fixed comma splice in error message introduced in [5133]Adrian Holovaty
2007-05-05Backwards incompatible change: Changed the way test.Client.login operates. Ol...Russell Keith-Magee
2007-05-05Added a default test Client to TestCase, and added some assertions for some c...Russell Keith-Magee
2007-05-01Fixed #4130 -- Added more self-explanatory error message when a typo is made inMalcolm Tredinnick
2007-05-01Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com.Malcolm Tredinnick
2007-04-28Renamed one test to avoid a name-clash with an earlier test of the same name.Malcolm Tredinnick
2007-04-28Fixed #3268 -- Changed default model formfields to use a select widget when theMalcolm Tredinnick
2007-04-27Fixed #3698 -- Modified newforms labels to only add a colon if the label text...Russell Keith-Magee
2007-04-27Added tests for Brazilian CRPF field that were accidentally omitted in [5089].Malcolm Tredinnick
2007-04-27Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure weMalcolm Tredinnick
2007-04-27Renamed filter template tests to be in their own sequence. Makes it easier toMalcolm Tredinnick
2007-04-26Fixed inconsistent period usage in localflavor.br error messages from [5089]Adrian Holovaty
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-26Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers)Malcolm Tredinnick
2007-04-26Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ...Russell Keith-Magee