summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-21Fixed #11714 - Document a few of the i18n function that can be used outside v...Jannis Leidel
2010-02-21Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...Jannis Leidel
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2010-02-21Fixed #12853 - Updated Brazilian portuguese translation. Thanks, Guilherme Go...Jannis Leidel
2010-02-21Fixed #12874 - Updated French locale. Thanks, Stéphane Raimbault.Jannis Leidel
2010-02-21Fixed #11463 - Added Vietnamese translation. Thanks Erik Unger, clouserw and ...Jannis Leidel
2010-02-21Fixed #12275 - Small fix in Sphinx templates.Jannis Leidel
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-21Fixed #12795 - Updated the middleware docs to include the messages app middle...Jannis Leidel
2010-02-21Fixed #12675 - Add the admin app to the project template settings.py for cons...Jannis Leidel
2010-02-21Fixed #12655 - diffsettings command now returns the diff instead of printing....Jannis Leidel
2010-02-21Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
2010-02-21Fixed #12604 - Typo in 1.1 release docs.Jannis Leidel
2010-02-21Fixed #7876 - Improved template error message to include expected end tag. Th...Jannis Leidel
2010-02-21Fixed #12877 - Typo in settings docs. Thanks Timo.Jannis Leidel
2010-02-21Fixed #12887 - Fixed typo in release docs. Thanks blueyed.Jannis Leidel
2010-02-21Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel
2010-02-21Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.Jannis Leidel
2010-02-21Fixed #12868 - Updated French format file. Thanks stephaner and claudep.Jannis Leidel
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2010-02-16Added missing tests for fix committed in r12398. Thanks Karen for the report.Jannis Leidel
2010-02-16Fixed #11384 - Make sure translations in the project directory really overrid...Jannis Leidel
2010-02-16Removed Python 2.3 compat code in translation framework.Jannis Leidel
2010-02-16Fixed #6505 - Copy plural forms from Django translation files for newly creat...Jannis Leidel
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-02-16Fixed #7720 - Fallback to the base language if the sub language given in the ...Jannis Leidel
2010-02-16Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...Jannis Leidel
2010-02-16Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...Jannis Leidel
2010-02-16Fixed #11284 - Stop forcing the use of the djangojs domain when the ".js" fil...Jannis Leidel
2010-02-15Fixed #12863 - bug in 'examples' app.Luke Plant
2010-02-15Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the h...Jacob Kaplan-Moss
2010-02-14Fixed a couple Python 2.4 incompatibilities.Jacob Kaplan-Moss
2010-02-14Fixed #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew Badr.Jacob Kaplan-Moss
2010-02-14Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank...Jacob Kaplan-Moss
2010-02-14Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...Jacob Kaplan-Moss
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2010-02-13Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...Russell Keith-Magee
2010-02-13Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee
2010-02-13Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...Russell Keith-Magee
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2010-02-13Fixed #12011 -- Modified the test client to preserve the request scheme on a ...Russell Keith-Magee
2010-02-13Fixed #12378 -- Removed some tests made redundant by feature deprecation. Tha...Russell Keith-Magee
2010-02-13Fixed #12825 -- Corrected a missing space in a test case error message. Thank...Russell Keith-Magee
2010-02-11Fixed #11483 -- Modified db cache backend to use db backend functions for dat...Russell Keith-Magee
2010-02-11Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...Russell Keith-Magee
2010-02-11Fixed #12189 -- Corrected rollback behavior in database cache backend. Thanks...Russell Keith-Magee
2010-02-11Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Tha...Russell Keith-Magee
2010-02-10Fixed #12839 - noted change of import path for csrf_exempt decoratorLuke Plant
2010-02-10Fixed #11535: Corrected SQL generated for queries involving generic relations...Karen Tracey