| Age | Commit message (Expand) | Author |
| 2007-10-14 | Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to... | Gary Wilson Jr |
| 2007-10-04 | Fixed #5641 -- Handle lazy translations correctly when used as default argume... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4796. Fixed a problem when using i18n support for the first time -- in | Malcolm Tredinnick |
| 2007-09-22 | Fixed generic view test which was failing on Postgres and MySQL. | 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 | Rewrote the backends test to be more portable. Was previously failing on MySQL. | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4975 -- Allow the default label suffix character to be configured. Tha... | 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 #4415 -- Added formfield method to PositiveIntegerField, so that those ... | Russell Keith-Magee |
| 2007-09-15 | Made the fixtures_regress test case be aware of Oracle's empty string | Ian Kelly |
| 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 #3988: added a localflavor for our friends to the north (i.e. Canada). ... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5218: Made Oracle create autoinc triggers using the correct name | Ian Kelly |
| 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 #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 #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 |
| 2007-09-11 | Removed duplicate form tests added in the [changeset:5609 unicode merge]. | Gary Wilson Jr |
| 2007-09-08 | Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si... | Gary Wilson Jr |
| 2007-09-04 | Added test for unknown non-field error. | Gary Wilson Jr |
| 2007-09-03 | Fixed #5330 -- Added a fixture file that was missing from [6039]. | Russell Keith-Magee |
| 2007-09-03 | Removed some duplication in the Django `TestCase` methods by introducing a `t... | Gary Wilson Jr |
| 2007-09-03 | Fixed #4988 -- In the test client, Added tracking of the client and request t... | Russell Keith-Magee |
| 2007-08-31 | Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks... | Russell Keith-Magee |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-08-20 | Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul... | Malcolm Tredinnick |
| 2007-08-19 | Fixed #5087 -- Fixed support for TextField filtering with Oracle. Thanks, Ian... | Malcolm Tredinnick |
| 2007-08-19 | Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula. | Malcolm Tredinnick |
| 2007-08-16 | Major refactoring of django.core.management -- it's now a package rather than... | Adrian Holovaty |
| 2007-08-12 | Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page.... | Malcolm Tredinnick |