| Age | Commit message (Expand) | Author |
| 2010-11-22 | Various nominal corrections for grammatical consistency, typos, and crossref ... | Gabriel Hurley |
| 2010-11-21 | Fixed #3400 -- Support for lookup separator with list_filter admin option. Th... | Honza Král |
| 2010-11-21 | Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c... | Alex Gaynor |
| 2010-11-21 | Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_... | Honza Král |
| 2010-11-21 | Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va... | Carl Meyer |
| 2010-11-20 | Reformated some code for readability. | Alex Gaynor |
| 2010-11-20 | Fixed typo in docs. | Luke Plant |
| 2010-11-20 | Documented migration path for change object_list -> ListView regarding differ... | Luke Plant |
| 2010-11-20 | Corrected a markup problem with an example in the class-based view docs. Than... | Russell Keith-Magee |
| 2010-11-20 | Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report. | Russell Keith-Magee |
| 2010-11-20 | Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luk... | Gabriel Hurley |
| 2010-11-20 | Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ... | Gabriel Hurley |
| 2010-11-20 | Fixed #14389, #9666 -- Started the migration path to make the first argument ... | Russell Keith-Magee |
| 2010-11-20 | Fixed #14512 -- Added documentation on how to apply decorators to class-based... | Russell Keith-Magee |
| 2010-11-20 | Fixed hyperlinking of template tags for Sphinx >= 1.0 | Luke Plant |
| 2010-11-20 | Updated an old workaround described in the Oracle backend notes with more mod... | Ian Kelly |
| 2010-11-19 | Removed compatibility with Sphinx < 1.0 workarounds in our extension code. Al... | Ramiro Morales |
| 2010-11-19 | Fixed #13351: Added documentation about the cx_Oracle 'threaded' option to th... | Ian Kelly |
| 2010-11-19 | Bumped documentation-building requirements to Sphinx 1.0.2 and Pygments 1.1. ... | Carl Meyer |
| 2010-11-19 | Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t... | Russell Keith-Magee |
| 2010-11-19 | Fixed #14728 -- Broadened warning about django-admin.py missing .py suffix to... | Carl Meyer |
| 2010-11-19 | Corrected the way databases were compared. This allows running the test suit... | Alex Gaynor |
| 2010-11-18 | Fixed incorrect path to MultipleObjectMixin in docs. | Luke Plant |
| 2010-11-18 | Added notes in old generic views howto about the new class based approach. | Luke Plant |
| 2010-11-18 | Corrected link in release notes. | Luke Plant |
| 2010-11-17 | Added a hidden toctree pointing at the index file in the docs to silence a sp... | Alex Gaynor |
| 2010-11-17 | Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo... | Alex Gaynor |
| 2010-11-17 | Corrected some syntax issues in the docs. | Alex Gaynor |
| 2010-11-17 | Fixed #10004 and #12320 -- Enabled the makemessages management command to col... | Jannis Leidel |
| 2010-11-17 | Fixed a bunch of code examples in the form media documentation. | Jannis Leidel |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-17 | Remove an obsolete admonition in tutorial one (referencing 0.96 functionality) | Chris Beaven |
| 2010-11-17 | Fixed #14706 -- corrected a stray backtick in the docs. Thanks to Adam for t... | Alex Gaynor |
| 2010-11-16 | Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in documentati... | Chris Beaven |
| 2010-11-16 | Added info about using logging to the 'Error reporting' howto. | Luke Plant |
| 2010-11-16 | Corrected 'email' to 'e-mail' in error reporting docs. | Luke Plant |
| 2010-11-16 | Fixed #14696, corrected some messed up syntax in the docs. | Alex Gaynor |
| 2010-11-14 | Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th... | Ramiro Morales |
| 2010-11-13 | Fixed #12325 -- Allows zero values for moderate_after and close_after fields ... | Jannis Leidel |
| 2010-11-13 | Added release notes for potential alpha-2. | Jannis Leidel |
| 2010-11-13 | Refactored runserver command and moved code related to staticfiles to a subcl... | Jannis Leidel |
| 2010-11-13 | Fixed a few typos introduced in r14533. | Jannis Leidel |
| 2010-11-13 | Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about ... | Luke Plant |
| 2010-11-12 | Correct a typo in [14541]. | James Bennett |
| 2010-11-12 | Better description in the release notes of what's going on with the PasswordI... | James Bennett |
| 2010-11-12 | Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati... | Gabriel Hurley |
| 2010-11-11 | Reverted deprecation of media context processor (from r14293) to separate sta... | Jannis Leidel |
| 2010-11-11 | Added AdminMediaHandler to deprecation docs. | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-11 | Added note about the addition of the django.contrib.staticfiles app. Thanks t... | Jannis Leidel |