summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-10-03Fixed #4796. Fixed a problem when using i18n support for the first time -- inMalcolm Tredinnick
2007-09-24Fixed #5559: instances sent via post-save signals no longer have pks of None....Jacob Kaplan-Moss
2007-09-22Fixed generic view test which was failing on Postgres and MySQL.Russell Keith-Magee
2007-09-22Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ...Russell Keith-Magee
2007-09-21Fixed #5516 -- Added the ability for applications to define their own managem...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-16Fixed a typo. I think I should get full marks for getting all the letters rig...Malcolm Tredinnick
2007-09-16Rewrote the backends test to be more portable. Was previously failing on MySQL.Malcolm Tredinnick
2007-09-16Removed the test portion that relies on transactions when the backend is mysq...Malcolm Tredinnick
2007-09-16Fixed #4975 -- Allow the default label suffix character to be configured. Tha...Malcolm Tredinnick
2007-09-16Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@...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 #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