summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-02-25Fixed #15490 -- Added some missing semicolons in admin javascript. Thanks to ...Russell Keith-Magee
2011-02-24Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...Ramiro Morales
2011-02-23Fixed #12004 -- Improved error reporting when an abstract class is registered...Russell Keith-Magee
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-22Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...Russell Keith-Magee
2011-02-22Fixed #13510 -- Corrected colspan of non-field-specific error messages in adm...Ramiro Morales
2011-02-21Corrected logging call in CSRF middlewareLuke Plant
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2011-02-21Fixed HTML error in admin when using list_editable.Luke Plant
2011-02-21Fixed #15349 - Bound FormSet produces bound empty_formLuke Plant
2011-02-21Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant
2011-02-21Fixed #15369 -- Added missing import in _os module. Thanks, jonash.Jannis Leidel
2011-02-21Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ...Luke Plant
2011-02-21Fixed #11852 -- Ensure that a long string in the password reset email can be ...Russell Keith-Magee
2011-02-21Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p...Russell Keith-Magee
2011-02-21Fix broken tests due to changes in r15591 by updating the test store_rendered...Chris Beaven
2011-02-20Fixed #15358 -- Renamed a test to avoid a naming collision. Thanks to mila fo...Russell Keith-Magee
2011-02-20Fixed #14529 -- Fixed representation of model names in admin messages after m...Ramiro Morales
2011-02-20Tweaked the changes from changeset r15580 so as to avoid introducing a backwa...Russell Keith-Magee
2011-02-20Ensure render_to_string leaves the context instance stack in the state it was...Chris Beaven
2011-02-19Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field_name in...Russell Keith-Magee
2011-02-19Fixed #11513 -- Ensure that the redirect at the end of an object change won't...Russell Keith-Magee
2011-02-19Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...Russell Keith-Magee
2011-02-19Fixed #13126 -- Ensured that individual form errors are displayed when errors...Russell Keith-Magee
2011-02-19Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...Russell Keith-Magee
2011-02-19Fixed #15290 -- Fixed a CSS styling issue with borders when the link item in ...Russell Keith-Magee
2011-02-19Fixed #15336 -- Silenced a warning about the DATABASES transition when a data...Russell Keith-Magee
2011-02-19Fixed #15292 -- Removed redundant code in admin list template tag. Thanks to ...Russell Keith-Magee
2011-02-19Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath...Russell Keith-Magee
2011-02-19Fixed #15327 -- Modified the Oracle test database signature method to allow f...Russell Keith-Magee
2011-02-19Fixed #15324 -- Modified the connection creation code for the memcache cache ...Russell Keith-Magee
2011-02-17Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effective wit...Carl Meyer
2011-02-16Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-02-14Modified the staticfiles serve view to return a 404 early in the stack.Jannis Leidel
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel
2011-02-14Fixed #15287 -- Added translation markers to user-facing error messages in cl...Russell Keith-Magee
2011-02-14Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...Russell Keith-Magee
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-14Normalize the locale paths when considering merging a project language catalo...Jannis Leidel
2011-02-14Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...Russell Keith-Magee
2011-02-14Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...Russell Keith-Magee
2011-02-13Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...Ramiro Morales
2011-02-13Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ...Ramiro Morales
2011-02-13Fixed #14130 -- Made manage.py error reporting more useful when the settings....Ramiro Morales
2011-02-12Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...Russell Keith-Magee
2011-02-12Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...Russell Keith-Magee
2011-02-12Don't merge in translations twice from deprecated project level tree when it ...Ramiro Morales