| Age | Commit message (Expand) | Author |
| 2005-09-01 | Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin... | Adrian Holovaty |
| 2005-09-01 | Added clarification to [594] | Adrian Holovaty |
| 2005-09-01 | Added 'If I make changes to a model, how do I update the database?' to the FAQ | Adrian Holovaty |
| 2005-09-01 | Fixed inevitable ReST bugs in [592] | Adrian Holovaty |
| 2005-09-01 | Added docs/request_response.txt | Adrian Holovaty |
| 2005-09-01 | Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst... | Adrian Holovaty |
| 2005-09-01 | Fixed bug in contrib comment_form template tag when hard-coded object IDs are... | Adrian Holovaty |
| 2005-09-01 | Fixed #446 -- Fixed bug in yesno template filter. Thanks, Hugo | Adrian Holovaty |
| 2005-09-01 | Updated template docs to reflect [587] | Adrian Holovaty |
| 2005-09-01 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | Adrian Holovaty |
| 2005-09-01 | Added clarifying note to docs/model-api.txt | Adrian Holovaty |
| 2005-08-31 | Reordered stuff in docs/middleware.txt and added some small clarifications | Adrian Holovaty |
| 2005-08-31 | Added docs/middleware.txt | Adrian Holovaty |
| 2005-08-31 | Changed docs/cache.txt to remove db cache, because it's not done yet. | Adrian Holovaty |
| 2005-08-31 | Fixed #385 -- Fixed bug in yesno template filter. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-08-31 | Fixed #403 -- Fixed bug in floatformat template filter. Thanks, nesh | Adrian Holovaty |
| 2005-08-31 | Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than... | Adrian Holovaty |
| 2005-08-31 | Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window... | Adrian Holovaty |
| 2005-08-30 | Refactored comment templatetags to remove redundant 'tag_name' parameter. Als... | Adrian Holovaty |
| 2005-08-30 | Fixed display bug in admin when deleting an object that has a OneToOneField | Adrian Holovaty |
| 2005-08-29 | Updated docs/templates.txt to add {% ifequal %} | Adrian Holovaty |
| 2005-08-29 | Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,... | Adrian Holovaty |
| 2005-08-29 | Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ... | Adrian Holovaty |
| 2005-08-29 | Fixed small typo in docs/tutorial01.txt -- thanks, pb@e-scribe.com | Adrian Holovaty |
| 2005-08-29 | Fixed small bug in manipulator handling of one-to-one-related foreign keys | Adrian Holovaty |
| 2005-08-29 | Fixed bug in metasystem manipulator_validator_unique_for_date(), related to [... | Adrian Holovaty |
| 2005-08-29 | Fixed bug in metasystem method_get_next_in_order and method_get_previous_in_o... | Adrian Holovaty |
| 2005-08-26 | Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhans | Adrian Holovaty |
| 2005-08-26 | Fixed typo in docs/model-api.txt | Adrian Holovaty |
| 2005-08-26 | Final ReST bugfix to docs/model-api.txt | Adrian Holovaty |
| 2005-08-26 | Fixed ReST bug in docs/model-api.txt -- I think | Adrian Holovaty |
| 2005-08-26 | Fixed bug in docs/model-api.txt | Adrian Holovaty |
| 2005-08-26 | Added 'Using models', 'Models across files' and 'Models in multiple files' se... | Adrian Holovaty |
| 2005-08-26 | Fixed another stupid ReST bugs in [560] | Adrian Holovaty |
| 2005-08-26 | Fixed the inevitable ReST bugs in [560] | Adrian Holovaty |
| 2005-08-26 | Fixed the inevitable ReST bugs in [560] | Adrian Holovaty |
| 2005-08-26 | Beefed up docs/model-api.txt -- added a significant amount of documentation, ... | Adrian Holovaty |
| 2005-08-26 | Tiny change to docstring in many_to_one_null model unit test | Adrian Holovaty |
| 2005-08-26 | Removed 'this isn't yet supported' message from custom_pk unit test docstring... | Adrian Holovaty |
| 2005-08-26 | Fixed ReST bug in docs/model-api.txt | Adrian Holovaty |
| 2005-08-26 | Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, Jeremy | Adrian Holovaty |
| 2005-08-26 | Changed django-admin.py inspectdb to output new-style model syntax | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-25 | Changed 'coding error' and 'database error' e-mails to include request.path i... | Adrian Holovaty |
| 2005-08-23 | Fixed a small bug in admin changelist view -- the code that handles ordering by | Jacob Kaplan-Moss |
| 2005-08-23 | Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom Haddon | Adrian Holovaty |
| 2005-08-22 | Changed SessionMiddleware to use process_request instead of process_view -- t... | Adrian Holovaty |
| 2005-08-21 | Fixed #380 -- Clarified tutorial 1. Thanks, ssteiner | Adrian Holovaty |
| 2005-08-21 | Fixed #381 -- Clarified tutorial 1. Thanks, ssteiner | Adrian Holovaty |
| 2005-08-21 | Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner | Adrian Holovaty |