| Age | Commit message (Expand) | Author |
| 2011-08-10 | Made override_settings also work with TransactionTestCase when acting as a cl... | Ramiro Morales |
| 2011-08-08 | Added fixtures files missing from [16590]. | Ramiro Morales |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-08-06 | Fixed #16430 - Stronger wording for CSRF protection in `modifying upload hand... | Timo Graham |
| 2011-08-06 | Fixed #16513 - Add forms import to example; thanks teraom. | Timo Graham |
| 2011-08-06 | Fixed #16528 - Documented test runner returns 1, regardless of the number of ... | Timo Graham |
| 2011-08-06 | Fixed #16580 - Typo in docs/ref/models/querysets.txt | Timo Graham |
| 2011-08-06 | Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya. | Timo Graham |
| 2011-08-02 | Fixed #16372 -- Changed strategy implemented in r16369 to fix #14049 to avoid... | Ramiro Morales |
| 2011-08-01 | Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th... | Ramiro Morales |
| 2011-07-31 | Added yet another import from the future. | Jannis Leidel |
| 2011-07-30 | Simplified AdminSite self.name attribute initialization. | Ramiro Morales |
| 2011-07-30 | Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152... | Ramiro Morales |
| 2011-07-30 | Fixed #16540 -- Fixed typo in InlineModelAdmin introduced in r16487 that brok... | Jannis Leidel |
| 2011-07-29 | Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs... | Jannis Leidel |
| 2011-07-29 | Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ... | Jannis Leidel |
| 2011-07-29 | Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ... | Jannis Leidel |
| 2011-07-29 | Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of... | Jannis Leidel |
| 2011-07-29 | Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th... | Jannis Leidel |
| 2011-07-29 | Fixed #16377 -- Fixed docs about how to disable the admin actions conditional... | Jannis Leidel |
| 2011-07-29 | Fixed #16394 -- Corrected documentation of the allow_empty option of the Base... | Jannis Leidel |
| 2011-07-29 | Fixed #16437 -- Removed old code comment from testcases module. Thanks, teraom. | Jannis Leidel |
| 2011-07-29 | Fixed #16467 -- Corrected formset code example. Thanks, teraom. | Jannis Leidel |
| 2011-07-29 | Fixed #16464 -- Fixed the reference docs of the DateDetailView view. Thanks, ... | Jannis Leidel |
| 2011-07-29 | Fixed #16472 -- Removed stale code in the query code. Thanks, fva@chtd.org. | Jannis Leidel |
| 2011-07-29 | Fixed #16477 -- Correct help text of an option of the dumpdata management com... | Jannis Leidel |
| 2011-07-29 | Fixes #16482 -- Fixes typo in security docs. Thanks, charettes. | Jannis Leidel |
| 2011-07-29 | Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright. | Jannis Leidel |
| 2011-07-29 | Fixed #16520 -- Fixed typo in Hungarian localization formats introduced in r1... | Jannis Leidel |
| 2011-07-29 | Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B... | Jannis Leidel |
| 2011-07-29 | Fixed #16533 -- Stopped the memcache cache backend from raising an exception ... | Jannis Leidel |
| 2011-07-28 | Fixes #16532 -- Clearer explanation of how the test client expects HTTP heade... | Chris Beaven |
| 2011-07-26 | Fixed #16518 -- Fixed collectstatic management command to run on Jython. Than... | Jannis Leidel |
| 2011-07-26 | Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a no... | Jannis Leidel |
| 2011-07-25 | Add some simple regression tests for the truncatechars filter. Refs #16510. | Chris Beaven |
| 2011-07-25 | Fixed #16510 -- Actually added new truncatechars filter to the builtins and f... | Jannis Leidel |
| 2011-07-19 | Fixed some 5-space indents that were introduced with multidb. | Alex Gaynor |
| 2011-07-19 | Fixed #16469 -- Improved documentation of Django internals, including the new... | Jannis Leidel |
| 2011-07-19 | Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Ay... | Jannis Leidel |
| 2011-07-17 | Fixed #16480 -- Modified test added in r16522 so it doesn't use a query not s... | Ramiro Morales |
| 2011-07-17 | Grammar fixes and content tweaks to XSS section of security docs. | Luke Plant |
| 2011-07-14 | Added a note about the AJAX CSRF example not working on jQuery 1.5 | Brian Rosner |
| 2011-07-14 | Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be... | Jannis Leidel |
| 2011-07-13 | Fixed #15707 -- Made the GIS feed compatible to the class based feeds and int... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-12 | Add a note to USE_L10N settings documentation that startproject sets USE_L10N... | Chris Beaven |
| 2011-07-10 | Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks ... | Simon Meers |
| 2011-07-10 | Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofi... | Simon Meers |
| 2011-07-10 | Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers. | Simon Meers |
| 2011-07-10 | Properly implement PEP 302 in the module_loading module. For unknown reasons... | Alex Gaynor |