| Age | Commit message (Expand) | Author |
| 2006-05-04 | Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f... | Jacob Kaplan-Moss |
| 2006-05-04 | Removed ManyToManyRel.singular, which wasn't being used anymore. | Adrian Holovaty |
| 2006-05-04 | Fixed bug in admin: raw_id_admin fields weren't displaying their old values n... | Adrian Holovaty |
| 2006-05-03 | Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank... | Jacob Kaplan-Moss |
| 2006-05-02 | Fixed #1745 -- Accessing many-to-many relationships without a PK value now th... | Adrian Holovaty |
| 2006-05-02 | Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages. | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-13 | fixed #1526: updated slovak (sk) translation | Georg Bauer |
| 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 | Fixed #1569 -- Made streaming HttpResponse unicode-aware | 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 | refs #1607 - updated hebrew translation | Georg Bauer |
| 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-10 | Fixed syntax error in [2639] | Adrian Holovaty |
| 2006-04-10 | Changed settings imports from [2639] to use 'from django.conf import settings... | Adrian Holovaty |
| 2006-04-09 | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac | Adrian Holovaty |
| 2006-04-06 | fixed #1581 - added new hebrew translation | Georg Bauer |
| 2006-04-06 | fixed #1587 - added new ukrainian translation. | Georg Bauer |
| 2006-03-30 | Fixed #1557 in trunk | 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 | Added missing file from [2579]. Refs #1442 | Adrian Holovaty |
| 2006-03-28 | Fixed #1442 -- Fixed multithreading problem with various database backends. T... | Adrian Holovaty |
| 2006-03-28 | Fixed #1539 in trunk | 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 #1520 - added new greek translation | Georg Bauer |
| 2006-03-20 | fixed #1521 - new slovenian translation | Georg Bauer |
| 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-17 | Changed django.utils.cache.patch_response_headesr to move unnecessary calcula... | Adrian Holovaty |
| 2006-03-03 | Fixed #1457 -- Added support for if-modified-since header in django.views.sta... | Adrian Holovaty |
| 2006-03-02 | fixed #1446: updated traditional chinese translation | Georg Bauer |
| 2006-03-02 | Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol... | Adrian Holovaty |
| 2006-03-02 | Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list... | Adrian Holovaty |
| 2006-03-01 | fixed #1432: updated russian translations | Georg Bauer |
| 2006-03-01 | Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr... | Adrian Holovaty |
| 2006-03-01 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao... | Adrian Holovaty |
| 2006-03-01 | Added note to mysql backend about DATE_FORMAT not working. Refs #1423 | Adrian Holovaty |
| 2006-03-01 | Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous | Adrian Holovaty |
| 2006-02-28 | Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view... | Adrian Holovaty |