| Age | Commit message (Expand) | Author |
| 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 |
| 2007-08-12 | Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend. | Malcolm Tredinnick |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-08-01 | Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect... | Gary Wilson Jr |
| 2007-07-30 | Fixed call to `ugettext`, which is imported as `_`. | Gary Wilson Jr |
| 2007-07-23 | Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo... | Gary Wilson Jr |
| 2007-07-21 | Added test cases for change [5739]. | Russell Keith-Magee |
| 2007-07-20 | Fixed negligible typo in docstring in tests/regressiontests/test_client_regre... | Adrian Holovaty |
| 2007-07-20 | Fixed #4901 -- Modified assertContains to provide a default check of 'any ins... | Russell Keith-Magee |
| 2007-07-20 | Fixed #4897 -- Fixed minor typo in doctest comment. | Russell Keith-Magee |
| 2007-07-20 | Fixed #4558 -- Modified XML serializer to handle whitespace better around Non... | Russell Keith-Magee |
| 2007-07-19 | Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin KosÃr. | Malcolm Tredinnick |
| 2007-07-16 | Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks, | Malcolm Tredinnick |
| 2007-07-16 | Refs #3012 -- Removed iterator from `test_data_types` cache test that I added... | Gary Wilson Jr |
| 2007-07-15 | Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep... | Gary Wilson Jr |
| 2007-07-15 | Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4469 -- Added slightly more informative error messages to max- and | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. | Malcolm Tredinnick |
| 2007-07-12 | Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |