| Age | Commit message (Expand) | Author |
| 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 | 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-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-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 |
| 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-12 | Moved django.core.handlers.wsgi.AdminMediaHandler to django.core.servers.base... | Adrian Holovaty |
| 2005-08-11 | Changed timestamp and time typecasting to preserve microseconds. Added unit t... | 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 #192 -- File uploads now work with built-in Web server. Thanks, mordaha... | 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 | Fixed #299 -- Slugify no longer removes hyphens. Thanks, gch@cs.cmu.edu | Adrian Holovaty |
| 2005-08-10 | Refactored the way save() works so that non-integer primary keys are now poss... | 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 | Undid [455] -- it's not a good enough solution for what I'm trying to do | 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 | Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m... | Adrian Holovaty |
| 2005-08-09 | Small change to docstring in django.core.template | Adrian Holovaty |
| 2005-08-09 | Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself.... | Adrian Holovaty |
| 2005-08-08 | Companion checkin to [432] | Adrian Holovaty |
| 2005-08-07 | Changed 'django-admin adminindex' to output relative links, not absolute link... | Adrian Holovaty |
| 2005-08-05 | Greatly improved the 404 error message when DEBUG=True. If none of the urlpat... | Adrian Holovaty |
| 2005-08-05 | Refactored the internals of URL parsing to use less code | Adrian Holovaty |
| 2005-08-05 | Fixed #275 -- Bug in validators.RequiredIfOtherFieldsGiven. Thanks, jhernandez | Adrian Holovaty |
| 2005-08-05 | Changed default ManyToOne num_in_admin from 0 to 3, to help avoid confusion w... | Adrian Holovaty |
| 2005-08-04 | Fixed #266 -- Added ValidateIfOtherFieldEquals validator. Thanks again, Hugo | Adrian Holovaty |
| 2005-08-04 | Tightened up some code in django.core.validators | Adrian Holovaty |
| 2005-08-04 | Refactored django.core.validators.RequiredIfOtherFieldGiven to remove duplica... | Adrian Holovaty |
| 2005-08-04 | Fixed #268 -- Added AnyValidator and fixed small bug in [399]. Thanks, Hugo | Adrian Holovaty |
| 2005-08-04 | Fixed #263 -- inspectdb output now includes a comment reminding people to run... | Adrian Holovaty |
| 2005-08-04 | Fixed #269 -- Added MatchesRegularExpression validator. Thanks, Hugo! | Adrian Holovaty |