summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-09-15Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...Malcolm Tredinnick
2007-09-15Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new...Malcolm Tredinnick
2007-09-15Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th...Russell Keith-Magee
2007-09-15Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ...Russell Keith-Magee
2007-09-15Added explicit order_by filters to some model_forms tests that were failing i...Ian Kelly
2007-09-15Made the fixtures_regress test case be aware of Oracle's empty string Ian Kelly
2007-09-14Fixed test case that failed on Oracle because it assumed an ordering for Matt Boersma
2007-09-14Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...Jacob Kaplan-Moss
2007-09-14Added test cases for [6218].Ian Kelly
2007-09-14Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane.Jacob Kaplan-Moss
2007-09-14Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...Adrian Holovaty
2007-09-14Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). ...Jacob Kaplan-Moss
2007-09-14Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigl...Jacob Kaplan-Moss
2007-09-14Fixed #5218: Made Oracle create autoinc triggers using the correct name Ian Kelly
2007-09-14Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than...Malcolm Tredinnick
2007-09-14Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...Malcolm Tredinnick
2007-09-14Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, William A...Malcolm Tredinnick
2007-09-14Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is...Russell Keith-Magee
2007-09-14Fixed tests to match new HTTP redirect behaviour. We always redirect to absol...Malcolm Tredinnick
2007-09-14Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati...Malcolm Tredinnick
2007-09-14Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc...Malcolm Tredinnick
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-09-14Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks...Russell Keith-Magee
2007-09-14Moved `flatatt` function tests to the util test module.Gary Wilson Jr
2007-09-14Refs #5370 -- Added tests for ValidationError messages.Gary Wilson Jr
2007-09-14Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t...Russell Keith-Magee
2007-09-14Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales.Malcolm Tredinnick
2007-09-13Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...Malcolm Tredinnick
2007-09-13Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker.Malcolm Tredinnick
2007-09-11Removed duplicate form tests added in the [changeset:5609 unicode merge].Gary Wilson Jr
2007-09-08Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...Gary Wilson Jr
2007-09-08Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...Gary Wilson Jr
2007-09-04Removed trailing whitespace.Gary Wilson Jr
2007-09-04Removed import that snuck into [6044].Gary Wilson Jr
2007-09-04Cleaned up some imports.Gary Wilson Jr
2007-09-04Added test for unknown non-field error.Gary Wilson Jr
2007-09-03Fixed #5330 -- Added a fixture file that was missing from [6039]. Russell Keith-Magee
2007-09-03Removed some duplication in the Django `TestCase` methods by introducing a `t...Gary Wilson Jr
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-08-19Fixed #5087 -- Fixed support for TextField filtering with Oracle. Thanks, Ian...Malcolm Tredinnick
2007-08-19Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.Malcolm Tredinnick
2007-08-17Added docstring to logout test case.Russell Keith-Magee
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...Russell Keith-Magee
2007-08-17Minor fix to get the fixure model test to pass in the new management framework.Russell Keith-Magee
2007-08-17Made output for invalid model tests more consistent (removed colored output).Malcolm Tredinnick
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-15If SITE_ID isn't in the test settings, fake it. We need the sites framework, ...Malcolm Tredinnick