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