summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-03-03Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales
2011-03-03Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce i...Ramiro Morales
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...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 #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee
2011-03-03Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...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-02Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...Jannis Leidel
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-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-03-02Slightly modified change [15698] to use ugettext_lazy since it's a module lev...Jannis Leidel
2011-03-02Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2011-03-01Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel
2011-03-01Fixed #15524 -- Marked up for translation literal shown by the admin app e.g....Ramiro Morales
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant
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-01Added Azerbaijani and Urdu to list of supported languages and added initial c...Jannis Leidel
2011-03-01Fixed #15300 -- Updated core translations from transifex.net.Jannis Leidel
2011-03-01Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...Ramiro Morales
2011-02-28Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2...Ramiro Morales
2011-02-28Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales
2011-02-27Fixed #15368 - test failures due to regression with RequestContextLuke Plant
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 #15508 -- Corrected a misleading error message in the DetailView generi...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