summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-03Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel
2011-03-03Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...Jannis Leidel
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-03-03Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-03-02Updated admin source translation to include string added in r15698.Jannis Leidel
2011-03-02Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...Jannis Leidel
2011-03-02Slightly modified change [15698] to use ugettext_lazy since it's a module lev...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2011-03-01Fixed #15524 -- Marked up for translation literal shown by the admin app e.g....Ramiro Morales
2011-03-01Updated sites translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated sessions translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated redirects translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated messages translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated localflavor translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated humanize translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated gis translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated formtools translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated flatpages translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated contenttypes translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated comments translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated auth translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated admindocs translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated admin translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...Ramiro Morales
2011-02-26Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...Russell Keith-Magee
2011-02-26Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...Russell Keith-Magee
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2011-02-25Fixed #8528 -- Ensure that null values are displayed as a filtering option in...Russell Keith-Magee
2011-02-25Fixed #15491 -- Added a CDATA block and closed a stray tag in the comments HT...Russell Keith-Magee
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-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 #11852 -- Ensure that a long string in the password reset email can be ...Russell Keith-Magee
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-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