summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-02-19Fixed #15290 -- Fixed a CSS styling issue with borders when the link item in ...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-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-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-13Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...Ramiro Morales
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-02-12Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...Russell Keith-Magee
2011-02-09Fixed a security issue in the file session backend. Disclosure and new relea...Alex Gaynor
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-08Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...Russell Keith-Magee
2011-02-08Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensiti...Russell Keith-Magee
2011-02-06Fixed #13674 -- Ensure that labels on added inlines fields have the right 'fo...Russell Keith-Magee
2011-02-06Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-02-05Fixed #14303 -- Ensure that the ids created for new inlines are unique after ...Russell Keith-Magee
2011-02-05Fixed #14830 -- Ensure that radio buttons on inlines preserve their default v...Russell Keith-Magee
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2011-02-04Fixed #15016 -- Ensured that the messages tests are isolated from local templ...Russell Keith-Magee
2011-02-02Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict...Alex Gaynor
2011-02-01Fixed a few test docstrings and removed an unused import in staticfiles.Carl Meyer
2011-02-01Preserve order of STATICFILES_DIRS locations in FileSystemFinder.Jannis Leidel
2011-02-01Fixed #15190 -- Refactored the collectstatic command to improve the symlink m...Jannis Leidel
2011-02-01Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...Carl Meyer
2011-02-01Fixed some documentation and default-settings.py comments that were misleadin...Carl Meyer
2011-01-31Fixed #13488 -- No longer generate unhandled exceptions that may occur when d...Justin Bronn
2011-01-31Fixed duplicate-named contrib.sessions tests, and removed unused import (clea...Carl Meyer
2011-01-30Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't...Jannis Leidel
2011-01-30Uses a SortedDict for memoization of staticfiles finder instances to preserve...Jannis Leidel
2011-01-28Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...Luke Plant
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-26Fixed #15161 - Corrected handling of ManyToManyField with through table using...Carl Meyer
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
2011-01-24Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...Russell Keith-Magee
2011-01-24Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable fo...Russell Keith-Magee
2011-01-21Updated admin translation files.Jannis Leidel
2011-01-21Fixed a few translation related tests:Jannis Leidel
2011-01-21Removed app translation strings from core translation files.Jannis Leidel
2011-01-21Added new translation files to sites contrib app.Jannis Leidel
2011-01-21Added new translation files to sessions contrib app.Jannis Leidel
2011-01-21Added new translation files to redirects contrib app.Jannis Leidel
2011-01-21Added new translation files to messages contrib app.Jannis Leidel
2011-01-21Added new translation files to localflavor contrib app.Jannis Leidel
2011-01-21Added new translation files to humanize contrib app.Jannis Leidel
2011-01-21Added new translation files to gis contrib app.Jannis Leidel
2011-01-21Added new translation files to formtools contrib app.Jannis Leidel
2011-01-21Added new translation files to contenttypes contrib app.Jannis Leidel
2011-01-21Added new translation files to comments contrib app.Jannis Leidel
2011-01-21Added new translation files to auth contrib app.Jannis Leidel