| Age | Commit message (Expand) | Author |
| 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 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | 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 | 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 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 | 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-22 | Changed SessionMiddleware to use process_request instead of process_view -- t... | Adrian Holovaty |
| 2005-08-19 | Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540... | 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 | 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 #340 -- Default admin settings (in django-admin startproject) now inclu... | Adrian Holovaty |
| 2005-08-16 | Fixed small bug in parts.auth.formfields.AuthenticationForm | Adrian Holovaty |
| 2005-08-16 | Fixed small bug in views.auth.login.login | Adrian Holovaty |
| 2005-08-16 | Added SessionMiddleware to MIDDLEWARE_CLASSES in global_settings, so it's ava... | Adrian Holovaty |
| 2005-08-16 | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty |
| 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 #320 -- Changed save() code so that it doesn't rely on cursor.rowcount.... | 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 | 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 |