| Age | Commit message (Expand) | Author |
| 2007-08-05 | Changed some more links to be relative in the documentation. I had a couple ... | Gary Wilson Jr |
| 2007-08-05 | Refs #5089 -- Added file name to poll detail template examples in the tutorial. | Gary Wilson Jr |
| 2007-08-04 | Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik. | Gary Wilson Jr |
| 2007-08-04 | Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie... | Gary Wilson Jr |
| 2007-08-04 | Changed several documentation links to be relative. | Gary Wilson Jr |
| 2007-08-04 | Changed the 0.95 release notes to point to the 0.95 documentation index. | Gary Wilson Jr |
| 2007-08-04 | Fixed #5078 -- Fixed several broken links to the syndication documentation. | Gary Wilson Jr |
| 2007-08-01 | Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, thanks... | 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-29 | Added 'New in Django development version' to changes in docs/authentication.t... | Adrian Holovaty |
| 2007-07-28 | After discussing with Malcolm, added set_unusable_password() and has_usable_p... | Simon Willison |
| 2007-07-28 | Fixed #4995 -- Fixed some problems in documentation ReST formatting. Thanks, ... | Russell Keith-Magee |
| 2007-07-28 | Fixed #4460 -- Added the ability to be more specific in the test cases that a... | Russell Keith-Magee |
| 2007-07-27 | Fixed bug with using values() and extra(select) in the same QuerySet, with a ... | Adrian Holovaty |
| 2007-07-27 | Added unit test that confirms a bug in ValuesQuerySets that have extra(select... | Adrian Holovaty |
| 2007-07-26 | Added support for database cache table in test database. | Malcolm Tredinnick |
| 2007-07-26 | Added section to docs/contributing.txt about docstring coding style | Adrian Holovaty |
| 2007-07-26 | Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse con... | Gary Wilson Jr |
| 2007-07-25 | Changed safe_join() docstring from [5750] to use active verbs. See also [5756] | Adrian Holovaty |
| 2007-07-25 | Added 'New in Django development version' to docs/db-api.txt change from [5746] | Adrian Holovaty |
| 2007-07-25 | Changed docstring additions from [5744] to use active verbs ('returns' instea... | Adrian Holovaty |
| 2007-07-23 | Added documentation for a test runner argument that has always been present, ... | Russell Keith-Magee |
| 2007-07-23 | Fixed #3771 -- Modified the test runner to observe the --noinput argument con... | Russell Keith-Magee |
| 2007-07-23 | Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo... | Gary Wilson Jr |
| 2007-07-22 | Corrected typo in [5746]. | Gary Wilson Jr |
| 2007-07-22 | Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al... | Gary Wilson Jr |
| 2007-07-22 | Shortcut functions do not accept `QuerySet` objects, yet :) | Gary Wilson Jr |
| 2007-07-22 | Added docstrings to shortcuts module and functions. | Gary Wilson Jr |
| 2007-07-22 | Fixed #4945 -- Removed unused `GET_ITERATOR_CHUNK_SIZE` definition from manag... | Gary Wilson Jr |
| 2007-07-21 | Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque... | Russell Keith-Magee |
| 2007-07-21 | Added test cases for change [5739]. | Russell Keith-Magee |
| 2007-07-21 | Minor fix to allow for count=0 in assertContains. | Russell Keith-Magee |
| 2007-07-21 | Fixed #4304 -- Modified sys.exit to os._exit to make sure development server ... | Russell Keith-Magee |
| 2007-07-20 | Added some additional docs to docs/model-api.txt db_type() section | Adrian Holovaty |
| 2007-07-20 | Fixed negligible typo in docstring in tests/regressiontests/test_client_regre... | Adrian Holovaty |
| 2007-07-20 | Fixed #4738 -- Modified the prompt that is displayed when a test database can... | Russell Keith-Magee |
| 2007-07-20 | Fixed #4901 -- Modified assertContains to provide a default check of 'any ins... | Russell Keith-Magee |
| 2007-07-20 | Refs #3782 -- Added documentation note that suite() handling is only in devel... | Russell Keith-Magee |
| 2007-07-20 | Fixed #3782 -- Added support for the suite() method recommended by the Python... | 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-20 | Simplified the indent level in management.py _get_sql_model_create() by using... | Adrian Holovaty |
| 2007-07-20 | Added a db_type() method to the database Field class. This is a hook for calc... | Adrian Holovaty |
| 2007-07-19 | Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin KosÃr. | Malcolm Tredinnick |
| 2007-07-19 | Fixed #4917 -- Updated Swedish translation. Thanks, Pilip Lindborg. | Malcolm Tredinnick |
| 2007-07-17 | Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708]. | Malcolm Tredinnick |
| 2007-07-17 | Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header. | Malcolm Tredinnick |
| 2007-07-16 | Fixed #4851 -- Fixed description of an example query in `db-api` docs. | Gary Wilson Jr |
| 2007-07-16 | Removed unused variable and changed comments about `permalink` decorator into... | Gary Wilson Jr |