| Age | Commit message (Expand) | Author |
| 2005-08-16 | Small formatting change to validation error in [516], to be consistent with o... | Adrian Holovaty |
| 2005-08-16 | Added raw_id_admin support to ManyToManyField objects; fixes #260 | Jacob Kaplan-Moss |
| 2005-08-16 | Fixed typo in django.views.auth.login | Adrian Holovaty |
| 2005-08-16 | Removed special-case test for '_files' URL in common middleware -- thanks, Je... | Adrian Holovaty |
| 2005-08-16 | Changed 'django-admin startproject' to included MIDDLEWARE_CLASSES in setting... | Adrian Holovaty |
| 2005-08-15 | Changed handlers (both mod_python and WSGI) to support setting multiple cooki... | Adrian Holovaty |
| 2005-08-15 | Changed meta.py save() code from [507] to work under sqlite. All tests now pa... | Adrian Holovaty |
| 2005-08-15 | Improved model validator to validate 'choices' for a field | Adrian Holovaty |
| 2005-08-15 | Fixed #318 -- Fixed typo in docs/model-api.txt. Thanks, django@sharpbanana.co.uk | Adrian Holovaty |
| 2005-08-15 | Fixed #320 -- Changed save() code so that it doesn't rely on cursor.rowcount.... | Adrian Holovaty |
| 2005-08-15 | Added unit test that tests #323 -- currently fails for MySQL and passes for P... | Adrian Holovaty |
| 2005-08-15 | Fixed #322 -- Development server now calls validate() again. Thanks, rmunn | Adrian Holovaty |
| 2005-08-15 | Fixed #322 -- 'django-admin runserver' no longer validates models. | Adrian Holovaty |
| 2005-08-15 | Added 'django-admin.py validate', which validates all installed models. Valid... | Adrian Holovaty |
| 2005-08-15 | Improved error handling for invalid model parameters that aren't custom funct... | Adrian Holovaty |
| 2005-08-15 | Changed docs/tutorial01.txt to be clearer about PYTHONPATH environment variab... | Adrian Holovaty |
| 2005-08-15 | Changed docs/tutorial01.txt to use a tree format instead of 'ls' output -- th... | Adrian Holovaty |
| 2005-08-15 | Fixed typo in docs/tutorial04.txt -- thanks, 'nitpicker' | Adrian Holovaty |
| 2005-08-15 | Fixed #93 and #279 -- 'django-admin startproject' no longer creates invalid s... | Adrian Holovaty |
| 2005-08-15 | Fixed #316 -- Added special-case for MySQL microseconds, so that it doesn't t... | Adrian Holovaty |
| 2005-08-15 | Fixed #311 -- Small change to docstring. Thanks, rmunn | Adrian Holovaty |
| 2005-08-15 | Fixed #321 -- Undid [494], which assumed the installed version of MySQLdb had... | Adrian Holovaty |
| 2005-08-14 | Fixed #316 -- Changed MySQL backend to disregard warnings | Adrian Holovaty |
| 2005-08-14 | Added a quick example of prepopulate_from to clarify the description | Jacob Kaplan-Moss |
| 2005-08-12 | Fixed #310 -- thanks, mordaha | Jacob Kaplan-Moss |
| 2005-08-12 | Moved django.core.handlers.wsgi.AdminMediaHandler to django.core.servers.base... | Adrian Holovaty |
| 2005-08-12 | Removed <meta http-equiv='content-type'...> from admin base template, because... | Adrian Holovaty |
| 2005-08-11 | Changed timestamp and time typecasting to preserve microseconds. Added unit t... | Adrian Holovaty |
| 2005-08-11 | Added link to mod_python doc from docs/install.txt | Adrian Holovaty |
| 2005-08-11 | Changed markup tests to not fail if required modules are not installed | Jacob Kaplan-Moss |
| 2005-08-11 | Fixed ReST bugs in docs/model-api.txt | Adrian Holovaty |
| 2005-08-11 | Improved docs/tutorial01.txt thanks to reader suggestions | Adrian Holovaty |
| 2005-08-10 | Refactored django.core.urlresolvers a tiny bit | Adrian Holovaty |
| 2005-08-10 | Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute. | Adrian Holovaty |
| 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 |