summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2007-10-14Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to...Gary Wilson Jr
2007-10-04Fixed #5641 -- Handle lazy translations correctly when used as default argume...Malcolm Tredinnick
2007-10-03Fixed #4796. Fixed a problem when using i18n support for the first time -- inMalcolm Tredinnick
2007-09-22Fixed generic view test which was failing on Postgres and MySQL.Russell Keith-Magee
2007-09-20Fixed httpwrappers tests broken by [6385].Jacob Kaplan-Moss
2007-09-20Removed empty tests/regressiontests/forms/localflavor.py file left over after...Jacob Kaplan-Moss
2007-09-19Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...Jacob Kaplan-Moss
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth backe...Jacob Kaplan-Moss
2007-09-19Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to...Russell Keith-Magee
2007-09-17Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...Russell Keith-Magee
2007-09-17Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...Gary Wilson Jr
2007-09-16Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...Malcolm Tredinnick
2007-09-16Rewrote the backends test to be more portable. Was previously failing on MySQL.Malcolm Tredinnick
2007-09-16Fixed #4975 -- Allow the default label suffix character to be configured. Tha...Malcolm Tredinnick
2007-09-15Fixed #5355 -- Fixed data cleaning for DecimalField.Malcolm Tredinnick
2007-09-15Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...Malcolm Tredinnick
2007-09-15Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...Malcolm Tredinnick
2007-09-15Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ...Russell Keith-Magee
2007-09-15Made the fixtures_regress test case be aware of Oracle's empty string Ian Kelly
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 #3988: added a localflavor for our friends to the north (i.e. Canada). ...Jacob Kaplan-Moss
2007-09-14Fixed #5218: Made Oracle create autoinc triggers using the correct name Ian Kelly
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 #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 #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-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-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-12Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....Malcolm Tredinnick