| Age | Commit message (Expand) | Author |
| 2006-08-31 | Fixed typo in docstring of get_latest model unit test | 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-29 | Added a rough cut of a document on using the new testing framework. | Jacob Kaplan-Moss |
| 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-28 | Fixed #2610 -- corrected documentation about the auth context processor (than... | Jacob Kaplan-Moss |
| 2006-08-27 | Reverted [3659], the 'name' field on Template objects and the signal emitted ... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Modified runtests script to use new testing framework. Migrated ... | Russell Keith-Magee |
| 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-24 | Fixed small typo in docs/overview.txt. Thanks, kirk | Adrian Holovaty |
| 2006-08-23 | Added 'How can I get started contributing code to Django?' to the FAQ, and be... | Adrian Holovaty |
| 2006-08-23 | Added some helpful hints to list_display documentation in docs/model-api.txt | Adrian Holovaty |
| 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 |
| 2006-08-22 | Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch... | Adrian Holovaty |
| 2006-08-22 | Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ... | Adrian Holovaty |
| 2006-08-21 | Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than... | Adrian Holovaty |
| 2006-08-21 | Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patc... | Adrian Holovaty |
| 2006-08-21 | Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T... | Adrian Holovaty |
| 2006-08-20 | Fixed typo in docs/model-api.txt | Adrian Holovaty |
| 2006-08-18 | Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po... | Adrian Holovaty |
| 2006-08-18 | Updated my bio in the FAQ. | Wilson Miner |
| 2006-08-18 | Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha... | Adrian Holovaty |
| 2006-08-18 | Added note to 'If you don't need internationalization' section of docs/i18n.t... | Adrian Holovaty |
| 2006-08-18 | Added USE_I18N setting to default settings.py created for startproject command | Adrian Holovaty |
| 2006-08-18 | Made small change to docs/templates_python.txt to explicitly define 'context ... | Adrian Holovaty |
| 2006-08-18 | Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm... | Adrian Holovaty |
| 2006-08-18 | Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o... | Adrian Holovaty |
| 2006-08-18 | Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of... | Adrian Holovaty |
| 2006-08-18 | Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati... | Adrian Holovaty |
| 2006-08-18 | Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen... | Adrian Holovaty |
| 2006-08-17 | Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots.... | Adrian Holovaty |
| 2006-08-17 | Small formatting change to docs/model-api.txt change from [3597] -- double hy... | Adrian Holovaty |
| 2006-08-17 | Clarified documentation regarding string-form model references. | Russell Keith-Magee |
| 2006-08-16 | Fixed small security hole in bin/compile-messages.py by escaping the .po file... | Adrian Holovaty |
| 2006-08-16 | Small error-message formatting change to compile-messages.py | Adrian Holovaty |
| 2006-08-14 | Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh... | Adrian Holovaty |
| 2006-08-14 | fixed #2542: updated 'ru' translation | Georg Bauer |
| 2006-08-13 | Small formatting change to compile-messages.py | Adrian Holovaty |
| 2006-08-13 | Fixed incorrect error message in django.template.loaders.filesystem if you pa... | Adrian Holovaty |
| 2006-08-12 | Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ... | Adrian Holovaty |
| 2006-08-12 | Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de | Adrian Holovaty |
| 2006-08-12 | Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo... | Adrian Holovaty |