| Age | Commit message (Expand) | Author |
| 2006-06-12 | Fixed #2139 -- Changed Redirect repr to str | Adrian Holovaty |
| 2006-06-12 | fixed #2128: updated BiDi support | Georg Bauer |
| 2006-06-12 | fixed #2113: fixed 'pl' translation of date formats | Georg Bauer |
| 2006-06-12 | fixed #2018: updated 'sk' translation | Georg Bauer |
| 2006-06-12 | Fixed the empty model saving case so that it retrieves the primary key id. Also | Malcolm Tredinnick |
| 2006-06-11 | Fixed #2127 -- Made datetime filters fail silently when passed empty strings or | Malcolm Tredinnick |
| 2006-06-08 | Tests to avoid regressions for ticket #2108. See also r3115. | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2108 -- allow saving of empty models, rather than just dropping them. | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiro | Adrian Holovaty |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Added django.template.Token.split_contents() and used it to add support for s... | Adrian Holovaty |
| 2006-06-08 | Changed django.utils.text.smart_split to return strings, not tuples | Adrian Holovaty |
| 2006-06-08 | Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank... | Adrian Holovaty |
| 2006-06-08 | Solved the POST-data-lost-after-redirect problem by raising RuntimeError when... | Adrian Holovaty |
| 2006-06-08 | Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of... | Adrian Holovaty |
| 2006-06-08 | Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com | Adrian Holovaty |
| 2006-06-08 | Added 'Is Django a content-management-system?' to the faq | Adrian Holovaty |
| 2006-06-08 | Fixed #2108 -- do not try to save an empty model. | Malcolm Tredinnick |
| 2006-06-07 | Fix test output as a result of the change in r3094. | Malcolm Tredinnick |
| 2006-06-07 | Added ckknight to AUTHORS | Adrian Holovaty |
| 2006-06-07 | Added django.utils.text.smart_split. Thanks, ckknight | Adrian Holovaty |
| 2006-06-07 | Fixed #1503 -- Improved model validator to throw an error if a model doesn't ... | Adrian Holovaty |
| 2006-06-07 | Removed legacy deprecated_args check from django.core.management | Adrian Holovaty |
| 2006-06-07 | Small improvement to django.template.resolve_variable -- isdigit() instead of... | Adrian Holovaty |
| 2006-06-07 | Fixed #2100 -- Made some remaining parts of the admin changelist translatable... | Adrian Holovaty |
| 2006-06-07 | Added section to docs/db-api.txt get_or_create() section about GET vs. POST | Adrian Holovaty |
| 2006-06-07 | Fixed #2098 -- Loosened validation for model 'ordering' parameter by allowing... | Adrian Holovaty |
| 2006-06-07 | Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable | Adrian Holovaty |
| 2006-06-07 | Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro | Adrian Holovaty |
| 2006-06-07 | Added Manager.get_or_create() | Adrian Holovaty |
| 2006-06-06 | fixed #2089: added language bidirectional support and updated the admin to us... | Georg Bauer |
| 2006-06-06 | fixed #2090: fixed bad charset header in po file | Georg Bauer |
| 2006-06-06 | Backed out [3088] which was a premature commit with a message meant for anoth... | Jacob Kaplan-Moss |
| 2006-06-06 | BNW: Added modpython handler to autosettings | Jacob Kaplan-Moss |
| 2006-06-06 | Made template names in django.contrib.auth.views passable as template_name ar... | Adrian Holovaty |
| 2006-06-05 | Updated my URL in the FAQ doc. | Wilson Miner |
| 2006-06-05 | Added more visible borders to form buttons. | Wilson Miner |
| 2006-06-05 | Fixed stupid bug in [3802] | Jacob Kaplan-Moss |
| 2006-06-05 | Small refactoring of django.core.management to allow a custom argv to be pass... | Jacob Kaplan-Moss |
| 2006-06-05 | Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructures | Adrian Holovaty |
| 2006-06-05 | Fixed #2084 -- Removed admin-site 'documentation / change password / log out'... | Adrian Holovaty |
| 2006-06-04 | Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankrom | Adrian Holovaty |
| 2006-06-04 | Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha... | Adrian Holovaty |
| 2006-06-04 | Added django.contrib.humanize, a set of template tags for adding a 'human tou... | Adrian Holovaty |
| 2006-06-04 | Changed all model unit tests to use __str__() instead of __repr__(). Also sli... | Adrian Holovaty |
| 2006-06-03 | Changed 'transactions' model unit test NOT to be executed for MySQL | Adrian Holovaty |
| 2006-06-03 | Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s... | Adrian Holovaty |
| 2006-06-03 | Fixed #2077 -- Renamed 'repr' model tests to 'str' | Adrian Holovaty |
| 2006-06-03 | Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |