summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-08-02Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...Brian Rosner
2008-08-01Added a missing import from [8186].Brian Rosner
2008-08-01Pass the correct data as the second parameter to find_module to correct admin...Brian Rosner
2008-08-01Reverted [8174]. It is causing some serious breakage right now. Need to inves...Brian Rosner
2008-08-01Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...Luke Plant
2008-08-01Fixed #5631 -- When fieldsets contains a field that is on the same line, it i...Brian Rosner
2008-08-01Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...Brian Rosner
2008-08-01Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...Brian Rosner
2008-08-01Changed some URL conf regexes to rawstrings for consistencyLuke Plant
2008-08-01Added a login link to the password reset completion screen.Luke Plant
2008-08-01Fixed #2175: Added tests for models with multiple GenericForeignKeysLuke Plant
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-31Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond...Russell Keith-Magee
2008-07-31Fixed #8042 -- Modified the password reset form so that the email field lengt...Russell Keith-Magee
2008-07-30Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants fromMalcolm Tredinnick
2008-07-30Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...Russell Keith-Magee
2008-07-30Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode stringsMalcolm Tredinnick
2008-07-29Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...Russell Keith-Magee
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
2008-07-26Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.Malcolm Tredinnick
2008-07-25Fixed #6109 again.Luke Plant
2008-07-23Improved admin model registration options: you can now register using registe...Jacob Kaplan-Moss
2008-07-23Fixed #7914 -- Added some missing __init__.py files that were missed when the...Russell Keith-Magee
2008-07-23Fixed #7898 -- Moved formset media definition to a media property in InlineAd...Brian Rosner
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-22Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lackingAdrian Holovaty
2008-07-21Moved RedirectAdmin in django.contrib.redirects to an admin.py module.Brian Rosner
2008-07-21Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...Brian Rosner
2008-07-20Fixed filter_horizontal and filter_vertical handling in admin so that they canMalcolm Tredinnick
2008-07-20Fixed #7775 -- Removed some duplicated code from the admin login sequence. Th...Russell Keith-Magee
2008-07-19Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.Malcolm Tredinnick
2008-07-19Fixed #7828 -- Removed some unnecessary imports from admin widgets. Thanks to...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-07-18Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...Adrian Holovaty
2008-07-08Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...Malcolm Tredinnick
2008-07-08Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...Adrian Holovaty
2008-07-02Fixed a long and complex line by breaking into a for loop, with the added ben...Gary Wilson Jr
2008-07-02Added docstring and other minor style fixes.Gary Wilson Jr
2008-07-01Fixed #7185 -- Added a "ping_google" management command toMalcolm Tredinnick
2008-06-30Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie...Russell Keith-Magee
2008-06-30Fixed #4081 -- Allow empty content in flatpages.Malcolm Tredinnick
2008-06-30Fixed #6089 -- Removed default ordering on the User class.Malcolm Tredinnick
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-26Fixed #6306 -- redirect_to_login() helper function now quotes the URL argumen...Adrian Holovaty
2008-06-26Fixed #7274 -- Improved the django.contrib.auth password_reset() view not to ...Adrian Holovaty
2008-06-25Fixed #7531 -- Modified the sites test so that user-provided initial data doe...Russell Keith-Magee
2008-06-23Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...Russell Keith-Magee