| Age | Commit message (Expand) | Author |
| 2006-09-25 | Made ``pk`` a generic expansion for the primary key, rather than just an expa... | Russell Keith-Magee |
| 2006-09-24 | Documented the change in r3811. Refs #2600. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2006-09-22 | Documented the always_test attribute for validator functions. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2629 -- Added a permission_required decorator to | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2556 -- Documented that simple_tag functions can take any number of | Malcolm Tredinnick |
| 2006-09-21 | Updated the settings variables required to run the internal test suite. Also | Malcolm Tredinnick |
| 2006-09-15 | Clarified development stream status of some of the django-admin command line ... | Russell Keith-Magee |
| 2006-09-14 | Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a... | Adrian Holovaty |
| 2006-09-14 | Updated documentation for ChangeManipulators to reflect use of flatten_data()... | Russell Keith-Magee |
| 2006-09-11 | Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin Grady | Adrian Holovaty |
| 2006-09-08 | Clarified some minor issues in test system documentation. | Russell Keith-Magee |
| 2006-09-05 | Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, ... | Adrian Holovaty |
| 2006-09-04 | Corrected spelling of 'behavior' in docs/templates_python.txt from [3714] | Adrian Holovaty |
| 2006-09-04 | Refs #2333 - Made minor formatting modifications to test framework documentat... | Russell Keith-Magee |
| 2006-09-04 | Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w... | Russell Keith-Magee |
| 2006-09-04 | Refs #2333 - Made minor tweaks to the formatting of testing documentation. | Russell Keith-Magee |
| 2006-09-03 | Refs #2333 - Added documentation for the test Client, and removed a stray imp... | Russell Keith-Magee |
| 2006-09-01 | Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ... | Russell Keith-Magee |
| 2006-08-31 | Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist... | Adrian Holovaty |
| 2006-08-31 | Changed FlatpageSitemap to FlatPageSitemap, to be consistent with FlatPage model | Adrian Holovaty |
| 2006-08-31 | Added 'sitemaps' to docs/add_ons.txt | Adrian Holovaty |
| 2006-08-31 | Added 'New in Django development version' to docs/sitemaps.txt | Adrian Holovaty |
| 2006-08-31 | Fixed ReST error in docs/faq.txt | Adrian Holovaty |
| 2006-08-31 | Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson | Adrian Holovaty |
| 2006-08-31 | Refs #2333 - Added more documentation for testing framework, and clarified so... | Russell Keith-Magee |
| 2006-08-31 | Added note about 'request' variable name to docs/contributing.txt | Adrian Holovaty |
| 2006-08-31 | Fixed #2609 -- Improved docs/sites.txt CurrentSiteManager to explain gotcha w... | Adrian Holovaty |
| 2006-08-31 | Fixed #2610 -- Clarified docs on 'messages' variable for auth context processor | Adrian Holovaty |
| 2006-08-29 | Added a rough cut of a document on using the new testing framework. | Jacob Kaplan-Moss |
| 2006-08-28 | Fixed #2610 -- corrected documentation about the auth context processor (than... | Jacob Kaplan-Moss |
| 2006-08-24 | Fixed small typo in docs/overview.txt. Thanks, kirk | Adrian Holovaty |
| 2006-08-23 | Added 'How can I get started contributing code to Django?' to the FAQ, and be... | Adrian Holovaty |
| 2006-08-23 | Added some helpful hints to list_display documentation in docs/model-api.txt | Adrian Holovaty |
| 2006-08-22 | Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch... | Adrian Holovaty |
| 2006-08-21 | Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than... | Adrian Holovaty |
| 2006-08-20 | Fixed typo in docs/model-api.txt | Adrian Holovaty |
| 2006-08-18 | Updated my bio in the FAQ. | Wilson Miner |
| 2006-08-18 | Added note to 'If you don't need internationalization' section of docs/i18n.t... | Adrian Holovaty |
| 2006-08-18 | Made small change to docs/templates_python.txt to explicitly define 'context ... | Adrian Holovaty |
| 2006-08-18 | Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o... | Adrian Holovaty |
| 2006-08-18 | Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati... | Adrian Holovaty |
| 2006-08-18 | Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen... | Adrian Holovaty |
| 2006-08-17 | Small formatting change to docs/model-api.txt change from [3597] -- double hy... | Adrian Holovaty |
| 2006-08-17 | Clarified documentation regarding string-form model references. | Russell Keith-Magee |
| 2006-08-14 | Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh... | Adrian Holovaty |