| Age | Commit message (Expand) | Author |
| 2007-10-03 | Fixed #4796. Fixed a problem when using i18n support for the first time -- in | Malcolm Tredinnick |
| 2007-09-24 | Fixed #5559: instances sent via post-save signals no longer have pks of None.... | Jacob Kaplan-Moss |
| 2007-09-22 | Fixed generic view test which was failing on Postgres and MySQL. | Russell Keith-Magee |
| 2007-09-22 | Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ... | Russell Keith-Magee |
| 2007-09-21 | Fixed #5516 -- Added the ability for applications to define their own managem... | Russell Keith-Magee |
| 2007-09-20 | Fixed httpwrappers tests broken by [6385]. | Jacob Kaplan-Moss |
| 2007-09-20 | Removed empty tests/regressiontests/forms/localflavor.py file left over after... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed $5457 - the auth system now delegates permission checking to auth backe... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to... | Russell Keith-Magee |
| 2007-09-17 | Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks... | Russell Keith-Magee |
| 2007-09-17 | Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di... | Gary Wilson Jr |
| 2007-09-16 | Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei... | Malcolm Tredinnick |
| 2007-09-16 | Fixed a typo. I think I should get full marks for getting all the letters rig... | Malcolm Tredinnick |
| 2007-09-16 | Rewrote the backends test to be more portable. Was previously failing on MySQL. | Malcolm Tredinnick |
| 2007-09-16 | Removed the test portion that relies on transactions when the backend is mysq... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4975 -- Allow the default label suffix character to be configured. Tha... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5355 -- Fixed data cleaning for DecimalField. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th... | Russell Keith-Magee |
| 2007-09-15 | Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ... | Russell Keith-Magee |
| 2007-09-15 | Added explicit order_by filters to some model_forms tests that were failing i... | Ian Kelly |
| 2007-09-15 | Made the fixtures_regress test case be aware of Oracle's empty string | Ian Kelly |
| 2007-09-14 | Fixed test case that failed on Oracle because it assumed an ordering for | Matt Boersma |
| 2007-09-14 | Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut... | Jacob Kaplan-Moss |
| 2007-09-14 | Added test cases for [6218]. | Ian Kelly |
| 2007-09-14 | Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-09-14 | Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). ... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigl... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5218: Made Oracle create autoinc triggers using the correct name | Ian Kelly |
| 2007-09-14 | Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than... | Malcolm Tredinnick |
| 2007-09-14 | Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, William A... | Malcolm Tredinnick |
| 2007-09-14 | Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is... | Russell Keith-Magee |
| 2007-09-14 | Fixed tests to match new HTTP redirect behaviour. We always redirect to absol... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks... | Russell Keith-Magee |
| 2007-09-14 | Moved `flatatt` function tests to the util test module. | Gary Wilson Jr |
| 2007-09-14 | Refs #5370 -- Added tests for ValidationError messages. | Gary Wilson Jr |
| 2007-09-14 | Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t... | Russell Keith-Magee |
| 2007-09-14 | Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales. | Malcolm Tredinnick |
| 2007-09-13 | Fixed #4752 -- Make default ErrorList customisable in newforms display. Based... | Malcolm Tredinnick |
| 2007-09-13 | Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker. | Malcolm Tredinnick |