| Age | Commit message (Expand) | Author |
| 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 |
| 2005-08-19 | Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540... | Adrian Holovaty |
| 2005-08-19 | Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350) | Adrian Holovaty |
| 2005-08-19 | Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. T... | Adrian Holovaty |
| 2005-08-19 | Fixed #371 -- Fixed bug in 'random' template filter. Thanks, Boffbowsh | Adrian Holovaty |
| 2005-08-18 | Modified admin styles to make headers and buttons readable with images off. | Wilson Miner |
| 2005-08-18 | Improved session code to force creation of a new session key if the given ses... | Adrian Holovaty |
| 2005-08-18 | Clarified docs/django-admin.txt to say 'runserver' runs the model validator a... | Adrian Holovaty |
| 2005-08-18 | Added a link to docs/legacy_databases.txt | Adrian Holovaty |
| 2005-08-18 | Added docs/legacy_databases.txt | Adrian Holovaty |
| 2005-08-18 | Tweaked [531] slightly, so that it checks for 'is None' instead of boolean 'not' | Adrian Holovaty |
| 2005-08-18 | Added friendly error message if a view returns None instead of an HttpRespons... | Adrian Holovaty |
| 2005-08-17 | Fixed bug in manipulator_valid_rel_key() -- it assumed the related object's p... | Adrian Holovaty |
| 2005-08-17 | Fixed #335 -- Admin login form now checks that cookies are enabled. | Adrian Holovaty |
| 2005-08-17 | Fixed typo in docs/generic_views.txt | Adrian Holovaty |
| 2005-08-17 | Made some tiny tweaks to docs/tutorial02.txt -- thanks, anonymous | Adrian Holovaty |
| 2005-08-17 | Fixed #340 -- Default admin settings (in django-admin startproject) now inclu... | Adrian Holovaty |
| 2005-08-17 | Added 'Session object guidlines' section to docs/sessions.txt | Adrian Holovaty |
| 2005-08-17 | Added doc/sessions.txt | Adrian Holovaty |
| 2005-08-17 | Fixed #336 -- Typo in docs/generic_views.txt. Thanks, Matt | Adrian Holovaty |