| Age | Commit message (Expand) | Author |
| 2006-09-12 | Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not cla... | Adrian Holovaty |
| 2006-09-11 | Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the pat... | Adrian Holovaty |
| 2006-09-11 | Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbau... | Adrian Holovaty |
| 2006-09-11 | Fixed #2680 -- Made small correction to DateTimeShortcuts.js that was causing... | Adrian Holovaty |
| 2006-09-11 | Fixed #2699 -- Added quote_name() call to MySQL introspection.py. Thanks for ... | Adrian Holovaty |
| 2006-09-11 | fixed #2617: added finnish translation | Georg Bauer |
| 2006-09-11 | fixed #2668: updated russian translation | Georg Bauer |
| 2006-09-11 | fixed #2597: updated polish translation | Georg Bauer |
| 2006-09-11 | fixed #2589: updated norwegian translation | Georg Bauer |
| 2006-09-11 | fixed #2551: updated es_AR translation | Georg Bauer |
| 2006-09-09 | Fixes #2669 -- Added check on import of tests.py to differentiate between an ... | Russell Keith-Magee |
| 2006-09-08 | Added staff_member_required and permission check to django.contrib.admin.view... | Adrian Holovaty |
| 2006-09-07 | Renamed 'func' argument in django.utils.functional.curry to reduce possibilit... | Adrian Holovaty |
| 2006-09-07 | Fixes #2653 -- Modified related field utility methods to return None as the r... | Russell Keith-Magee |
| 2006-09-07 | Optimized django.utils.functional.curry. Thanks for the patch, Martin Glueck | Adrian Holovaty |
| 2006-09-05 | Made psycopg2 backend actually support dictfetch* methods. | Jacob Kaplan-Moss |
| 2006-09-05 | Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,... | Russell Keith-Magee |
| 2006-09-05 | Added some escaping of request.path to django/views/debug.py. Thanks, Simon G... | Adrian Holovaty |
| 2006-09-05 | Fixed #2645 -- Fixed format-string error in exception call in template/__init... | Adrian Holovaty |
| 2006-09-04 | Added small comment to django.template.loader_tags, to clarify change from [3... | Adrian Holovaty |
| 2006-09-04 | Changed template names from [3707] to remove initial caps, to fit our style. | Adrian Holovaty |
| 2006-09-04 | Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w... | Russell Keith-Magee |
| 2006-09-03 | Refs #2333 - Added documentation for the test Client, and removed a stray imp... | Russell Keith-Magee |
| 2006-09-02 | Fixed #2643 -- Fixed incorrect reverse() view names in sitemaps contrib app. ... | Adrian Holovaty |
| 2006-09-02 | Refs #2333 - Removed a call to the signal dispatcher that was mistakenly merg... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Re-added the template rendering signal for testing purposes; how... | Russell Keith-Magee |
| 2006-09-01 | Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ... | Russell Keith-Magee |
| 2006-08-31 | Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist... | Adrian Holovaty |
| 2006-08-31 | Changed FlatpageSitemap to FlatPageSitemap, to be consistent with FlatPage model | Adrian Holovaty |
| 2006-08-31 | Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson | Adrian Holovaty |
| 2006-08-31 | Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py... | Adrian Holovaty |
| 2006-08-31 | Made extract_views_from_urlpatterns() in admin.views.doc tolerant of URLconfs... | Adrian Holovaty |
| 2006-08-31 | Fixed #2529 -- Fixed TypeError in admin/doc/views. Thanks for the report and ... | Adrian Holovaty |
| 2006-08-31 | Refs #2333 - Added more documentation for testing framework, and clarified so... | Russell Keith-Magee |
| 2006-08-31 | Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo... | Adrian Holovaty |
| 2006-08-31 | Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Than... | Adrian Holovaty |
| 2006-08-30 | Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da... | Adrian Holovaty |
| 2006-08-30 | Refs #1400 - Reverted r3269. Template variable evalution should follow Python... | Russell Keith-Magee |
| 2006-08-28 | Fixed verbosity check in installing initial data | Jacob Kaplan-Moss |
| 2006-08-28 | Made psycopg2 backend behave the same as the other backends when it comes to ... | Jacob Kaplan-Moss |
| 2006-08-28 | Test database creation/deletion now correctly quotes database names when crea... | Jacob Kaplan-Moss |
| 2006-08-28 | Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch... | Adrian Holovaty |
| 2006-08-28 | Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware... | Adrian Holovaty |
| 2006-08-27 | Reverted [3659], the 'name' field on Template objects and the signal emitted ... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added 'test' target to django-admin script. Includes addition of... | Russell Keith-Magee |
| 2006-08-27 | Refs #2333 - Added a signal that is emitted whenever a template is rendered, ... | Russell Keith-Magee |
| 2006-08-27 | Refs #2333 - Added test framework. This includes doctest and unittest finders... | Russell Keith-Magee |
| 2006-08-23 | Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th... | Adrian Holovaty |
| 2006-08-22 | Fixed #2582 -- filter_interface now works on fields with verbose_name contain... | Adrian Holovaty |
| 2006-08-22 | Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut... | Adrian Holovaty |