| Age | Commit message (Expand) | Author |
| 2006-05-05 | Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPyth... | Adrian Holovaty |
| 2006-05-05 | Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-04-12 | Fixed #1531 -- Fixed eager exception catching that caused the template system... | Adrian Holovaty |
| 2006-04-12 | Negligible spacing change to core/template/loader.py | Adrian Holovaty |
| 2006-04-11 | Removed unneeded 'import sys' from base.py handler | Adrian Holovaty |
| 2006-04-11 | Fixed #1551 -- Improved base handler to not lose track of important exception... | Adrian Holovaty |
| 2006-04-11 | Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3 | Adrian Holovaty |
| 2006-04-11 | Converted django.core.mail to use 'from django.conf import settings' instead ... | Adrian Holovaty |
| 2006-04-10 | Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel | Adrian Holovaty |
| 2006-04-10 | Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel | Adrian Holovaty |
| 2006-04-10 | Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er... | Adrian Holovaty |
| 2006-04-10 | Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use curso... | Adrian Holovaty |
| 2006-04-09 | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac | Adrian Holovaty |
| 2006-03-28 | Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), n... | Adrian Holovaty |
| 2006-03-28 | Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ... | Adrian Holovaty |
| 2006-03-28 | Fixed #1442 -- Fixed multithreading problem with various database backends. T... | Adrian Holovaty |
| 2006-03-28 | Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_... | Adrian Holovaty |
| 2006-03-24 | Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu... | Adrian Holovaty |
| 2006-03-22 | Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than... | Adrian Holovaty |
| 2006-03-20 | Fixed bug in [2531]. Thanks, Ned | Adrian Holovaty |
| 2006-03-19 | Simplified two unnecessary list comprehensions in core/meta/__init__.py. Than... | Adrian Holovaty |
| 2006-03-02 | Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol... | Adrian Holovaty |
| 2006-03-01 | Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr... | Adrian Holovaty |
| 2006-03-01 | Added note to mysql backend about DATE_FORMAT not working. Refs #1423 | Adrian Holovaty |
| 2006-02-27 | Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch... | Jacob Kaplan-Moss |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-25 | Rolled back [2390] temporarily to test against some other edge cases | Adrian Holovaty |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-24 | Refactored cache from django/core/cache.py into django/core/cache package, wi... | Adrian Holovaty |
| 2006-02-22 | Fixed #1275 and #1288 -- Change e-mail address validator regular expression t... | Adrian Holovaty |
| 2006-02-20 | Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin | Adrian Holovaty |
| 2006-02-18 | Changed 'runserver' to display the Django version, and massaged the wording a... | Adrian Holovaty |
| 2006-02-18 | Fixed #894 -- Moved response middleware call to base.py so that exceptions in... | Adrian Holovaty |
| 2006-02-18 | Fixed #1289 -- Improved 'inspectdb' to introspect decimal_places and max_digi... | Adrian Holovaty |
| 2006-02-18 | Fixed #721 -- isAlphaNumericURL validator now allows dashes | Adrian Holovaty |
| 2006-02-18 | Reworded comment atop inspectdb-generated models to imply primary_key may now... | Adrian Holovaty |
| 2006-02-18 | Implemented get_indexes() for Postgres backend, which means 'inspectdb' can i... | Adrian Holovaty |
| 2006-02-18 | Changed get_indexes() hook from [2346] to return 'primary_key' instead of 'ke... | Adrian Holovaty |
| 2006-02-18 | Added better docstring to get_indexes() for MySQL backend | Adrian Holovaty |
| 2006-02-18 | Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a... | Adrian Holovaty |
| 2006-02-18 | Removed unnecessary line in d.c.meta.fields, due to [2342] | Adrian Holovaty |
| 2006-02-18 | Fixed #1038 -- Changed ForeignKey to calculate verbose_name by looking at its... | Adrian Holovaty |
| 2006-02-18 | Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis... | Adrian Holovaty |
| 2006-02-17 | Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-02-17 | Fixed #1357 and #614 -- <select> formfields now escape values | Adrian Holovaty |
| 2006-02-10 | Improved url_re in django.core.validators to accept https. Thanks, Eric Hsu | Adrian Holovaty |