| Age | Commit message (Expand) | Author |
| 2006-08-22 | Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ... | 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-18 | Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po... | Adrian Holovaty |
| 2006-08-18 | Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha... | Adrian Holovaty |
| 2006-08-18 | Added USE_I18N setting to default settings.py created for startproject command | Adrian Holovaty |
| 2006-08-18 | Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm... | 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-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 | 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 |
| 2006-08-12 | Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ... | Adrian Holovaty |
| 2006-08-12 | Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not d... | Adrian Holovaty |
| 2006-08-12 | Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correct... | Adrian Holovaty |
| 2006-08-12 | Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being used | Adrian Holovaty |
| 2006-08-12 | Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ... | Adrian Holovaty |
| 2006-08-11 | Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habm... | Adrian Holovaty |
| 2006-08-11 | Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n... | Adrian Holovaty |
| 2006-08-11 | Changed inspectdb to *not* trim trailing 's' from database table name to crea... | Adrian Holovaty |
| 2006-08-11 | Improved urlresolvers so that URLconfs can be passed objects instead of strings | Adrian Holovaty |
| 2006-08-11 | Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a p... | Adrian Holovaty |
| 2006-08-11 | Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ... | Adrian Holovaty |
| 2006-08-11 | Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, du... | Adrian Holovaty |
| 2006-08-11 | Moved the space check from r3549 to before the Python keyword check so that | Malcolm Tredinnick |
| 2006-08-10 | Fixed #2517 -- Improved inspectdb to handle table column names that contain s... | Adrian Holovaty |
| 2006-08-10 | Fixed #2512 -- Fixed SQL error when saving existing empty models. | Malcolm Tredinnick |
| 2006-08-10 | Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!). | Malcolm Tredinnick |
| 2006-08-10 | Fixed #2484 -- Handle num_in_admin and num_extra_on_change being 0 for the | Malcolm Tredinnick |
| 2006-08-09 | Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta... | Adrian Holovaty |
| 2006-08-09 | Fixed #2502 -- Fixed typo in db.models.permalink function. Thanks, adurdin@gm... | Adrian Holovaty |
| 2006-08-09 | Fixed #2469 -- Made the "drop index" constraint names match those we create i... | Malcolm Tredinnick |
| 2006-08-09 | Fixed #2260 -- fixed a problem where some foreign key references were being | Malcolm Tredinnick |
| 2006-08-08 | Negligible style change in django.db.models.loading | Adrian Holovaty |
| 2006-08-07 | Fixed #2494 -- Django development server no longer does reverse DNS. As a sid... | Adrian Holovaty |
| 2006-08-06 | Fixed #2491 -- Pass the project directory back from setup_environ so that we | Malcolm Tredinnick |
| 2006-08-06 | Moved the environment setup into a method that can be called from other scripts. | Malcolm Tredinnick |
| 2006-08-05 | Fixed #2485 -- Added comment to project_template/settings.py that says to use... | Adrian Holovaty |
| 2006-08-04 | fixed #2171: updated 'ru' translation | Georg Bauer |
| 2006-08-04 | Fixed #61 -- No more editing hashes when creating users via the admin. Create... | Adrian Holovaty |
| 2006-08-02 | Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8... | Adrian Holovaty |
| 2006-08-02 | Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo... | Adrian Holovaty |
| 2006-08-01 | Fixed #2257 -- make constraint names unique across all table/column | Malcolm Tredinnick |