| Age | Commit message (Expand) | Author |
| 2007-03-20 | Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbos... | Adrian Holovaty |
| 2007-03-12 | Fixed #3410 -- Edited a few i18n markups for completeness and to remove some | Malcolm Tredinnick |
| 2007-03-11 | Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ... | Jacob Kaplan-Moss |
| 2007-03-09 | Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used for | Malcolm Tredinnick |
| 2007-03-08 | Fixed #3586 -- Only output "Vary: Cookie" HTTP header when the session object | Malcolm Tredinnick |
| 2007-03-05 | Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, jo... | Adrian Holovaty |
| 2007-02-28 | Reverted [4590] (changes to field label CSS) since it caused more problems th... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #2828, a TypeError when deleting objects with m2m relations to self. T... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3397: You can now order by non-DB fields in the admin by telling Djang... | Jacob Kaplan-Moss |
| 2007-02-26 | Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.com | Jacob Kaplan-Moss |
| 2007-02-21 | Removed unimplemented allow_letters option from USPhoneNumberField | Adrian Holovaty |
| 2007-02-21 | Added newforms USPhoneNumberField in django.contrib.localflavor.usa | Adrian Holovaty |
| 2007-02-20 | Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla... | Adrian Holovaty |
| 2007-02-17 | Fixed #3259 -- Fixed problem with prepopulate_from for fields containing | Malcolm Tredinnick |
| 2007-02-15 | Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u... | Adrian Holovaty |
| 2007-02-15 | Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455 | Adrian Holovaty |
| 2007-02-15 | Created django.contrib.localflavor, for country- and culture-specific functio... | Adrian Holovaty |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2007-02-11 | Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by... | Russell Keith-Magee |
| 2007-02-10 | Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch | Malcolm Tredinnick |
| 2007-01-25 | Fixed #2133 -- Invalid session cookie no longer causes fatal error. Thanks, g... | Adrian Holovaty |
| 2007-01-12 | Fixed #3287: method columns in the admin changelist can now have a {{{boolean... | Jacob Kaplan-Moss |
| 2007-01-12 | Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ... | Jacob Kaplan-Moss |
| 2007-01-10 | Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro | Adrian Holovaty |
| 2006-12-30 | Fixed typo in a docstring in django/contrib/admin/views/main.py | Adrian Holovaty |
| 2006-12-30 | Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,... | Adrian Holovaty |
| 2006-12-30 | Added missing import to django.contrib.formtools.preview from [4259]. Thanks,... | Adrian Holovaty |
| 2006-12-29 | Fixed #3204 -- Changed FormPreview to use RequestContext | Adrian Holovaty |
| 2006-12-20 | Fixed #3128: Added explicit object-tools block so custom admin templates can ... | Jacob Kaplan-Moss |
| 2006-12-18 | Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, ... | Adrian Holovaty |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-12-07 | Added django.contrib.contenttypes.management.create_all_contenttypes() functi... | Adrian Holovaty |
| 2006-12-07 | Improved [4180] to add HTML escaping on the primary-key value in the error me... | Adrian Holovaty |
| 2006-12-07 | Added improved error message in admin views/main.py when loading ChangeManipu... | Adrian Holovaty |
| 2006-12-07 | Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam. | Russell Keith-Magee |
| 2006-12-06 | Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p... | Adrian Holovaty |
| 2006-12-05 | Added django.contrib.formtools, including the forced-preview application | Adrian Holovaty |
| 2006-11-25 | Fixed #3061 -- Fixed wrong schema URL in sitemap_index.xml template. Thanks, ... | Adrian Holovaty |
| 2006-11-20 | Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitem... | Adrian Holovaty |
| 2006-11-20 | Fixed #3014 -- Admin 'now' shortcut for DateTimeFields now updates seconds, t... | Adrian Holovaty |
| 2006-11-07 | Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.de | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2972: prepopulate_from now works with multiple slugs on the same field... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2975: dateparse.js now correctly handles the last day of the year. Th... | Jacob Kaplan-Moss |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-10-25 | Fixed ngettext bug in comments post view | Jacob Kaplan-Moss |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-10-24 | Fixed #2890 -- Added default values of False for auth.User is_staff and is_su... | Adrian Holovaty |
| 2006-10-24 | Fixed #2826 -- Added .is_authenticated() check before login() in comments views | Adrian Holovaty |
| 2006-10-24 | Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, Sm... | Adrian Holovaty |