| Age | Commit message (Expand) | Author |
| 2011-09-09 | Add a test for the intcomma regression described in #16404/#16562, fixed in r... | Karen Tracey |
| 2011-09-09 | Fixed #16780 -- Removed a timing sensitive test from the template test suite.... | Russell Keith-Magee |
| 2011-09-09 | Fixed #16384: warn against accessing request.POST/REQUEST in middleware. | Jacob Kaplan-Moss |
| 2011-09-09 | Remove no-longer-valid references to the DATABASE_* settings, the legacy code... | Alex Gaynor |
| 2011-09-09 | Fixed #16746 - added more HTTP code/string mappings. | Jacob Kaplan-Moss |
| 2011-09-09 | Fixed a bunch of imports of the email stdlib module now that we are on Python... | Jannis Leidel |
| 2011-09-08 | Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve... | Jannis Leidel |
| 2011-09-08 | Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha... | Jannis Leidel |
| 2011-09-08 | Fixed #16686 -- Reduced time to wait for cache expiration in a test to allevi... | Jannis Leidel |
| 2011-09-08 | Fixed #15918 -- Refined documentation of the various localization settings, e... | Jannis Leidel |
| 2011-09-08 | Fixed #16404 -- Fixed a regression in the localization changes in the humaniz... | Jannis Leidel |
| 2011-09-08 | Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme... | Jannis Leidel |
| 2011-09-08 | Fixed #16349 -- Fixed Brazilian localization formats. Thanks, Claude Paroz, s... | Jannis Leidel |
| 2011-09-08 | Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ... | Jannis Leidel |
| 2011-09-04 | Also copy `__module__` to our dynamically created TestCase subclass when over... | Ramiro Morales |
| 2011-09-04 | Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eag... | Ramiro Morales |
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales |
| 2011-09-03 | `is` should not be used on primitive objects, use == instead, correctly. | Alex Gaynor |
| 2011-09-03 | Two very simple docs fixes. | Ramiro Morales |
| 2011-09-03 | Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential... | Julien Phalip |
| 2011-09-02 | Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to s... | Julien Phalip |
| 2011-09-02 | Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ... | Julien Phalip |
| 2011-08-31 | Fixed #16059 -- Improved the usability of the admin's vertical and horizontal... | Julien Phalip |
| 2011-08-30 | Fixed indentation introduced in r16706. | Jannis Leidel |
| 2011-08-30 | Fixed #16717 -- Added ability to store result of trans template tag in contex... | Jannis Leidel |
| 2011-08-30 | Added admin browser support policy note. | Idan Gazit |
| 2011-08-29 | Follow the same convention as the rest of the file. | Honza Král |
| 2011-08-29 | Forgotten import in [16708] | Honza Král |
| 2011-08-29 | Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr... | Honza Král |
| 2011-08-28 | Added guidelines for reporting UI-related bugs & feature requests. | Idan Gazit |
| 2011-08-28 | Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda... | Julien Phalip |
| 2011-08-28 | Fixed #16716 -- Fixed two small regressions in the development version introd... | Julien Phalip |
| 2011-08-28 | Repaired an admin list_filter test that wasn't testing anything special. | Julien Phalip |
| 2011-08-28 | Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ... | Chris Beaven |
| 2011-08-28 | Slightly rewrite @permalink and get_absolute_url() documentation. | Malcolm Tredinnick |
| 2011-08-28 | Documentation edits for model instance docs. | Malcolm Tredinnick |
| 2011-08-27 | Fix a small thread safety issue in ExtendsNode. No tests, but Malcolm said th... | Chris Beaven |
| 2011-08-27 | Extensive copy-editing and cross-referencing in the queryset API docs. | Malcolm Tredinnick |
| 2011-08-26 | Fixed #16712 -- Fixed a small typo in the QuerySet API docs. Thanks to Rupe a... | Julien Phalip |
| 2011-08-26 | Corrected explanation of values() and extra() interaction in querysets. | Malcolm Tredinnick |
| 2011-08-26 | Small typo fix for how to claim a ticket in Trac. | Malcolm Tredinnick |
| 2011-08-26 | Added placeholder release notes for the 1.2.1 and 1.2.3 releases. | Malcolm Tredinnick |
| 2011-08-26 | Clarify the documentation around SQLite and case-sensitive string matching. | Malcolm Tredinnick |
| 2011-08-26 | Fixed documentation about use of salt parameter in signing functions. | Malcolm Tredinnick |
| 2011-08-26 | Be very clear about when it's appropriate to use defer() and only(). | Malcolm Tredinnick |
| 2011-08-26 | Add a note about discouraging whitespace- or formatting-only patches. | Malcolm Tredinnick |
| 2011-08-26 | Further improved on the work done in r16622 by making the help text icons loo... | Julien Phalip |
| 2011-08-26 | Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu... | Adrian Holovaty |
| 2011-08-26 | Added some tips to the contributor docs, namely about removing trailing white... | Julien Phalip |
| 2011-08-25 | Fixed #16677 -- Fixed the future version of the ssi template tag to work with... | Julien Phalip |