| Age | Commit message (Expand) | Author |
| 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 |
| 2006-06-02 | Fixed #2073 -- Improved 'manage.py shell' not to pass argv to IPython if it's... | Adrian Holovaty |
| 2006-06-02 | Cleaned up some small formatting in docs/authentication.txt | Adrian Holovaty |
| 2006-06-02 | Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inlin... | Adrian Holovaty |
| 2006-06-02 | Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with... | Wilson Miner |
| 2006-06-02 | Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ... | Wilson Miner |
| 2006-06-02 | fixed #2010: updated 'nl' translation | Georg Bauer |
| 2006-06-02 | Fixed #1638 -- Documented shortcomings of development server in docs/django-a... | Adrian Holovaty |
| 2006-06-02 | Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templa... | Adrian Holovaty |
| 2006-06-02 | Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95 | Adrian Holovaty |
| 2006-06-02 | Fixed #1966 -- Documented list_per_page Admin option | Adrian Holovaty |
| 2006-06-02 | Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa... | Adrian Holovaty |
| 2006-06-02 | Fixed #2025 -- Fixed some issues with URL reversal, which still isn't ready f... | Adrian Holovaty |
| 2006-06-02 | Fixed #2063 -- Made admin date_hierarchy i18n-friendly by using the new YEAR_... | Adrian Holovaty |
| 2006-06-02 | Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add... | Adrian Holovaty |
| 2006-06-02 | Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txt | Adrian Holovaty |
| 2006-06-02 | Fixed #2065 -- Changed setup.py to install django.contrib.comments templates.... | Adrian Holovaty |
| 2006-06-02 | Fixed #2055 -- Lengthened form labels on login screen to accommodate longer t... | Wilson Miner |
| 2006-06-02 | Fixed #744 -- Added icon to display null boolean values in admin changelists. | Wilson Miner |
| 2006-06-01 | Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ... | Adrian Holovaty |
| 2006-06-01 | Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo... | Luke Plant |
| 2006-06-01 | Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp... | Adrian Holovaty |
| 2006-06-01 | Fixed bug in Model._get_next_or_previous_in_order() | Adrian Holovaty |
| 2006-06-01 | Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i... | Adrian Holovaty |
| 2006-06-01 | Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ... | Adrian Holovaty |
| 2006-06-01 | Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ... | Adrian Holovaty |
| 2006-06-01 | Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt | Adrian Holovaty |
| 2006-06-01 | Fixed unit-test output error in m2m_and_m2o unit tests, due to a change in th... | Adrian Holovaty |
| 2006-06-01 | Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin... | Adrian Holovaty |
| 2006-06-01 | Fixed #697 -- Added make_object_list parameter to archive_year generic view. ... | Adrian Holovaty |
| 2006-06-01 | Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyle | Adrian Holovaty |
| 2006-06-01 | Negligible spacing change to admin/templates/admin/field_line.html | Adrian Holovaty |
| 2006-06-01 | Negligible spacing change to admin/views/main.py | Adrian Holovaty |
| 2006-06-01 | Changed auth.Permission.__str__() to use str() of self.content_type, not repr() | Adrian Holovaty |
| 2006-06-01 | Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris | Adrian Holovaty |
| 2006-05-31 | Cleaned up numbering with model unit tests | Adrian Holovaty |
| 2006-05-31 | Small formatting changes to model unit tests to make them look better in the ... | Adrian Holovaty |
| 2006-05-31 | Added blurbs to the model unit tests that didn't have them | Adrian Holovaty |
| 2006-05-31 | Fixed #2049 -- Made isValidEmail validator wider in scope. Thanks, mir@noris.de | Adrian Holovaty |
| 2006-05-31 | Fixed bug in admin where it would redirect infinitely if invalid lookup param... | Adrian Holovaty |
| 2006-05-31 | Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m... | Adrian Holovaty |
| 2006-05-31 | Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman | Adrian Holovaty |
| 2006-05-31 | Fixed #2020 -- <option> values are now escaped in SelectMultipleField | Adrian Holovaty |
| 2006-05-31 | Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module.... | Adrian Holovaty |
| 2006-05-31 | Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da... | Adrian Holovaty |
| 2006-05-31 | Fixed #2050 -- Fixed raw_id_admin display in admin. Thanks, Christopher Lenz | Adrian Holovaty |
| 2006-05-31 | Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 2006-05-31 | Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 2006-05-31 | Added *args to get_list_or_404, too (refs #2048). | Jacob Kaplan-Moss |