| Age | Commit message (Expand) | Author |
| 2007-09-09 | Fixed broken link in docs/django-admin.txt | Adrian Holovaty |
| 2007-09-09 | Improved 'Examples of using different ports and addresses' section in docs/dj... | Adrian Holovaty |
| 2007-09-09 | Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc... | Adrian Holovaty |
| 2007-09-09 | Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com | Adrian Holovaty |
| 2007-09-09 | Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt | Adrian Holovaty |
| 2007-09-08 | Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Pac... | Gary Wilson Jr |
| 2007-09-08 | Fixed imports to adhere to PEP 8 and stripped trailing whitespace. | Gary Wilson Jr |
| 2007-09-08 | Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si... | Gary Wilson Jr |
| 2007-09-08 | Fixed imports to adhere to PEP 8 and stripped trailing whitespace. | Gary Wilson Jr |
| 2007-09-08 | Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len... | Gary Wilson Jr |
| 2007-09-07 | Changed imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-09-07 | Fixed #3134 -- Made the `archive_year` generic view consistent with the other... | Gary Wilson Jr |
| 2007-09-05 | Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin... | Russell Keith-Magee |
| 2007-09-04 | Updated docs/cache.txt section on 'dummy caching' to use the same example for... | Adrian Holovaty |
| 2007-09-04 | Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the ex... | Russell Keith-Magee |
| 2007-09-04 | Fixed #5212, #5222 -- Added the ability for users to register their own comma... | Russell Keith-Magee |
| 2007-09-04 | Removed trailing whitespace. | Gary Wilson Jr |
| 2007-09-04 | Removed import that snuck into [6044]. | Gary Wilson Jr |
| 2007-09-04 | Cleaned up some imports. | 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 #5271 -- Fixed documentation reference to using the application name as... | Russell Keith-Magee |
| 2007-09-03 | Fixed #4988 -- In the test client, Added tracking of the client and request t... | Russell Keith-Magee |
| 2007-09-03 | Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' ... | Adrian Holovaty |
| 2007-09-03 | Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.... | Adrian Holovaty |
| 2007-09-02 | Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx | Adrian Holovaty |
| 2007-09-02 | Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/m... | Adrian Holovaty |
| 2007-09-02 | Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod.... | Adrian Holovaty |
| 2007-09-02 | Fixed #5319 -- Changed terminal colors in django.core.management.colors not t... | Adrian Holovaty |
| 2007-08-31 | Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks... | Russell Keith-Magee |
| 2007-08-31 | Fixed #5307 -- startproject/startapp now makes sure all files it creates are ... | Adrian Holovaty |
| 2007-08-31 | Made negligible capitalization fix to docs/db-api.txt | Adrian Holovaty |
| 2007-08-28 | Fixed #4457 -- Corrected the handling of exceptions in the test client when t... | Russell Keith-Magee |
| 2007-08-27 | Changed 'validate' and 'runserver' management commands to display the number ... | Adrian Holovaty |
| 2007-08-26 | Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady. | Gary Wilson Jr |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-08-25 | Added note to docs/django-admin.txt section on 'testserver' that the server d... | Adrian Holovaty |
| 2007-08-25 | Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ... | Adrian Holovaty |
| 2007-08-25 | Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch... | Adrian Holovaty |
| 2007-08-25 | Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio... | Adrian Holovaty |
| 2007-08-25 | Removed incorrect link that slipped in docs/db-api.txt in [6010] | Adrian Holovaty |
| 2007-08-25 | Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile... | Adrian Holovaty |
| 2007-08-25 | Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT... | Adrian Holovaty |
| 2007-08-25 | Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,... | Adrian Holovaty |
| 2007-08-25 | Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-... | Adrian Holovaty |
| 2007-08-25 | Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unic... | Adrian Holovaty |
| 2007-08-25 | Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, C... | Adrian Holovaty |
| 2007-08-25 | Fixed #5227 -- Made the redirect security check in django.contrib.auth.views.... | Adrian Holovaty |
| 2007-08-25 | Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T... | Adrian Holovaty |