| Age | Commit message (Expand) | Author |
| 2005-08-10 | Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't renam... | Adrian Holovaty |
| 2005-08-10 | Fixed #192 -- File uploads now work with built-in Web server. Thanks, mordaha... | Adrian Holovaty |
| 2005-08-10 | Changed docs/django-admin.txt to add note about which databases 'inspectdb' w... | Adrian Holovaty |
| 2005-08-10 | Added link to docs/django-admin from tutorial01 | Adrian Holovaty |
| 2005-08-10 | Fixed another ReST bug in docs/django-admin.txt | Adrian Holovaty |
| 2005-08-10 | Added 'Available options' section to docs/django-admin.txt, and fixed the ine... | Adrian Holovaty |
| 2005-08-10 | Added docs/django-admin.txt | Adrian Holovaty |
| 2005-08-10 | Added help_doc to django.core.management.install | Adrian Holovaty |
| 2005-08-10 | Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note... | Adrian Holovaty |
| 2005-08-10 | Cleaned up admin view code to use new 'pk' lookup syntax | Adrian Holovaty |
| 2005-08-10 | Fixed #241 -- added django.contrib.markup app with markup templatetags for Te... | Jacob Kaplan-Moss |
| 2005-08-10 | Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas... | Jacob Kaplan-Moss |
| 2005-08-10 | Added a custom doctest OutputChecker that ignores differences between ints an... | Jacob Kaplan-Moss |
| 2005-08-10 | Fixed #299 -- Slugify no longer removes hyphens. Thanks, gch@cs.cmu.edu | Adrian Holovaty |
| 2005-08-10 | Fixed #297 -- Added a '--settings' option to runtests.py | Adrian Holovaty |
| 2005-08-10 | Refactored the way save() works so that non-integer primary keys are now poss... | Adrian Holovaty |
| 2005-08-10 | Added more tests to custom_pk unit-test model | Adrian Holovaty |
| 2005-08-10 | Changed [459] to use a better interface for the exception | Adrian Holovaty |
| 2005-08-10 | Changed MySQL backend so that it fails silently if rollback() isn't supported... | Adrian Holovaty |
| 2005-08-10 | Added custom_pk unit tests, which fail because of #81 | Adrian Holovaty |
| 2005-08-10 | Undid [455] -- it's not a good enough solution for what I'm trying to do | Adrian Holovaty |
| 2005-08-10 | Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunn | Adrian Holovaty |
| 2005-08-10 | Slightly refactored metasystem -- changed Field pre_save() hooks to pre_save_... | Adrian Holovaty |
| 2005-08-10 | Simplified metasystem get_db_prep_save() hook so that it doesn't take an 'add... | Adrian Holovaty |
| 2005-08-10 | Updated PPK's URL in comments of admin_media/js/core.js | Adrian Holovaty |
| 2005-08-10 | Removed media.ljworld.com reference from admin_media/js/admin/DateTimeShortcu... | Adrian Holovaty |
| 2005-08-10 | Removed media.ljworld.com reference from admin_media/js/SelectFilter2.js. Ref... | Adrian Holovaty |
| 2005-08-10 | Removed unnecessary code from admin_media/js | Adrian Holovaty |
| 2005-08-10 | Removed admin_media/js/admin/add_calendars.js -- it wasn't being used | Adrian Holovaty |
| 2005-08-10 | Removed unnecessary code from admin_media/js/admin/add_calendars.js | Adrian Holovaty |
| 2005-08-10 | Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m... | Adrian Holovaty |
| 2005-08-09 | Improved unit-test framework so that it handles database errors more elegantly | Adrian Holovaty |
| 2005-08-09 | Added some extra examples to many_to_many unit test | Adrian Holovaty |
| 2005-08-09 | Added some extra examples to many_to_many unit test | Adrian Holovaty |
| 2005-08-09 | Small change to docstring in django.core.template | Adrian Holovaty |
| 2005-08-09 | Copy-edited docs/templates.txt | Adrian Holovaty |
| 2005-08-09 | Removed Janet Reno example from doc/templates.txt -- thanks, Bob | Adrian Holovaty |
| 2005-08-09 | Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself.... | Adrian Holovaty |
| 2005-08-09 | Fixed #293 -- Typo in tutorial04. Thanks, espen@grindhaug.org | Adrian Holovaty |
| 2005-08-09 | Removed period from save_delete_hooks docstring -- it doesn't fit our style | Adrian Holovaty |
| 2005-08-09 | Fixed #290 -- Thanks, Matt Croydon | Adrian Holovaty |
| 2005-08-08 | Fixed formatting problem in docs/tutorial03.txt | Adrian Holovaty |
| 2005-08-08 | Added docs/tutorial04.txt | Adrian Holovaty |
| 2005-08-08 | Fixed typos in generic-views documentation | Adrian Holovaty |
| 2005-08-08 | Companion checkin to [432] | Adrian Holovaty |
| 2005-08-08 | Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ... | Adrian Holovaty |
| 2005-08-08 | Made some improvements/clean-ups to docs/tutorial03.txt | Adrian Holovaty |
| 2005-08-07 | Changed 'django-admin adminindex' to output relative links, not absolute link... | Adrian Holovaty |
| 2005-08-07 | Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS... | Adrian Holovaty |
| 2005-08-06 | Fixed #270 -- Admin change forms now display default values in num_extra_on_c... | Adrian Holovaty |